Google Cloud Datastream V1 Client - Class PostgresqlTable (1.4.2)

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

PostgreSQL table.

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

Namespace

Google \ Cloud \ Datastream \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ table string

Table name.

↳ postgresql_columns array<Google\Cloud\Datastream\V1\PostgresqlColumn>

PostgreSQL columns in the schema. 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

getPostgresqlColumns

PostgreSQL columns in the schema.

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

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPostgresqlColumns

PostgreSQL columns in the schema.

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

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