| Modifier and Type | Method and Description |
|---|---|
MysqlSslConfig.Builder |
MysqlSslConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
MysqlSslConfig.Builder |
MysqlSslConfig.Builder.clear() |
MysqlSslConfig.Builder |
MysqlSslConfig.Builder.clearCaCertificate()
Input only.
|
MysqlSslConfig.Builder |
MysqlSslConfig.Builder.clearCaCertificateSet()
Output only.
|
MysqlSslConfig.Builder |
MysqlSslConfig.Builder.clearClientCertificate()
Input only.
|
MysqlSslConfig.Builder |
MysqlSslConfig.Builder.clearClientCertificateSet()
Output only.
|
MysqlSslConfig.Builder |
MysqlSslConfig.Builder.clearClientKey()
Input only.
|
MysqlSslConfig.Builder |
MysqlSslConfig.Builder.clearClientKeySet()
Output only.
|
MysqlSslConfig.Builder |
MysqlSslConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
MysqlSslConfig.Builder |
MysqlSslConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
MysqlSslConfig.Builder |
MysqlSslConfig.Builder.clone() |
MysqlSslConfig.Builder |
MysqlProfile.Builder.getSslConfigBuilder()
SSL configuration for the MySQL connection.
|
MysqlSslConfig.Builder |
MysqlSslConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MysqlSslConfig.Builder |
MysqlSslConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
MysqlSslConfig.Builder |
MysqlSslConfig.Builder.mergeFrom(MysqlSslConfig other) |
MysqlSslConfig.Builder |
MysqlSslConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static MysqlSslConfig.Builder |
MysqlSslConfig.newBuilder() |
static MysqlSslConfig.Builder |
MysqlSslConfig.newBuilder(MysqlSslConfig prototype) |
MysqlSslConfig.Builder |
MysqlSslConfig.newBuilderForType() |
protected MysqlSslConfig.Builder |
MysqlSslConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
MysqlSslConfig.Builder |
MysqlSslConfig.Builder.setCaCertificate(String value)
Input only.
|
MysqlSslConfig.Builder |
MysqlSslConfig.Builder.setCaCertificateBytes(com.google.protobuf.ByteString value)
Input only.
|
MysqlSslConfig.Builder |
MysqlSslConfig.Builder.setCaCertificateSet(boolean value)
Output only.
|
MysqlSslConfig.Builder |
MysqlSslConfig.Builder.setClientCertificate(String value)
Input only.
|
MysqlSslConfig.Builder |
MysqlSslConfig.Builder.setClientCertificateBytes(com.google.protobuf.ByteString value)
Input only.
|
MysqlSslConfig.Builder |
MysqlSslConfig.Builder.setClientCertificateSet(boolean value)
Output only.
|
MysqlSslConfig.Builder |
MysqlSslConfig.Builder.setClientKey(String value)
Input only.
|
MysqlSslConfig.Builder |
MysqlSslConfig.Builder.setClientKeyBytes(com.google.protobuf.ByteString value)
Input only.
|
MysqlSslConfig.Builder |
MysqlSslConfig.Builder.setClientKeySet(boolean value)
Output only.
|
MysqlSslConfig.Builder |
MysqlSslConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
MysqlSslConfig.Builder |
MysqlSslConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
MysqlSslConfig.Builder |
MysqlSslConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MysqlSslConfig.Builder |
MysqlSslConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
MysqlProfile.Builder |
MysqlProfile.Builder.setSslConfig(MysqlSslConfig.Builder builderForValue)
SSL configuration for the MySQL connection.
|
Copyright © 2022 Google LLC. All rights reserved.