Interface Stream.BackfillAllStrategyOrBuilder

    • Method Detail

      • hasOracleExcludedObjects

        boolean hasOracleExcludedObjects()
         Oracle data source objects to avoid backfilling.
         
        .google.cloud.datastream.v1alpha1.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.v1alpha1.OracleRdbms oracle_excluded_objects = 1;
        Returns:
        The oracleExcludedObjects.
      • getOracleExcludedObjectsOrBuilder

        OracleRdbmsOrBuilder getOracleExcludedObjectsOrBuilder()
         Oracle data source objects to avoid backfilling.
         
        .google.cloud.datastream.v1alpha1.OracleRdbms oracle_excluded_objects = 1;
      • hasMysqlExcludedObjects

        boolean hasMysqlExcludedObjects()
         MySQL data source objects to avoid backfilling.
         
        .google.cloud.datastream.v1alpha1.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.v1alpha1.MysqlRdbms mysql_excluded_objects = 2;
        Returns:
        The mysqlExcludedObjects.
      • getMysqlExcludedObjectsOrBuilder

        MysqlRdbmsOrBuilder getMysqlExcludedObjectsOrBuilder()
         MySQL data source objects to avoid backfilling.
         
        .google.cloud.datastream.v1alpha1.MysqlRdbms mysql_excluded_objects = 2;