public interface SqlServerSchemaOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSchema()
public abstract String getSchema()Schema name.
string schema = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The schema. |
getSchemaBytes()
public abstract ByteString getSchemaBytes()Schema name.
string schema = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for schema. |
getTables(int index)
public abstract 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 abstract int getTablesCount()Tables in the schema.
repeated .google.cloud.datastream.v1.SqlServerTable tables = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getTablesList()
public abstract List<SqlServerTable> getTablesList()Tables in the schema.
repeated .google.cloud.datastream.v1.SqlServerTable tables = 2;
| Returns | |
|---|---|
| Type | Description |
List<SqlServerTable> |
|
getTablesOrBuilder(int index)
public abstract 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 abstract 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> |
|