Class: Google::Cloud::Datastream::V1::Stream::BackfillAllStrategy

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#mysql_excluded_objects::Google::Cloud::Datastream::V1::MysqlRdbms

Returns MySQL data source objects to avoid backfilling.

Note: The following fields are mutually exclusive: mysql_excluded_objects, oracle_excluded_objects, postgresql_excluded_objects, sql_server_excluded_objects, salesforce_excluded_objects. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Datastream::V1::MysqlRdbms)

    MySQL data source objects to avoid backfilling.

    Note: The following fields are mutually exclusive: mysql_excluded_objects, oracle_excluded_objects, postgresql_excluded_objects, sql_server_excluded_objects, salesforce_excluded_objects. If a field in that set is populated, all other fields in the set will automatically be cleared.



1494
1495
1496
1497
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1494

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.

Note: The following fields are mutually exclusive: oracle_excluded_objects, mysql_excluded_objects, postgresql_excluded_objects, sql_server_excluded_objects, salesforce_excluded_objects. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Datastream::V1::OracleRdbms)

    Oracle data source objects to avoid backfilling.

    Note: The following fields are mutually exclusive: oracle_excluded_objects, mysql_excluded_objects, postgresql_excluded_objects, sql_server_excluded_objects, salesforce_excluded_objects. If a field in that set is populated, all other fields in the set will automatically be cleared.



1494
1495
1496
1497
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1494

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.

Note: The following fields are mutually exclusive: postgresql_excluded_objects, oracle_excluded_objects, mysql_excluded_objects, sql_server_excluded_objects, salesforce_excluded_objects. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Datastream::V1::PostgresqlRdbms)

    PostgreSQL data source objects to avoid backfilling.

    Note: The following fields are mutually exclusive: postgresql_excluded_objects, oracle_excluded_objects, mysql_excluded_objects, sql_server_excluded_objects, salesforce_excluded_objects. If a field in that set is populated, all other fields in the set will automatically be cleared.



1494
1495
1496
1497
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1494

class BackfillAllStrategy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#salesforce_excluded_objects::Google::Cloud::Datastream::V1::SalesforceOrg

Returns Salesforce data source objects to avoid backfilling

Note: The following fields are mutually exclusive: salesforce_excluded_objects, oracle_excluded_objects, mysql_excluded_objects, postgresql_excluded_objects, sql_server_excluded_objects. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Datastream::V1::SalesforceOrg)

    Salesforce data source objects to avoid backfilling

    Note: The following fields are mutually exclusive: salesforce_excluded_objects, oracle_excluded_objects, mysql_excluded_objects, postgresql_excluded_objects, sql_server_excluded_objects. If a field in that set is populated, all other fields in the set will automatically be cleared.



1494
1495
1496
1497
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1494

class BackfillAllStrategy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#sql_server_excluded_objects::Google::Cloud::Datastream::V1::SqlServerRdbms

Returns SQLServer data source objects to avoid backfilling

Note: The following fields are mutually exclusive: sql_server_excluded_objects, oracle_excluded_objects, mysql_excluded_objects, postgresql_excluded_objects, salesforce_excluded_objects. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Datastream::V1::SqlServerRdbms)

    SQLServer data source objects to avoid backfilling

    Note: The following fields are mutually exclusive: sql_server_excluded_objects, oracle_excluded_objects, mysql_excluded_objects, postgresql_excluded_objects, salesforce_excluded_objects. If a field in that set is populated, all other fields in the set will automatically be cleared.



1494
1495
1496
1497
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1494

class BackfillAllStrategy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end