public final class SqlServerSchema extends GeneratedMessage implements SqlServerSchemaOrBuilderSQLServer schema.
Protobuf type google.cloud.datastream.v1.SqlServerSchema
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > SqlServerSchemaImplements
SqlServerSchemaOrBuilderStatic 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 |
|
getDefaultInstanceForType()
public SqlServerSchema getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SqlServerSchema |
|
getParserForType()
public Parser<SqlServerSchema> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<SqlServerSchema> |
|
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 |
|
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 |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public SqlServerSchema.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
SqlServerSchema.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected SqlServerSchema.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
SqlServerSchema.Builder |
|
toBuilder()
public SqlServerSchema.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
SqlServerSchema.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|