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