Google Cloud Datastream V1 Client - Class OracleSchema (1.4.2)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setSchema

Schema name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOracleTables

Tables in the schema.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setOracleTables

Tables in the schema.

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