Package com.google.cloud.datastream.v1
Interface Stream.BackfillAllStrategyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Stream.BackfillAllStrategy
,Stream.BackfillAllStrategy.Builder
- Enclosing class:
- Stream
public static interface Stream.BackfillAllStrategyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stream.BackfillAllStrategy.ExcludedObjectsCase
getExcludedObjectsCase()
MysqlRdbms
getMysqlExcludedObjects()
MySQL data source objects to avoid backfilling.MysqlRdbmsOrBuilder
getMysqlExcludedObjectsOrBuilder()
MySQL data source objects to avoid backfilling.OracleRdbms
getOracleExcludedObjects()
Oracle data source objects to avoid backfilling.OracleRdbmsOrBuilder
getOracleExcludedObjectsOrBuilder()
Oracle data source objects to avoid backfilling.PostgresqlRdbms
getPostgresqlExcludedObjects()
PostgreSQL data source objects to avoid backfilling.PostgresqlRdbmsOrBuilder
getPostgresqlExcludedObjectsOrBuilder()
PostgreSQL data source objects to avoid backfilling.boolean
hasMysqlExcludedObjects()
MySQL data source objects to avoid backfilling.boolean
hasOracleExcludedObjects()
Oracle data source objects to avoid backfilling.boolean
hasPostgresqlExcludedObjects()
PostgreSQL data source objects to avoid backfilling.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasOracleExcludedObjects
boolean hasOracleExcludedObjects()
Oracle data source objects to avoid backfilling.
.google.cloud.datastream.v1.OracleRdbms oracle_excluded_objects = 1;
- Returns:
- Whether the oracleExcludedObjects field is set.
-
getOracleExcludedObjects
OracleRdbms getOracleExcludedObjects()
Oracle data source objects to avoid backfilling.
.google.cloud.datastream.v1.OracleRdbms oracle_excluded_objects = 1;
- Returns:
- The oracleExcludedObjects.
-
getOracleExcludedObjectsOrBuilder
OracleRdbmsOrBuilder getOracleExcludedObjectsOrBuilder()
Oracle data source objects to avoid backfilling.
.google.cloud.datastream.v1.OracleRdbms oracle_excluded_objects = 1;
-
hasMysqlExcludedObjects
boolean hasMysqlExcludedObjects()
MySQL data source objects to avoid backfilling.
.google.cloud.datastream.v1.MysqlRdbms mysql_excluded_objects = 2;
- Returns:
- Whether the mysqlExcludedObjects field is set.
-
getMysqlExcludedObjects
MysqlRdbms getMysqlExcludedObjects()
MySQL data source objects to avoid backfilling.
.google.cloud.datastream.v1.MysqlRdbms mysql_excluded_objects = 2;
- Returns:
- The mysqlExcludedObjects.
-
getMysqlExcludedObjectsOrBuilder
MysqlRdbmsOrBuilder getMysqlExcludedObjectsOrBuilder()
MySQL data source objects to avoid backfilling.
.google.cloud.datastream.v1.MysqlRdbms mysql_excluded_objects = 2;
-
hasPostgresqlExcludedObjects
boolean hasPostgresqlExcludedObjects()
PostgreSQL data source objects to avoid backfilling.
.google.cloud.datastream.v1.PostgresqlRdbms postgresql_excluded_objects = 3;
- Returns:
- Whether the postgresqlExcludedObjects field is set.
-
getPostgresqlExcludedObjects
PostgresqlRdbms getPostgresqlExcludedObjects()
PostgreSQL data source objects to avoid backfilling.
.google.cloud.datastream.v1.PostgresqlRdbms postgresql_excluded_objects = 3;
- Returns:
- The postgresqlExcludedObjects.
-
getPostgresqlExcludedObjectsOrBuilder
PostgresqlRdbmsOrBuilder getPostgresqlExcludedObjectsOrBuilder()
PostgreSQL data source objects to avoid backfilling.
.google.cloud.datastream.v1.PostgresqlRdbms postgresql_excluded_objects = 3;
-
getExcludedObjectsCase
Stream.BackfillAllStrategy.ExcludedObjectsCase getExcludedObjectsCase()
-
-