public interface MongodbSourceConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getExcludeObjects()
public abstract MongodbCluster getExcludeObjects()
MongoDB collections to exclude from the stream.
.google.cloud.datastream.v1.MongodbCluster exclude_objects = 2;
Returns | |
---|---|
Type | Description |
MongodbCluster |
The excludeObjects. |
getExcludeObjectsOrBuilder()
public abstract MongodbClusterOrBuilder getExcludeObjectsOrBuilder()
MongoDB collections to exclude from the stream.
.google.cloud.datastream.v1.MongodbCluster exclude_objects = 2;
Returns | |
---|---|
Type | Description |
MongodbClusterOrBuilder |
getIncludeObjects()
public abstract MongodbCluster getIncludeObjects()
MongoDB collections to include in the stream.
.google.cloud.datastream.v1.MongodbCluster include_objects = 1;
Returns | |
---|---|
Type | Description |
MongodbCluster |
The includeObjects. |
getIncludeObjectsOrBuilder()
public abstract MongodbClusterOrBuilder getIncludeObjectsOrBuilder()
MongoDB collections to include in the stream.
.google.cloud.datastream.v1.MongodbCluster include_objects = 1;
Returns | |
---|---|
Type | Description |
MongodbClusterOrBuilder |
getMaxConcurrentBackfillTasks()
public abstract int getMaxConcurrentBackfillTasks()
Optional. Maximum number of concurrent backfill tasks. The number should be non-negative and less than or equal to 50. If not set (or set to 0), the system's default value is used
int32 max_concurrent_backfill_tasks = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The maxConcurrentBackfillTasks. |
hasExcludeObjects()
public abstract boolean hasExcludeObjects()
MongoDB collections to exclude from the stream.
.google.cloud.datastream.v1.MongodbCluster exclude_objects = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the excludeObjects field is set. |
hasIncludeObjects()
public abstract boolean hasIncludeObjects()
MongoDB collections to include in the stream.
.google.cloud.datastream.v1.MongodbCluster include_objects = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the includeObjects field is set. |