Uses of Class
com.google.cloud.datastream.v1.MysqlProfile
-
Packages that use MysqlProfile Package Description com.google.cloud.datastream.v1 A client to Datastream API -
-
Uses of MysqlProfile in com.google.cloud.datastream.v1
Methods in com.google.cloud.datastream.v1 that return MysqlProfile Modifier and Type Method Description MysqlProfile
MysqlProfile.Builder. build()
MysqlProfile
MysqlProfile.Builder. buildPartial()
static MysqlProfile
MysqlProfile. getDefaultInstance()
MysqlProfile
MysqlProfile.Builder. getDefaultInstanceForType()
MysqlProfile
MysqlProfile. getDefaultInstanceForType()
MysqlProfile
ConnectionProfile.Builder. getMysqlProfile()
MySQL ConnectionProfile configuration.MysqlProfile
ConnectionProfile. getMysqlProfile()
MySQL ConnectionProfile configuration.MysqlProfile
ConnectionProfileOrBuilder. getMysqlProfile()
MySQL ConnectionProfile configuration.static MysqlProfile
MysqlProfile. parseDelimitedFrom(InputStream input)
static MysqlProfile
MysqlProfile. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MysqlProfile
MysqlProfile. parseFrom(byte[] data)
static MysqlProfile
MysqlProfile. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MysqlProfile
MysqlProfile. parseFrom(com.google.protobuf.ByteString data)
static MysqlProfile
MysqlProfile. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MysqlProfile
MysqlProfile. parseFrom(com.google.protobuf.CodedInputStream input)
static MysqlProfile
MysqlProfile. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MysqlProfile
MysqlProfile. parseFrom(InputStream input)
static MysqlProfile
MysqlProfile. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MysqlProfile
MysqlProfile. parseFrom(ByteBuffer data)
static MysqlProfile
MysqlProfile. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datastream.v1 that return types with arguments of type MysqlProfile Modifier and Type Method Description com.google.protobuf.Parser<MysqlProfile>
MysqlProfile. getParserForType()
static com.google.protobuf.Parser<MysqlProfile>
MysqlProfile. parser()
Methods in com.google.cloud.datastream.v1 with parameters of type MysqlProfile Modifier and Type Method Description MysqlProfile.Builder
MysqlProfile.Builder. mergeFrom(MysqlProfile other)
ConnectionProfile.Builder
ConnectionProfile.Builder. mergeMysqlProfile(MysqlProfile value)
MySQL ConnectionProfile configuration.static MysqlProfile.Builder
MysqlProfile. newBuilder(MysqlProfile prototype)
ConnectionProfile.Builder
ConnectionProfile.Builder. setMysqlProfile(MysqlProfile value)
MySQL ConnectionProfile configuration.
-