Google Cloud Datastream V1 Client - Class OracleSchema (2.0.1)
Stay organized with collections
Save and categorize content based on your preferences.
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<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<OracleTable>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|