| Modifier and Type | Method and Description |
|---|---|
SslConfig |
SslConfig.Builder.build() |
SslConfig |
SslConfig.Builder.buildPartial() |
static SslConfig |
SslConfig.getDefaultInstance() |
SslConfig |
SslConfig.getDefaultInstanceForType() |
SslConfig |
SslConfig.Builder.getDefaultInstanceForType() |
SslConfig |
MySqlConnectionProfileOrBuilder.getSsl()
SSL configuration for the destination to connect to the source database.
|
SslConfig |
OracleConnectionProfileOrBuilder.getSsl()
SSL configuration for the connection to the source Oracle database.
|
SslConfig |
PostgreSqlConnectionProfileOrBuilder.getSsl()
SSL configuration for the destination to connect to the source database.
|
SslConfig |
MySqlConnectionProfile.getSsl()
SSL configuration for the destination to connect to the source database.
|
SslConfig |
MySqlConnectionProfile.Builder.getSsl()
SSL configuration for the destination to connect to the source database.
|
SslConfig |
OracleConnectionProfile.getSsl()
SSL configuration for the connection to the source Oracle database.
|
SslConfig |
OracleConnectionProfile.Builder.getSsl()
SSL configuration for the connection to the source Oracle database.
|
SslConfig |
PostgreSqlConnectionProfile.getSsl()
SSL configuration for the destination to connect to the source database.
|
SslConfig |
PostgreSqlConnectionProfile.Builder.getSsl()
SSL configuration for the destination to connect to the source database.
|
static SslConfig |
SslConfig.parseDelimitedFrom(InputStream input) |
static SslConfig |
SslConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SslConfig |
SslConfig.parseFrom(byte[] data) |
static SslConfig |
SslConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SslConfig |
SslConfig.parseFrom(ByteBuffer data) |
static SslConfig |
SslConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SslConfig |
SslConfig.parseFrom(com.google.protobuf.ByteString data) |
static SslConfig |
SslConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SslConfig |
SslConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static SslConfig |
SslConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SslConfig |
SslConfig.parseFrom(InputStream input) |
static SslConfig |
SslConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<SslConfig> |
SslConfig.getParserForType() |
static com.google.protobuf.Parser<SslConfig> |
SslConfig.parser() |
| Modifier and Type | Method and Description |
|---|---|
SslConfig.Builder |
SslConfig.Builder.mergeFrom(SslConfig other) |
MySqlConnectionProfile.Builder |
MySqlConnectionProfile.Builder.mergeSsl(SslConfig value)
SSL configuration for the destination to connect to the source database.
|
OracleConnectionProfile.Builder |
OracleConnectionProfile.Builder.mergeSsl(SslConfig value)
SSL configuration for the connection to the source Oracle database.
|
PostgreSqlConnectionProfile.Builder |
PostgreSqlConnectionProfile.Builder.mergeSsl(SslConfig value)
SSL configuration for the destination to connect to the source database.
|
static SslConfig.Builder |
SslConfig.newBuilder(SslConfig prototype) |
MySqlConnectionProfile.Builder |
MySqlConnectionProfile.Builder.setSsl(SslConfig value)
SSL configuration for the destination to connect to the source database.
|
OracleConnectionProfile.Builder |
OracleConnectionProfile.Builder.setSsl(SslConfig value)
SSL configuration for the connection to the source Oracle database.
|
PostgreSqlConnectionProfile.Builder |
PostgreSqlConnectionProfile.Builder.setSsl(SslConfig value)
SSL configuration for the destination to connect to the source database.
|
Copyright © 2024 Google LLC. All rights reserved.