public static interface Stream.BackfillAllStrategyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExcludedObjectsCase()
public abstract Stream.BackfillAllStrategy.ExcludedObjectsCase getExcludedObjectsCase()| Type | Description |
| Stream.BackfillAllStrategy.ExcludedObjectsCase |
getMysqlExcludedObjects()
public abstract MysqlRdbms getMysqlExcludedObjects()MySQL data source objects to avoid backfilling.
.google.cloud.datastream.v1alpha1.MysqlRdbms mysql_excluded_objects = 2;
| Type | Description |
| MysqlRdbms | The mysqlExcludedObjects. |
getMysqlExcludedObjectsOrBuilder()
public abstract MysqlRdbmsOrBuilder getMysqlExcludedObjectsOrBuilder()MySQL data source objects to avoid backfilling.
.google.cloud.datastream.v1alpha1.MysqlRdbms mysql_excluded_objects = 2;
| Type | Description |
| MysqlRdbmsOrBuilder |
getOracleExcludedObjects()
public abstract OracleRdbms getOracleExcludedObjects()Oracle data source objects to avoid backfilling.
.google.cloud.datastream.v1alpha1.OracleRdbms oracle_excluded_objects = 1;
| Type | Description |
| OracleRdbms | The oracleExcludedObjects. |
getOracleExcludedObjectsOrBuilder()
public abstract OracleRdbmsOrBuilder getOracleExcludedObjectsOrBuilder()Oracle data source objects to avoid backfilling.
.google.cloud.datastream.v1alpha1.OracleRdbms oracle_excluded_objects = 1;
| Type | Description |
| OracleRdbmsOrBuilder |
hasMysqlExcludedObjects()
public abstract boolean hasMysqlExcludedObjects()MySQL data source objects to avoid backfilling.
.google.cloud.datastream.v1alpha1.MysqlRdbms mysql_excluded_objects = 2;
| Type | Description |
| boolean | Whether the mysqlExcludedObjects field is set. |
hasOracleExcludedObjects()
public abstract boolean hasOracleExcludedObjects()Oracle data source objects to avoid backfilling.
.google.cloud.datastream.v1alpha1.OracleRdbms oracle_excluded_objects = 1;
| Type | Description |
| boolean | Whether the oracleExcludedObjects field is set. |