Interface OracleSourceConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OracleSourceConfig,OracleSourceConfig.Builder
public interface OracleSourceConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OracleRdbmsgetAllowlist()Oracle objects to include in the stream.OracleRdbmsOrBuildergetAllowlistOrBuilder()Oracle objects to include in the stream.OracleRdbmsgetRejectlist()Oracle objects to exclude from the stream.OracleRdbmsOrBuildergetRejectlistOrBuilder()Oracle objects to exclude from the stream.booleanhasAllowlist()Oracle objects to include in the stream.booleanhasRejectlist()Oracle 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()
Oracle objects to include in the stream.
.google.cloud.datastream.v1alpha1.OracleRdbms allowlist = 1;- Returns:
- Whether the allowlist field is set.
-
getAllowlist
OracleRdbms getAllowlist()
Oracle objects to include in the stream.
.google.cloud.datastream.v1alpha1.OracleRdbms allowlist = 1;- Returns:
- The allowlist.
-
getAllowlistOrBuilder
OracleRdbmsOrBuilder getAllowlistOrBuilder()
Oracle objects to include in the stream.
.google.cloud.datastream.v1alpha1.OracleRdbms allowlist = 1;
-
hasRejectlist
boolean hasRejectlist()
Oracle objects to exclude from the stream.
.google.cloud.datastream.v1alpha1.OracleRdbms rejectlist = 2;- Returns:
- Whether the rejectlist field is set.
-
getRejectlist
OracleRdbms getRejectlist()
Oracle objects to exclude from the stream.
.google.cloud.datastream.v1alpha1.OracleRdbms rejectlist = 2;- Returns:
- The rejectlist.
-
getRejectlistOrBuilder
OracleRdbmsOrBuilder getRejectlistOrBuilder()
Oracle objects to exclude from the stream.
.google.cloud.datastream.v1alpha1.OracleRdbms rejectlist = 2;
-
-