public final class MysqlRdbms extends GeneratedMessage implements MysqlRdbmsOrBuilderMySQL database structure
Protobuf type google.cloud.datastream.v1.MysqlRdbms
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > MysqlRdbmsImplements
MysqlRdbmsOrBuilderStatic Fields
MYSQL_DATABASES_FIELD_NUMBER
public static final int MYSQL_DATABASES_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static MysqlRdbms getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
MysqlRdbms |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static MysqlRdbms.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
MysqlRdbms.Builder |
|
newBuilder(MysqlRdbms prototype)
public static MysqlRdbms.Builder newBuilder(MysqlRdbms prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
MysqlRdbms |
| Returns | |
|---|---|
| Type | Description |
MysqlRdbms.Builder |
|
parseDelimitedFrom(InputStream input)
public static MysqlRdbms parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
MysqlRdbms |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MysqlRdbms parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MysqlRdbms |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static MysqlRdbms parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
MysqlRdbms |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MysqlRdbms parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MysqlRdbms |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static MysqlRdbms parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
MysqlRdbms |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MysqlRdbms parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MysqlRdbms |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static MysqlRdbms parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
MysqlRdbms |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MysqlRdbms parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MysqlRdbms |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static MysqlRdbms parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
MysqlRdbms |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MysqlRdbms parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MysqlRdbms |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static MysqlRdbms parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
MysqlRdbms |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MysqlRdbms parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MysqlRdbms |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<MysqlRdbms> parser()| Returns | |
|---|---|
| Type | Description |
Parser<MysqlRdbms> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public MysqlRdbms getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
MysqlRdbms |
|
getMysqlDatabases(int index)
public MysqlDatabase getMysqlDatabases(int index)Mysql databases on the server
repeated .google.cloud.datastream.v1.MysqlDatabase mysql_databases = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
MysqlDatabase |
|
getMysqlDatabasesCount()
public int getMysqlDatabasesCount()Mysql databases on the server
repeated .google.cloud.datastream.v1.MysqlDatabase mysql_databases = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getMysqlDatabasesList()
public List<MysqlDatabase> getMysqlDatabasesList()Mysql databases on the server
repeated .google.cloud.datastream.v1.MysqlDatabase mysql_databases = 1;
| Returns | |
|---|---|
| Type | Description |
List<MysqlDatabase> |
|
getMysqlDatabasesOrBuilder(int index)
public MysqlDatabaseOrBuilder getMysqlDatabasesOrBuilder(int index)Mysql databases on the server
repeated .google.cloud.datastream.v1.MysqlDatabase mysql_databases = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
MysqlDatabaseOrBuilder |
|
getMysqlDatabasesOrBuilderList()
public List<? extends MysqlDatabaseOrBuilder> getMysqlDatabasesOrBuilderList()Mysql databases on the server
repeated .google.cloud.datastream.v1.MysqlDatabase mysql_databases = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.datastream.v1.MysqlDatabaseOrBuilder> |
|
getParserForType()
public Parser<MysqlRdbms> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<MysqlRdbms> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public MysqlRdbms.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
MysqlRdbms.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected MysqlRdbms.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
MysqlRdbms.Builder |
|
toBuilder()
public MysqlRdbms.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
MysqlRdbms.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|