public static interface Stream.BackfillAllStrategyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExcludedObjectsCase()
public abstract Stream.BackfillAllStrategy.ExcludedObjectsCase getExcludedObjectsCase()| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
MysqlRdbmsOrBuilder |
|
getOracleExcludedObjects()
public abstract OracleRdbms getOracleExcludedObjects()Oracle data source objects to avoid backfilling.
.google.cloud.datastream.v1alpha1.OracleRdbms oracle_excluded_objects = 1;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
OracleRdbmsOrBuilder |
|
hasMysqlExcludedObjects()
public abstract boolean hasMysqlExcludedObjects()MySQL data source objects to avoid backfilling.
.google.cloud.datastream.v1alpha1.MysqlRdbms mysql_excluded_objects = 2;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the oracleExcludedObjects field is set. |