Google Cloud Datastream V1 Client - Class SqlServerTable (2.1.0)

Reference documentation and code samples for the Google Cloud Datastream V1 Client class SqlServerTable.

SQLServer table.

Generated from protobuf message google.cloud.datastream.v1.SqlServerTable

Namespace

Google \ Cloud \ Datastream \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ table string

Table name.

↳ columns array<SqlServerColumn>

SQLServer columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.

getTable

Table name.

Returns
Type Description
string

setTable

Table name.

Parameter
Name Description
var string
Returns
Type Description
$this

getColumns

SQLServer columns in the schema.

When unspecified as part of include/exclude objects, includes/excludes everything.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setColumns

SQLServer columns in the schema.

When unspecified as part of include/exclude objects, includes/excludes everything.

Parameter
Name Description
var array<SqlServerColumn>
Returns
Type Description
$this