Interface MysqlSourceConfigOrBuilder (1.40.0)

public interface MysqlSourceConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExcludeObjects()

public abstract MysqlRdbms getExcludeObjects()

MySQL objects to exclude from the stream.

.google.cloud.datastream.v1.MysqlRdbms exclude_objects = 2;

Returns
TypeDescription
MysqlRdbms

The excludeObjects.

getExcludeObjectsOrBuilder()

public abstract MysqlRdbmsOrBuilder getExcludeObjectsOrBuilder()

MySQL objects to exclude from the stream.

.google.cloud.datastream.v1.MysqlRdbms exclude_objects = 2;

Returns
TypeDescription
MysqlRdbmsOrBuilder

getIncludeObjects()

public abstract MysqlRdbms getIncludeObjects()

MySQL objects to retrieve from the source.

.google.cloud.datastream.v1.MysqlRdbms include_objects = 1;

Returns
TypeDescription
MysqlRdbms

The includeObjects.

getIncludeObjectsOrBuilder()

public abstract MysqlRdbmsOrBuilder getIncludeObjectsOrBuilder()

MySQL objects to retrieve from the source.

.google.cloud.datastream.v1.MysqlRdbms include_objects = 1;

Returns
TypeDescription
MysqlRdbmsOrBuilder

getMaxConcurrentBackfillTasks()

public abstract int getMaxConcurrentBackfillTasks()

Maximum number of concurrent backfill 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_backfill_tasks = 4;

Returns
TypeDescription
int

The maxConcurrentBackfillTasks.

getMaxConcurrentCdcTasks()

public abstract 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;

Returns
TypeDescription
int

The maxConcurrentCdcTasks.

hasExcludeObjects()

public abstract boolean hasExcludeObjects()

MySQL objects to exclude from the stream.

.google.cloud.datastream.v1.MysqlRdbms exclude_objects = 2;

Returns
TypeDescription
boolean

Whether the excludeObjects field is set.

hasIncludeObjects()

public abstract boolean hasIncludeObjects()

MySQL objects to retrieve from the source.

.google.cloud.datastream.v1.MysqlRdbms include_objects = 1;

Returns
TypeDescription
boolean

Whether the includeObjects field is set.