Google Cloud Datastream V1 Client - Class SourceObjectIdentifier (1.0.5)

Reference documentation and code samples for the Google Cloud Datastream V1 Client class SourceObjectIdentifier.

Represents an identifier of an object in the data source.

Generated from protobuf message google.cloud.datastream.v1.SourceObjectIdentifier

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ oracle_identifier Google\Cloud\Datastream\V1\SourceObjectIdentifier\OracleObjectIdentifier

Oracle data source object identifier.

↳ mysql_identifier Google\Cloud\Datastream\V1\SourceObjectIdentifier\MysqlObjectIdentifier

Mysql data source object identifier.

↳ postgresql_identifier Google\Cloud\Datastream\V1\SourceObjectIdentifier\PostgresqlObjectIdentifier

PostgreSQL data source object identifier.

getOracleIdentifier

Oracle data source object identifier.

Returns
TypeDescription
Google\Cloud\Datastream\V1\SourceObjectIdentifier\OracleObjectIdentifier|null

hasOracleIdentifier

setOracleIdentifier

Oracle data source object identifier.

Parameter
NameDescription
var Google\Cloud\Datastream\V1\SourceObjectIdentifier\OracleObjectIdentifier
Returns
TypeDescription
$this

getMysqlIdentifier

Mysql data source object identifier.

Returns
TypeDescription
Google\Cloud\Datastream\V1\SourceObjectIdentifier\MysqlObjectIdentifier|null

hasMysqlIdentifier

setMysqlIdentifier

Mysql data source object identifier.

Parameter
NameDescription
var Google\Cloud\Datastream\V1\SourceObjectIdentifier\MysqlObjectIdentifier
Returns
TypeDescription
$this

getPostgresqlIdentifier

PostgreSQL data source object identifier.

Returns
TypeDescription
Google\Cloud\Datastream\V1\SourceObjectIdentifier\PostgresqlObjectIdentifier|null

hasPostgresqlIdentifier

setPostgresqlIdentifier

PostgreSQL data source object identifier.

Parameter
NameDescription
var Google\Cloud\Datastream\V1\SourceObjectIdentifier\PostgresqlObjectIdentifier
Returns
TypeDescription
$this

getSourceIdentifier

Returns
TypeDescription
string