Interface OracleSourceConfigOrBuilder (1.40.0)

public interface OracleSourceConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAllowlist()

public abstract OracleRdbms getAllowlist()

Oracle objects to include in the stream.

.google.cloud.datastream.v1alpha1.OracleRdbms allowlist = 1;

Returns
TypeDescription
OracleRdbms

The allowlist.

getAllowlistOrBuilder()

public abstract OracleRdbmsOrBuilder getAllowlistOrBuilder()

Oracle objects to include in the stream.

.google.cloud.datastream.v1alpha1.OracleRdbms allowlist = 1;

Returns
TypeDescription
OracleRdbmsOrBuilder

getRejectlist()

public abstract OracleRdbms getRejectlist()

Oracle objects to exclude from the stream.

.google.cloud.datastream.v1alpha1.OracleRdbms rejectlist = 2;

Returns
TypeDescription
OracleRdbms

The rejectlist.

getRejectlistOrBuilder()

public abstract OracleRdbmsOrBuilder getRejectlistOrBuilder()

Oracle objects to exclude from the stream.

.google.cloud.datastream.v1alpha1.OracleRdbms rejectlist = 2;

Returns
TypeDescription
OracleRdbmsOrBuilder

hasAllowlist()

public abstract boolean hasAllowlist()

Oracle objects to include in the stream.

.google.cloud.datastream.v1alpha1.OracleRdbms allowlist = 1;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the rejectlist field is set.