Class: Google::Cloud::Datastream::V1::SalesforceSourceConfig

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

Salesforce source configuration

Instance Attribute Summary collapse

Instance Attribute Details

#exclude_objects::Google::Cloud::Datastream::V1::SalesforceOrg

Returns Salesforce objects to exclude from the stream.

Returns:



1105
1106
1107
1108
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1105

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

#include_objects::Google::Cloud::Datastream::V1::SalesforceOrg

Returns Salesforce objects to retrieve from the source.

Returns:



1105
1106
1107
1108
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1105

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

#polling_interval::Google::Protobuf::Duration

Returns Required. Salesforce objects polling interval. The interval at which new changes will be polled for each object. The duration must be between 5 minutes and 24 hours.

Returns:

  • (::Google::Protobuf::Duration)

    Required. Salesforce objects polling interval. The interval at which new changes will be polled for each object. The duration must be between 5 minutes and 24 hours.



1105
1106
1107
1108
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1105

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