Class: Google::Cloud::Datastream::V1::Stream::BackfillAllStrategy
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::Stream::BackfillAllStrategy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
Backfill strategy to automatically backfill the Stream's objects. Specific objects can be excluded.
Instance Attribute Summary collapse
-
#mysql_excluded_objects ⇒ ::Google::Cloud::Datastream::V1::MysqlRdbms
MySQL data source objects to avoid backfilling.
-
#oracle_excluded_objects ⇒ ::Google::Cloud::Datastream::V1::OracleRdbms
Oracle data source objects to avoid backfilling.
-
#postgresql_excluded_objects ⇒ ::Google::Cloud::Datastream::V1::PostgresqlRdbms
PostgreSQL data source objects to avoid backfilling.
Instance Attribute Details
#mysql_excluded_objects ⇒ ::Google::Cloud::Datastream::V1::MysqlRdbms
Returns MySQL data source objects to avoid backfilling.
857 858 859 860 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 857 class BackfillAllStrategy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#oracle_excluded_objects ⇒ ::Google::Cloud::Datastream::V1::OracleRdbms
Returns Oracle data source objects to avoid backfilling.
857 858 859 860 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 857 class BackfillAllStrategy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#postgresql_excluded_objects ⇒ ::Google::Cloud::Datastream::V1::PostgresqlRdbms
Returns PostgreSQL data source objects to avoid backfilling.
857 858 859 860 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 857 class BackfillAllStrategy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |