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 SslConfigSslConfig.Builder. build()SslConfigSslConfig.Builder. buildPartial()static SslConfigSslConfig. getDefaultInstance()SslConfigSslConfig.Builder. getDefaultInstanceForType()SslConfigSslConfig. getDefaultInstanceForType()SslConfigMySqlConnectionProfile.Builder. getSsl()SSL configuration for the destination to connect to the source database.SslConfigMySqlConnectionProfile. getSsl()SSL configuration for the destination to connect to the source database.SslConfigMySqlConnectionProfileOrBuilder. getSsl()SSL configuration for the destination to connect to the source database.SslConfigOracleConnectionProfile.Builder. getSsl()SSL configuration for the connection to the source Oracle database.SslConfigOracleConnectionProfile. getSsl()SSL configuration for the connection to the source Oracle database.SslConfigOracleConnectionProfileOrBuilder. getSsl()SSL configuration for the connection to the source Oracle database.SslConfigPostgreSqlConnectionProfile.Builder. getSsl()SSL configuration for the destination to connect to the source database.SslConfigPostgreSqlConnectionProfile. getSsl()SSL configuration for the destination to connect to the source database.SslConfigPostgreSqlConnectionProfileOrBuilder. getSsl()SSL configuration for the destination to connect to the source database.static SslConfigSslConfig. parseDelimitedFrom(InputStream input)static SslConfigSslConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SslConfigSslConfig. parseFrom(byte[] data)static SslConfigSslConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SslConfigSslConfig. parseFrom(com.google.protobuf.ByteString data)static SslConfigSslConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SslConfigSslConfig. parseFrom(com.google.protobuf.CodedInputStream input)static SslConfigSslConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SslConfigSslConfig. parseFrom(InputStream input)static SslConfigSslConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SslConfigSslConfig. parseFrom(ByteBuffer data)static SslConfigSslConfig. 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.BuilderSslConfig.Builder. mergeFrom(SslConfig other)MySqlConnectionProfile.BuilderMySqlConnectionProfile.Builder. mergeSsl(SslConfig value)SSL configuration for the destination to connect to the source database.OracleConnectionProfile.BuilderOracleConnectionProfile.Builder. mergeSsl(SslConfig value)SSL configuration for the connection to the source Oracle database.PostgreSqlConnectionProfile.BuilderPostgreSqlConnectionProfile.Builder. mergeSsl(SslConfig value)SSL configuration for the destination to connect to the source database.static SslConfig.BuilderSslConfig. newBuilder(SslConfig prototype)MySqlConnectionProfile.BuilderMySqlConnectionProfile.Builder. setSsl(SslConfig value)SSL configuration for the destination to connect to the source database.OracleConnectionProfile.BuilderOracleConnectionProfile.Builder. setSsl(SslConfig value)SSL configuration for the connection to the source Oracle database.PostgreSqlConnectionProfile.BuilderPostgreSqlConnectionProfile.Builder. setSsl(SslConfig value)SSL configuration for the destination to connect to the source database.
-