public interface OracleSourceConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAllowlist()
public abstract OracleRdbms getAllowlist()Oracle objects to include in the stream.
.google.cloud.datastream.v1alpha1.OracleRdbms allowlist = 1;
| Returns | |
|---|---|
| Type | Description |
OracleRdbms |
The allowlist. |
getAllowlistOrBuilder()
public abstract OracleRdbmsOrBuilder getAllowlistOrBuilder()Oracle objects to include in the stream.
.google.cloud.datastream.v1alpha1.OracleRdbms allowlist = 1;
| Returns | |
|---|---|
| Type | Description |
OracleRdbmsOrBuilder |
|
getRejectlist()
public abstract OracleRdbms getRejectlist()Oracle objects to exclude from the stream.
.google.cloud.datastream.v1alpha1.OracleRdbms rejectlist = 2;
| Returns | |
|---|---|
| Type | Description |
OracleRdbms |
The rejectlist. |
getRejectlistOrBuilder()
public abstract OracleRdbmsOrBuilder getRejectlistOrBuilder()Oracle objects to exclude from the stream.
.google.cloud.datastream.v1alpha1.OracleRdbms rejectlist = 2;
| Returns | |
|---|---|
| Type | Description |
OracleRdbmsOrBuilder |
|
hasAllowlist()
public abstract boolean hasAllowlist()Oracle objects to include in the stream.
.google.cloud.datastream.v1alpha1.OracleRdbms allowlist = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the allowlist field is set. |
hasRejectlist()
public abstract boolean hasRejectlist()Oracle objects to exclude from the stream.
.google.cloud.datastream.v1alpha1.OracleRdbms rejectlist = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the rejectlist field is set. |