public static interface Stream.BackfillAllStrategyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasOracleExcludedObjects()
Oracle data source objects to avoid backfilling.
.google.cloud.datastream.v1.OracleRdbms oracle_excluded_objects = 1;OracleRdbms getOracleExcludedObjects()
Oracle data source objects to avoid backfilling.
.google.cloud.datastream.v1.OracleRdbms oracle_excluded_objects = 1;OracleRdbmsOrBuilder getOracleExcludedObjectsOrBuilder()
Oracle data source objects to avoid backfilling.
.google.cloud.datastream.v1.OracleRdbms oracle_excluded_objects = 1;boolean hasMysqlExcludedObjects()
MySQL data source objects to avoid backfilling.
.google.cloud.datastream.v1.MysqlRdbms mysql_excluded_objects = 2;MysqlRdbms getMysqlExcludedObjects()
MySQL data source objects to avoid backfilling.
.google.cloud.datastream.v1.MysqlRdbms mysql_excluded_objects = 2;MysqlRdbmsOrBuilder getMysqlExcludedObjectsOrBuilder()
MySQL data source objects to avoid backfilling.
.google.cloud.datastream.v1.MysqlRdbms mysql_excluded_objects = 2;boolean hasPostgresqlExcludedObjects()
PostgreSQL data source objects to avoid backfilling.
.google.cloud.datastream.v1.PostgresqlRdbms postgresql_excluded_objects = 3;PostgresqlRdbms getPostgresqlExcludedObjects()
PostgreSQL data source objects to avoid backfilling.
.google.cloud.datastream.v1.PostgresqlRdbms postgresql_excluded_objects = 3;PostgresqlRdbmsOrBuilder getPostgresqlExcludedObjectsOrBuilder()
PostgreSQL data source objects to avoid backfilling.
.google.cloud.datastream.v1.PostgresqlRdbms postgresql_excluded_objects = 3;Stream.BackfillAllStrategy.ExcludedObjectsCase getExcludedObjectsCase()
Copyright © 2022 Google LLC. All rights reserved.