public interface MysqlSourceConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAllowlist()
public abstract MysqlRdbms getAllowlist()MySQL objects to retrieve from the source.
.google.cloud.datastream.v1alpha1.MysqlRdbms allowlist = 1;
| Type | Description |
| MysqlRdbms | The allowlist. |
getAllowlistOrBuilder()
public abstract MysqlRdbmsOrBuilder getAllowlistOrBuilder()MySQL objects to retrieve from the source.
.google.cloud.datastream.v1alpha1.MysqlRdbms allowlist = 1;
| Type | Description |
| MysqlRdbmsOrBuilder |
getRejectlist()
public abstract MysqlRdbms getRejectlist()MySQL objects to exclude from the stream.
.google.cloud.datastream.v1alpha1.MysqlRdbms rejectlist = 2;
| Type | Description |
| MysqlRdbms | The rejectlist. |
getRejectlistOrBuilder()
public abstract MysqlRdbmsOrBuilder getRejectlistOrBuilder()MySQL objects to exclude from the stream.
.google.cloud.datastream.v1alpha1.MysqlRdbms rejectlist = 2;
| Type | Description |
| MysqlRdbmsOrBuilder |
hasAllowlist()
public abstract boolean hasAllowlist()MySQL objects to retrieve from the source.
.google.cloud.datastream.v1alpha1.MysqlRdbms allowlist = 1;
| Type | Description |
| boolean | Whether the allowlist field is set. |
hasRejectlist()
public abstract boolean hasRejectlist()MySQL objects to exclude from the stream.
.google.cloud.datastream.v1alpha1.MysqlRdbms rejectlist = 2;
| Type | Description |
| boolean | Whether the rejectlist field is set. |