public interface OracleSourceConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExcludeObjects()
public abstract OracleRdbms getExcludeObjects()Oracle objects to exclude from the stream.
.google.cloud.datastream.v1.OracleRdbms exclude_objects = 2;
| Type | Description |
| OracleRdbms | The excludeObjects. |
getExcludeObjectsOrBuilder()
public abstract OracleRdbmsOrBuilder getExcludeObjectsOrBuilder()Oracle objects to exclude from the stream.
.google.cloud.datastream.v1.OracleRdbms exclude_objects = 2;
| Type | Description |
| OracleRdbmsOrBuilder |
getIncludeObjects()
public abstract OracleRdbms getIncludeObjects()Oracle objects to include in the stream.
.google.cloud.datastream.v1.OracleRdbms include_objects = 1;
| Type | Description |
| OracleRdbms | The includeObjects. |
getIncludeObjectsOrBuilder()
public abstract OracleRdbmsOrBuilder getIncludeObjectsOrBuilder()Oracle objects to include in the stream.
.google.cloud.datastream.v1.OracleRdbms include_objects = 1;
| Type | Description |
| OracleRdbmsOrBuilder |
hasExcludeObjects()
public abstract boolean hasExcludeObjects()Oracle objects to exclude from the stream.
.google.cloud.datastream.v1.OracleRdbms exclude_objects = 2;
| Type | Description |
| boolean | Whether the excludeObjects field is set. |
hasIncludeObjects()
public abstract boolean hasIncludeObjects()Oracle objects to include in the stream.
.google.cloud.datastream.v1.OracleRdbms include_objects = 1;
| Type | Description |
| boolean | Whether the includeObjects field is set. |