Reference documentation and code samples for the Google Cloud Datastream V1 Client class SqlServerSchema.
SQLServer schema.
Generated from protobuf message google.cloud.datastream.v1.SqlServerSchema
Namespace
Google \ Cloud \ Datastream \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ schema |
string
Schema name. |
↳ tables |
array<SqlServerTable>
Tables in the schema. |
getSchema
Schema name.
Returns | |
---|---|
Type | Description |
string |
setSchema
Schema name.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTables
Tables in the schema.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setTables
Tables in the schema.
Parameter | |
---|---|
Name | Description |
var |
array<SqlServerTable>
|
Returns | |
---|---|
Type | Description |
$this |