Class MysqlTable (1.40.0)

public final class MysqlTable extends GeneratedMessageV3 implements MysqlTableOrBuilder

MySQL table.

Protobuf type google.cloud.datastream.v1.MysqlTable

Implements

MysqlTableOrBuilder

Static Fields

MYSQL_COLUMNS_FIELD_NUMBER

public static final int MYSQL_COLUMNS_FIELD_NUMBER
Field Value
TypeDescription
int

TABLE_FIELD_NUMBER

public static final int TABLE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static MysqlTable getDefaultInstance()
Returns
TypeDescription
MysqlTable

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static MysqlTable.Builder newBuilder()
Returns
TypeDescription
MysqlTable.Builder

newBuilder(MysqlTable prototype)

public static MysqlTable.Builder newBuilder(MysqlTable prototype)
Parameter
NameDescription
prototypeMysqlTable
Returns
TypeDescription
MysqlTable.Builder

parseDelimitedFrom(InputStream input)

public static MysqlTable parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
MysqlTable
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MysqlTable parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MysqlTable
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static MysqlTable parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
MysqlTable
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static MysqlTable parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MysqlTable
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static MysqlTable parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
MysqlTable
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static MysqlTable parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MysqlTable
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static MysqlTable parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
MysqlTable
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static MysqlTable parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MysqlTable
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static MysqlTable parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
MysqlTable
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MysqlTable parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MysqlTable
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static MysqlTable parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
MysqlTable
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static MysqlTable parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MysqlTable
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<MysqlTable> parser()
Returns
TypeDescription
Parser<MysqlTable>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public MysqlTable getDefaultInstanceForType()
Returns
TypeDescription
MysqlTable

getMysqlColumns(int index)

public MysqlColumn getMysqlColumns(int index)

MySQL columns in the database. When unspecified as part of include/exclude objects, includes/excludes everything.

repeated .google.cloud.datastream.v1.MysqlColumn mysql_columns = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
MysqlColumn

getMysqlColumnsCount()

public int getMysqlColumnsCount()

MySQL columns in the database. When unspecified as part of include/exclude objects, includes/excludes everything.

repeated .google.cloud.datastream.v1.MysqlColumn mysql_columns = 2;

Returns
TypeDescription
int

getMysqlColumnsList()

public List<MysqlColumn> getMysqlColumnsList()

MySQL columns in the database. When unspecified as part of include/exclude objects, includes/excludes everything.

repeated .google.cloud.datastream.v1.MysqlColumn mysql_columns = 2;

Returns
TypeDescription
List<MysqlColumn>

getMysqlColumnsOrBuilder(int index)

public MysqlColumnOrBuilder getMysqlColumnsOrBuilder(int index)

MySQL columns in the database. When unspecified as part of include/exclude objects, includes/excludes everything.

repeated .google.cloud.datastream.v1.MysqlColumn mysql_columns = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
MysqlColumnOrBuilder

getMysqlColumnsOrBuilderList()

public List<? extends MysqlColumnOrBuilder> getMysqlColumnsOrBuilderList()

MySQL columns in the database. When unspecified as part of include/exclude objects, includes/excludes everything.

repeated .google.cloud.datastream.v1.MysqlColumn mysql_columns = 2;

Returns
TypeDescription
List<? extends com.google.cloud.datastream.v1.MysqlColumnOrBuilder>

getParserForType()

public Parser<MysqlTable> getParserForType()
Returns
TypeDescription
Parser<MysqlTable>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getTable()

public String getTable()

Table name.

string table = 1;

Returns
TypeDescription
String

The table.

getTableBytes()

public ByteString getTableBytes()

Table name.

string table = 1;

Returns
TypeDescription
ByteString

The bytes for table.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public MysqlTable.Builder newBuilderForType()
Returns
TypeDescription
MysqlTable.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected MysqlTable.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
MysqlTable.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public MysqlTable.Builder toBuilder()
Returns
TypeDescription
MysqlTable.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException