public interface SourceObjectIdentifierOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMysqlIdentifier()
public abstract SourceObjectIdentifier.MysqlObjectIdentifier getMysqlIdentifier()Mysql data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.MysqlObjectIdentifier mysql_identifier = 2;
| Type | Description |
| SourceObjectIdentifier.MysqlObjectIdentifier | The mysqlIdentifier. |
getMysqlIdentifierOrBuilder()
public abstract SourceObjectIdentifier.MysqlObjectIdentifierOrBuilder getMysqlIdentifierOrBuilder()Mysql data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.MysqlObjectIdentifier mysql_identifier = 2;
| Type | Description |
| SourceObjectIdentifier.MysqlObjectIdentifierOrBuilder |
getOracleIdentifier()
public abstract SourceObjectIdentifier.OracleObjectIdentifier getOracleIdentifier()Oracle data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.OracleObjectIdentifier oracle_identifier = 1;
| Type | Description |
| SourceObjectIdentifier.OracleObjectIdentifier | The oracleIdentifier. |
getOracleIdentifierOrBuilder()
public abstract SourceObjectIdentifier.OracleObjectIdentifierOrBuilder getOracleIdentifierOrBuilder()Oracle data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.OracleObjectIdentifier oracle_identifier = 1;
| Type | Description |
| SourceObjectIdentifier.OracleObjectIdentifierOrBuilder |
getPostgresqlIdentifier()
public abstract SourceObjectIdentifier.PostgresqlObjectIdentifier getPostgresqlIdentifier()PostgreSQL data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.PostgresqlObjectIdentifier postgresql_identifier = 3;
| Type | Description |
| SourceObjectIdentifier.PostgresqlObjectIdentifier | The postgresqlIdentifier. |
getPostgresqlIdentifierOrBuilder()
public abstract SourceObjectIdentifier.PostgresqlObjectIdentifierOrBuilder getPostgresqlIdentifierOrBuilder()PostgreSQL data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.PostgresqlObjectIdentifier postgresql_identifier = 3;
| Type | Description |
| SourceObjectIdentifier.PostgresqlObjectIdentifierOrBuilder |
getSourceIdentifierCase()
public abstract SourceObjectIdentifier.SourceIdentifierCase getSourceIdentifierCase()| Type | Description |
| SourceObjectIdentifier.SourceIdentifierCase |
hasMysqlIdentifier()
public abstract boolean hasMysqlIdentifier()Mysql data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.MysqlObjectIdentifier mysql_identifier = 2;
| Type | Description |
| boolean | Whether the mysqlIdentifier field is set. |
hasOracleIdentifier()
public abstract boolean hasOracleIdentifier()Oracle data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.OracleObjectIdentifier oracle_identifier = 1;
| Type | Description |
| boolean | Whether the oracleIdentifier field is set. |
hasPostgresqlIdentifier()
public abstract boolean hasPostgresqlIdentifier()PostgreSQL data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.PostgresqlObjectIdentifier postgresql_identifier = 3;
| Type | Description |
| boolean | Whether the postgresqlIdentifier field is set. |