public interface MysqlSourceConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExcludeObjects()
public abstract MysqlRdbms getExcludeObjects()MySQL objects to exclude from the stream.
.google.cloud.datastream.v1.MysqlRdbms exclude_objects = 2;
| Type | Description |
| MysqlRdbms | The excludeObjects. |
getExcludeObjectsOrBuilder()
public abstract MysqlRdbmsOrBuilder getExcludeObjectsOrBuilder()MySQL objects to exclude from the stream.
.google.cloud.datastream.v1.MysqlRdbms exclude_objects = 2;
| Type | Description |
| MysqlRdbmsOrBuilder |
getIncludeObjects()
public abstract MysqlRdbms getIncludeObjects()MySQL objects to retrieve from the source.
.google.cloud.datastream.v1.MysqlRdbms include_objects = 1;
| Type | Description |
| MysqlRdbms | The includeObjects. |
getIncludeObjectsOrBuilder()
public abstract MysqlRdbmsOrBuilder getIncludeObjectsOrBuilder()MySQL objects to retrieve from the source.
.google.cloud.datastream.v1.MysqlRdbms include_objects = 1;
| Type | Description |
| MysqlRdbmsOrBuilder |
hasExcludeObjects()
public abstract boolean hasExcludeObjects()MySQL objects to exclude from the stream.
.google.cloud.datastream.v1.MysqlRdbms exclude_objects = 2;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the includeObjects field is set. |