Class: Google::Cloud::Datastream::V1::SalesforceSourceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::SalesforceSourceConfig
- 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
-
#exclude_objects ⇒ ::Google::Cloud::Datastream::V1::SalesforceOrg
Salesforce objects to exclude from the stream.
-
#include_objects ⇒ ::Google::Cloud::Datastream::V1::SalesforceOrg
Salesforce objects to retrieve from the source.
-
#polling_interval ⇒ ::Google::Protobuf::Duration
Required.
Instance Attribute Details
#exclude_objects ⇒ ::Google::Cloud::Datastream::V1::SalesforceOrg
Returns Salesforce objects to exclude from the stream.
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.
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.
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 |