Interface Stream.BackfillAllStrategyOrBuilder

    • 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;