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 | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ oracle_identifier | Google\Cloud\Datastream\V1\SourceObjectIdentifier\OracleObjectIdentifierOracle data source object identifier. | 
| ↳ mysql_identifier | Google\Cloud\Datastream\V1\SourceObjectIdentifier\MysqlObjectIdentifierMysql data source object identifier. | 
| ↳ postgresql_identifier | Google\Cloud\Datastream\V1\SourceObjectIdentifier\PostgresqlObjectIdentifierPostgreSQL data source object identifier. | 
getOracleIdentifier
Oracle data source object identifier.
| Returns | |
|---|---|
| Type | Description | 
| Google\Cloud\Datastream\V1\SourceObjectIdentifier\OracleObjectIdentifier|null | |
hasOracleIdentifier
setOracleIdentifier
Oracle data source object identifier.
| Parameter | |
|---|---|
| Name | Description | 
| var | Google\Cloud\Datastream\V1\SourceObjectIdentifier\OracleObjectIdentifier | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getMysqlIdentifier
Mysql data source object identifier.
| Returns | |
|---|---|
| Type | Description | 
| Google\Cloud\Datastream\V1\SourceObjectIdentifier\MysqlObjectIdentifier|null | |
hasMysqlIdentifier
setMysqlIdentifier
Mysql data source object identifier.
| Parameter | |
|---|---|
| Name | Description | 
| var | Google\Cloud\Datastream\V1\SourceObjectIdentifier\MysqlObjectIdentifier | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getPostgresqlIdentifier
PostgreSQL data source object identifier.
| Returns | |
|---|---|
| Type | Description | 
| Google\Cloud\Datastream\V1\SourceObjectIdentifier\PostgresqlObjectIdentifier|null | |
hasPostgresqlIdentifier
setPostgresqlIdentifier
PostgreSQL data source object identifier.
| Parameter | |
|---|---|
| Name | Description | 
| var | Google\Cloud\Datastream\V1\SourceObjectIdentifier\PostgresqlObjectIdentifier | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getSourceIdentifier
| Returns | |
|---|---|
| Type | Description | 
| string | |