Uses of Class
com.google.cloud.datastream.v1alpha1.MysqlSslConfig
-
Packages that use MysqlSslConfig Package Description com.google.cloud.datastream.v1alpha1 A client to Datastream API -
-
Uses of MysqlSslConfig in com.google.cloud.datastream.v1alpha1
Methods in com.google.cloud.datastream.v1alpha1 that return MysqlSslConfig Modifier and Type Method Description MysqlSslConfig
MysqlSslConfig.Builder. build()
MysqlSslConfig
MysqlSslConfig.Builder. buildPartial()
static MysqlSslConfig
MysqlSslConfig. getDefaultInstance()
MysqlSslConfig
MysqlSslConfig.Builder. getDefaultInstanceForType()
MysqlSslConfig
MysqlSslConfig. getDefaultInstanceForType()
MysqlSslConfig
MysqlProfile.Builder. getSslConfig()
SSL configuration for the MySQL connection.MysqlSslConfig
MysqlProfile. getSslConfig()
SSL configuration for the MySQL connection.MysqlSslConfig
MysqlProfileOrBuilder. getSslConfig()
SSL configuration for the MySQL connection.static MysqlSslConfig
MysqlSslConfig. parseDelimitedFrom(InputStream input)
static MysqlSslConfig
MysqlSslConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MysqlSslConfig
MysqlSslConfig. parseFrom(byte[] data)
static MysqlSslConfig
MysqlSslConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MysqlSslConfig
MysqlSslConfig. parseFrom(com.google.protobuf.ByteString data)
static MysqlSslConfig
MysqlSslConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MysqlSslConfig
MysqlSslConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static MysqlSslConfig
MysqlSslConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MysqlSslConfig
MysqlSslConfig. parseFrom(InputStream input)
static MysqlSslConfig
MysqlSslConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MysqlSslConfig
MysqlSslConfig. parseFrom(ByteBuffer data)
static MysqlSslConfig
MysqlSslConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datastream.v1alpha1 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.v1alpha1 with parameters of type MysqlSslConfig Modifier and Type Method Description MysqlSslConfig.Builder
MysqlSslConfig.Builder. mergeFrom(MysqlSslConfig other)
MysqlProfile.Builder
MysqlProfile.Builder. mergeSslConfig(MysqlSslConfig value)
SSL configuration for the MySQL connection.static MysqlSslConfig.Builder
MysqlSslConfig. newBuilder(MysqlSslConfig prototype)
MysqlProfile.Builder
MysqlProfile.Builder. setSslConfig(MysqlSslConfig value)
SSL configuration for the MySQL connection.
-