Class SqlServerTable (1.54.0)

public final class SqlServerTable extends GeneratedMessageV3 implements SqlServerTableOrBuilder

SQLServer table.

Protobuf type google.cloud.datastream.v1.SqlServerTable

Static Fields

COLUMNS_FIELD_NUMBER

public static final int COLUMNS_FIELD_NUMBER
Field Value
Type Description
int

TABLE_FIELD_NUMBER

public static final int TABLE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static SqlServerTable getDefaultInstance()
Returns
Type Description
SqlServerTable

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static SqlServerTable.Builder newBuilder()
Returns
Type Description
SqlServerTable.Builder

newBuilder(SqlServerTable prototype)

public static SqlServerTable.Builder newBuilder(SqlServerTable prototype)
Parameter
Name Description
prototype SqlServerTable
Returns
Type Description
SqlServerTable.Builder

parseDelimitedFrom(InputStream input)

public static SqlServerTable parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SqlServerTable
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SqlServerTable parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SqlServerTable
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static SqlServerTable parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
SqlServerTable
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SqlServerTable parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SqlServerTable
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SqlServerTable parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
SqlServerTable
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SqlServerTable parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SqlServerTable
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SqlServerTable parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
SqlServerTable
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SqlServerTable parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SqlServerTable
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static SqlServerTable parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SqlServerTable
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SqlServerTable parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SqlServerTable
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static SqlServerTable parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
SqlServerTable
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SqlServerTable parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SqlServerTable
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<SqlServerTable> parser()
Returns
Type Description
Parser<SqlServerTable>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getColumns(int index)

public SqlServerColumn getColumns(int index)

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

repeated .google.cloud.datastream.v1.SqlServerColumn columns = 2;

Parameter
Name Description
index int
Returns
Type Description
SqlServerColumn

getColumnsCount()

public int getColumnsCount()

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

repeated .google.cloud.datastream.v1.SqlServerColumn columns = 2;

Returns
Type Description
int

getColumnsList()

public List<SqlServerColumn> getColumnsList()

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

repeated .google.cloud.datastream.v1.SqlServerColumn columns = 2;

Returns
Type Description
List<SqlServerColumn>

getColumnsOrBuilder(int index)

public SqlServerColumnOrBuilder getColumnsOrBuilder(int index)

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

repeated .google.cloud.datastream.v1.SqlServerColumn columns = 2;

Parameter
Name Description
index int
Returns
Type Description
SqlServerColumnOrBuilder

getColumnsOrBuilderList()

public List<? extends SqlServerColumnOrBuilder> getColumnsOrBuilderList()

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

repeated .google.cloud.datastream.v1.SqlServerColumn columns = 2;

Returns
Type Description
List<? extends com.google.cloud.datastream.v1.SqlServerColumnOrBuilder>

getDefaultInstanceForType()

public SqlServerTable getDefaultInstanceForType()
Returns
Type Description
SqlServerTable

getParserForType()

public Parser<SqlServerTable> getParserForType()
Returns
Type Description
Parser<SqlServerTable>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTable()

public String getTable()

Table name.

string table = 1;

Returns
Type Description
String

The table.

getTableBytes()

public ByteString getTableBytes()

Table name.

string table = 1;

Returns
Type Description
ByteString

The bytes for table.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public SqlServerTable.Builder newBuilderForType()
Returns
Type Description
SqlServerTable.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SqlServerTable.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
SqlServerTable.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public SqlServerTable.Builder toBuilder()
Returns
Type Description
SqlServerTable.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException