public interface MysqlSourceConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MysqlRdbms |
getExcludeObjects()
MySQL objects to exclude from the stream.
|
MysqlRdbmsOrBuilder |
getExcludeObjectsOrBuilder()
MySQL objects to exclude from the stream.
|
MysqlRdbms |
getIncludeObjects()
MySQL objects to retrieve from the source.
|
MysqlRdbmsOrBuilder |
getIncludeObjectsOrBuilder()
MySQL objects to retrieve from the source.
|
int |
getMaxConcurrentCdcTasks()
Maximum number of concurrent CDC tasks.
|
boolean |
hasExcludeObjects()
MySQL objects to exclude from the stream.
|
boolean |
hasIncludeObjects()
MySQL objects to retrieve from the source.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIncludeObjects()
MySQL objects to retrieve from the source.
.google.cloud.datastream.v1.MysqlRdbms include_objects = 1;MysqlRdbms getIncludeObjects()
MySQL objects to retrieve from the source.
.google.cloud.datastream.v1.MysqlRdbms include_objects = 1;MysqlRdbmsOrBuilder getIncludeObjectsOrBuilder()
MySQL objects to retrieve from the source.
.google.cloud.datastream.v1.MysqlRdbms include_objects = 1;boolean hasExcludeObjects()
MySQL objects to exclude from the stream.
.google.cloud.datastream.v1.MysqlRdbms exclude_objects = 2;MysqlRdbms getExcludeObjects()
MySQL objects to exclude from the stream.
.google.cloud.datastream.v1.MysqlRdbms exclude_objects = 2;MysqlRdbmsOrBuilder getExcludeObjectsOrBuilder()
MySQL objects to exclude from the stream.
.google.cloud.datastream.v1.MysqlRdbms exclude_objects = 2;int getMaxConcurrentCdcTasks()
Maximum number of concurrent CDC tasks. The number should be non negative. If not set (or set to 0), the system's default value will be used.
int32 max_concurrent_cdc_tasks = 3;Copyright © 2022 Google LLC. All rights reserved.