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