Class SqlServerSchema (1.54.0)

public final class SqlServerSchema extends GeneratedMessageV3 implements SqlServerSchemaOrBuilder

SQLServer schema.

Protobuf type google.cloud.datastream.v1.SqlServerSchema

Static Fields

SCHEMA_FIELD_NUMBER

public static final int SCHEMA_FIELD_NUMBER
Field Value
Type Description
int

TABLES_FIELD_NUMBER

public static final int TABLES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static SqlServerSchema getDefaultInstance()
Returns
Type Description
SqlServerSchema

getDescriptor()

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

newBuilder()

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

newBuilder(SqlServerSchema prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public SqlServerSchema getDefaultInstanceForType()
Returns
Type Description
SqlServerSchema

getParserForType()

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

getSchema()

public String getSchema()

Schema name.

string schema = 1;

Returns
Type Description
String

The schema.

getSchemaBytes()

public ByteString getSchemaBytes()

Schema name.

string schema = 1;

Returns
Type Description
ByteString

The bytes for schema.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTables(int index)

public SqlServerTable getTables(int index)

Tables in the schema.

repeated .google.cloud.datastream.v1.SqlServerTable tables = 2;

Parameter
Name Description
index int
Returns
Type Description
SqlServerTable

getTablesCount()

public int getTablesCount()

Tables in the schema.

repeated .google.cloud.datastream.v1.SqlServerTable tables = 2;

Returns
Type Description
int

getTablesList()

public List<SqlServerTable> getTablesList()

Tables in the schema.

repeated .google.cloud.datastream.v1.SqlServerTable tables = 2;

Returns
Type Description
List<SqlServerTable>

getTablesOrBuilder(int index)

public SqlServerTableOrBuilder getTablesOrBuilder(int index)

Tables in the schema.

repeated .google.cloud.datastream.v1.SqlServerTable tables = 2;

Parameter
Name Description
index int
Returns
Type Description
SqlServerTableOrBuilder

getTablesOrBuilderList()

public List<? extends SqlServerTableOrBuilder> getTablesOrBuilderList()

Tables in the schema.

repeated .google.cloud.datastream.v1.SqlServerTable tables = 2;

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

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 SqlServerSchema.Builder newBuilderForType()
Returns
Type Description
SqlServerSchema.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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