Reference documentation and code samples for the Google Cloud Datastream V1 Client class OracleRdbms.
Oracle database structure.
Generated from protobuf message google.cloud.datastream.v1.OracleRdbms
Namespace
Google \ Cloud \ Datastream \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ oracle_schemas |
array<Google\Cloud\Datastream\V1\OracleSchema>
Oracle schemas/databases in the database server. |
getOracleSchemas
Oracle schemas/databases in the database server.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setOracleSchemas
Oracle schemas/databases in the database server.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Datastream\V1\OracleSchema>
|
Returns | |
---|---|
Type | Description |
$this |