Uses of Class
com.google.cloud.clouddms.v1.SslConfig
-
Packages that use SslConfig Package Description com.google.cloud.clouddms.v1 A client to Database Migration API -
-
Uses of SslConfig in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return SslConfig Modifier and Type Method Description SslConfig
SslConfig.Builder. build()
SslConfig
SslConfig.Builder. buildPartial()
static SslConfig
SslConfig. getDefaultInstance()
SslConfig
SslConfig.Builder. getDefaultInstanceForType()
SslConfig
SslConfig. getDefaultInstanceForType()
SslConfig
MySqlConnectionProfile.Builder. 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
MySqlConnectionProfileOrBuilder. getSsl()
SSL configuration for the destination to connect to the source database.SslConfig
OracleConnectionProfile.Builder. getSsl()
SSL configuration for the connection to the source Oracle database.SslConfig
OracleConnectionProfile. getSsl()
SSL configuration for the connection to the source Oracle database.SslConfig
OracleConnectionProfileOrBuilder. getSsl()
SSL configuration for the connection to the source Oracle database.SslConfig
PostgreSqlConnectionProfile.Builder. getSsl()
SSL configuration for the destination to connect to the source database.SslConfig
PostgreSqlConnectionProfile. getSsl()
SSL configuration for the destination to connect to the source database.SslConfig
PostgreSqlConnectionProfileOrBuilder. 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(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)
static SslConfig
SslConfig. parseFrom(ByteBuffer data)
static SslConfig
SslConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.clouddms.v1 that return types with arguments of type SslConfig Modifier and Type Method Description com.google.protobuf.Parser<SslConfig>
SslConfig. getParserForType()
static com.google.protobuf.Parser<SslConfig>
SslConfig. parser()
Methods in com.google.cloud.clouddms.v1 with parameters of type SslConfig Modifier and Type Method 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.
-