Google Cloud Datastream V1 Client - Class MysqlTable (1.0.5)

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

MySQL table.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ table string

Table name.

↳ mysql_columns array<Google\Cloud\Datastream\V1\MysqlColumn>

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

getTable

Table name.

Returns
TypeDescription
string

setTable

Table name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMysqlColumns

MySQL columns in the database.

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

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setMysqlColumns

MySQL columns in the database.

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

Parameter
NameDescription
var array<Google\Cloud\Datastream\V1\MysqlColumn>
Returns
TypeDescription
$this