| Modifier and Type | Method and Description |
|---|---|
SslConfig.Builder |
SslConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SslConfig.Builder |
SslConfig.Builder.clear() |
SslConfig.Builder |
SslConfig.Builder.clearCaCertificate()
Required.
|
SslConfig.Builder |
SslConfig.Builder.clearClientCertificate()
Input only.
|
SslConfig.Builder |
SslConfig.Builder.clearClientKey()
Input only.
|
SslConfig.Builder |
SslConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
SslConfig.Builder |
SslConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SslConfig.Builder |
SslConfig.Builder.clearType()
Output only.
|
SslConfig.Builder |
SslConfig.Builder.clone() |
SslConfig.Builder |
MySqlConnectionProfile.Builder.getSslBuilder()
SSL configuration for the destination to connect to the source database.
|
SslConfig.Builder |
OracleConnectionProfile.Builder.getSslBuilder()
SSL configuration for the connection to the source Oracle database.
|
SslConfig.Builder |
PostgreSqlConnectionProfile.Builder.getSslBuilder()
SSL configuration for the destination to connect to the source database.
|
SslConfig.Builder |
SslConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SslConfig.Builder |
SslConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
SslConfig.Builder |
SslConfig.Builder.mergeFrom(SslConfig other) |
SslConfig.Builder |
SslConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static SslConfig.Builder |
SslConfig.newBuilder() |
static SslConfig.Builder |
SslConfig.newBuilder(SslConfig prototype) |
SslConfig.Builder |
SslConfig.newBuilderForType() |
protected SslConfig.Builder |
SslConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
SslConfig.Builder |
SslConfig.Builder.setCaCertificate(String value)
Required.
|
SslConfig.Builder |
SslConfig.Builder.setCaCertificateBytes(com.google.protobuf.ByteString value)
Required.
|
SslConfig.Builder |
SslConfig.Builder.setClientCertificate(String value)
Input only.
|
SslConfig.Builder |
SslConfig.Builder.setClientCertificateBytes(com.google.protobuf.ByteString value)
Input only.
|
SslConfig.Builder |
SslConfig.Builder.setClientKey(String value)
Input only.
|
SslConfig.Builder |
SslConfig.Builder.setClientKeyBytes(com.google.protobuf.ByteString value)
Input only.
|
SslConfig.Builder |
SslConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SslConfig.Builder |
SslConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
SslConfig.Builder |
SslConfig.Builder.setType(SslConfig.SslType value)
Output only.
|
SslConfig.Builder |
SslConfig.Builder.setTypeValue(int value)
Output only.
|
SslConfig.Builder |
SslConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SslConfig.Builder |
SslConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
MySqlConnectionProfile.Builder |
MySqlConnectionProfile.Builder.setSsl(SslConfig.Builder builderForValue)
SSL configuration for the destination to connect to the source database.
|
OracleConnectionProfile.Builder |
OracleConnectionProfile.Builder.setSsl(SslConfig.Builder builderForValue)
SSL configuration for the connection to the source Oracle database.
|
PostgreSqlConnectionProfile.Builder |
PostgreSqlConnectionProfile.Builder.setSsl(SslConfig.Builder builderForValue)
SSL configuration for the destination to connect to the source database.
|
Copyright © 2024 Google LLC. All rights reserved.