Interface MysqlSourceConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MysqlSourceConfig,MysqlSourceConfig.Builder
public interface MysqlSourceConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MysqlRdbmsgetAllowlist()MySQL objects to retrieve from the source.MysqlRdbmsOrBuildergetAllowlistOrBuilder()MySQL objects to retrieve from the source.MysqlRdbmsgetRejectlist()MySQL objects to exclude from the stream.MysqlRdbmsOrBuildergetRejectlistOrBuilder()MySQL objects to exclude from the stream.booleanhasAllowlist()MySQL objects to retrieve from the source.booleanhasRejectlist()MySQL objects to exclude from the stream.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAllowlist
boolean hasAllowlist()
MySQL objects to retrieve from the source.
.google.cloud.datastream.v1alpha1.MysqlRdbms allowlist = 1;- Returns:
- Whether the allowlist field is set.
-
getAllowlist
MysqlRdbms getAllowlist()
MySQL objects to retrieve from the source.
.google.cloud.datastream.v1alpha1.MysqlRdbms allowlist = 1;- Returns:
- The allowlist.
-
getAllowlistOrBuilder
MysqlRdbmsOrBuilder getAllowlistOrBuilder()
MySQL objects to retrieve from the source.
.google.cloud.datastream.v1alpha1.MysqlRdbms allowlist = 1;
-
hasRejectlist
boolean hasRejectlist()
MySQL objects to exclude from the stream.
.google.cloud.datastream.v1alpha1.MysqlRdbms rejectlist = 2;- Returns:
- Whether the rejectlist field is set.
-
getRejectlist
MysqlRdbms getRejectlist()
MySQL objects to exclude from the stream.
.google.cloud.datastream.v1alpha1.MysqlRdbms rejectlist = 2;- Returns:
- The rejectlist.
-
getRejectlistOrBuilder
MysqlRdbmsOrBuilder getRejectlistOrBuilder()
MySQL objects to exclude from the stream.
.google.cloud.datastream.v1alpha1.MysqlRdbms rejectlist = 2;
-
-