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 MysqlRdbms
getAllowlist()
MySQL objects to retrieve from the source.MysqlRdbmsOrBuilder
getAllowlistOrBuilder()
MySQL objects to retrieve from the source.MysqlRdbms
getRejectlist()
MySQL objects to exclude from the stream.MysqlRdbmsOrBuilder
getRejectlistOrBuilder()
MySQL objects to exclude from the stream.boolean
hasAllowlist()
MySQL objects to retrieve from the source.boolean
hasRejectlist()
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;
-
-