Google Cloud Datastream V1 Client - Class SqlServerSchema (2.1.0)

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 \ V1

Methods

__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