public interface SalesforceSourceConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExcludeObjects()
public abstract SalesforceOrg getExcludeObjects()Salesforce objects to exclude from the stream.
.google.cloud.datastream.v1.SalesforceOrg exclude_objects = 2;
| Returns | |
|---|---|
| Type | Description |
SalesforceOrg |
The excludeObjects. |
getExcludeObjectsOrBuilder()
public abstract SalesforceOrgOrBuilder getExcludeObjectsOrBuilder()Salesforce objects to exclude from the stream.
.google.cloud.datastream.v1.SalesforceOrg exclude_objects = 2;
| Returns | |
|---|---|
| Type | Description |
SalesforceOrgOrBuilder |
|
getIncludeObjects()
public abstract SalesforceOrg getIncludeObjects()Salesforce objects to retrieve from the source.
.google.cloud.datastream.v1.SalesforceOrg include_objects = 1;
| Returns | |
|---|---|
| Type | Description |
SalesforceOrg |
The includeObjects. |
getIncludeObjectsOrBuilder()
public abstract SalesforceOrgOrBuilder getIncludeObjectsOrBuilder()Salesforce objects to retrieve from the source.
.google.cloud.datastream.v1.SalesforceOrg include_objects = 1;
| Returns | |
|---|---|
| Type | Description |
SalesforceOrgOrBuilder |
|
getPollingInterval()
public abstract Duration getPollingInterval()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.
.google.protobuf.Duration polling_interval = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Duration |
The pollingInterval. |
getPollingIntervalOrBuilder()
public abstract DurationOrBuilder getPollingIntervalOrBuilder()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.
.google.protobuf.Duration polling_interval = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
hasExcludeObjects()
public abstract boolean hasExcludeObjects()Salesforce objects to exclude from the stream.
.google.cloud.datastream.v1.SalesforceOrg exclude_objects = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the excludeObjects field is set. |
hasIncludeObjects()
public abstract boolean hasIncludeObjects()Salesforce objects to retrieve from the source.
.google.cloud.datastream.v1.SalesforceOrg include_objects = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the includeObjects field is set. |
hasPollingInterval()
public abstract boolean hasPollingInterval()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.
.google.protobuf.Duration polling_interval = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the pollingInterval field is set. |