Uses of Class
com.google.cloud.datastream.v1.MysqlSslConfig
-
Packages that use MysqlSslConfig Package Description com.google.cloud.datastream.v1 A client to Datastream API -
-
Uses of MysqlSslConfig in com.google.cloud.datastream.v1
Methods in com.google.cloud.datastream.v1 that return MysqlSslConfig Modifier and Type Method Description MysqlSslConfigMysqlSslConfig.Builder. build()MysqlSslConfigMysqlSslConfig.Builder. buildPartial()static MysqlSslConfigMysqlSslConfig. getDefaultInstance()MysqlSslConfigMysqlSslConfig.Builder. getDefaultInstanceForType()MysqlSslConfigMysqlSslConfig. getDefaultInstanceForType()MysqlSslConfigMysqlProfile.Builder. getSslConfig()SSL configuration for the MySQL connection.MysqlSslConfigMysqlProfile. getSslConfig()SSL configuration for the MySQL connection.MysqlSslConfigMysqlProfileOrBuilder. getSslConfig()SSL configuration for the MySQL connection.static MysqlSslConfigMysqlSslConfig. parseDelimitedFrom(InputStream input)static MysqlSslConfigMysqlSslConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MysqlSslConfigMysqlSslConfig. parseFrom(byte[] data)static MysqlSslConfigMysqlSslConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MysqlSslConfigMysqlSslConfig. parseFrom(com.google.protobuf.ByteString data)static MysqlSslConfigMysqlSslConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MysqlSslConfigMysqlSslConfig. parseFrom(com.google.protobuf.CodedInputStream input)static MysqlSslConfigMysqlSslConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MysqlSslConfigMysqlSslConfig. parseFrom(InputStream input)static MysqlSslConfigMysqlSslConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MysqlSslConfigMysqlSslConfig. parseFrom(ByteBuffer data)static MysqlSslConfigMysqlSslConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.datastream.v1 that return types with arguments of type MysqlSslConfig Modifier and Type Method Description com.google.protobuf.Parser<MysqlSslConfig>MysqlSslConfig. getParserForType()static com.google.protobuf.Parser<MysqlSslConfig>MysqlSslConfig. parser()Methods in com.google.cloud.datastream.v1 with parameters of type MysqlSslConfig Modifier and Type Method Description MysqlSslConfig.BuilderMysqlSslConfig.Builder. mergeFrom(MysqlSslConfig other)MysqlProfile.BuilderMysqlProfile.Builder. mergeSslConfig(MysqlSslConfig value)SSL configuration for the MySQL connection.static MysqlSslConfig.BuilderMysqlSslConfig. newBuilder(MysqlSslConfig prototype)MysqlProfile.BuilderMysqlProfile.Builder. setSslConfig(MysqlSslConfig value)SSL configuration for the MySQL connection.
-