Reference documentation and code samples for the Datastream V1 API class Google::Cloud::Datastream::V1::SalesforceSourceConfig.
Salesforce source configuration
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#exclude_objects
def exclude_objects() -> ::Google::Cloud::Datastream::V1::SalesforceOrg
Returns
- (::Google::Cloud::Datastream::V1::SalesforceOrg) — Salesforce objects to exclude from the stream.
#exclude_objects=
def exclude_objects=(value) -> ::Google::Cloud::Datastream::V1::SalesforceOrg
Parameter
- value (::Google::Cloud::Datastream::V1::SalesforceOrg) — Salesforce objects to exclude from the stream.
Returns
- (::Google::Cloud::Datastream::V1::SalesforceOrg) — Salesforce objects to exclude from the stream.
#include_objects
def include_objects() -> ::Google::Cloud::Datastream::V1::SalesforceOrg
Returns
- (::Google::Cloud::Datastream::V1::SalesforceOrg) — Salesforce objects to retrieve from the source.
#include_objects=
def include_objects=(value) -> ::Google::Cloud::Datastream::V1::SalesforceOrg
Parameter
- value (::Google::Cloud::Datastream::V1::SalesforceOrg) — Salesforce objects to retrieve from the source.
Returns
- (::Google::Cloud::Datastream::V1::SalesforceOrg) — Salesforce objects to retrieve from the source.
#polling_interval
def polling_interval() -> ::Google::Protobuf::Duration
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.
#polling_interval=
def polling_interval=(value) -> ::Google::Protobuf::Duration
Parameter
- value (::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.
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.