Datastream V1 API - Class Google::Cloud::Datastream::V1::SalesforceSourceConfig (v1.1.0)

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

#exclude_objects=

def exclude_objects=(value) -> ::Google::Cloud::Datastream::V1::SalesforceOrg
Parameter
Returns

#include_objects

def include_objects() -> ::Google::Cloud::Datastream::V1::SalesforceOrg
Returns

#include_objects=

def include_objects=(value) -> ::Google::Cloud::Datastream::V1::SalesforceOrg
Parameter
Returns

#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.