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 OracleRdbms
getAllowlist()
Oracle objects to include in the stream.OracleRdbmsOrBuilder
getAllowlistOrBuilder()
Oracle objects to include in the stream.OracleRdbms
getRejectlist()
Oracle objects to exclude from the stream.OracleRdbmsOrBuilder
getRejectlistOrBuilder()
Oracle objects to exclude from the stream.boolean
hasAllowlist()
Oracle objects to include in the stream.boolean
hasRejectlist()
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;
-
-