Class OracleSourceConfig (1.40.0)

public final class OracleSourceConfig extends GeneratedMessageV3 implements OracleSourceConfigOrBuilder

Oracle data source configuration

Protobuf type google.cloud.datastream.v1.OracleSourceConfig

Static Fields

DROP_LARGE_OBJECTS_FIELD_NUMBER

public static final int DROP_LARGE_OBJECTS_FIELD_NUMBER
Field Value
TypeDescription
int

EXCLUDE_OBJECTS_FIELD_NUMBER

public static final int EXCLUDE_OBJECTS_FIELD_NUMBER
Field Value
TypeDescription
int

INCLUDE_OBJECTS_FIELD_NUMBER

public static final int INCLUDE_OBJECTS_FIELD_NUMBER
Field Value
TypeDescription
int

MAX_CONCURRENT_BACKFILL_TASKS_FIELD_NUMBER

public static final int MAX_CONCURRENT_BACKFILL_TASKS_FIELD_NUMBER
Field Value
TypeDescription
int

MAX_CONCURRENT_CDC_TASKS_FIELD_NUMBER

public static final int MAX_CONCURRENT_CDC_TASKS_FIELD_NUMBER
Field Value
TypeDescription
int

STREAM_LARGE_OBJECTS_FIELD_NUMBER

public static final int STREAM_LARGE_OBJECTS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static OracleSourceConfig getDefaultInstance()
Returns
TypeDescription
OracleSourceConfig

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static OracleSourceConfig.Builder newBuilder()
Returns
TypeDescription
OracleSourceConfig.Builder

newBuilder(OracleSourceConfig prototype)

public static OracleSourceConfig.Builder newBuilder(OracleSourceConfig prototype)
Parameter
NameDescription
prototypeOracleSourceConfig
Returns
TypeDescription
OracleSourceConfig.Builder

parseDelimitedFrom(InputStream input)

public static OracleSourceConfig parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
OracleSourceConfig
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static OracleSourceConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
OracleSourceConfig
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static OracleSourceConfig parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
OracleSourceConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static OracleSourceConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
OracleSourceConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static OracleSourceConfig parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
OracleSourceConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static OracleSourceConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
OracleSourceConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static OracleSourceConfig parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
OracleSourceConfig
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static OracleSourceConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
OracleSourceConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static OracleSourceConfig parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
OracleSourceConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static OracleSourceConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
OracleSourceConfig
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static OracleSourceConfig parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
OracleSourceConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static OracleSourceConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
OracleSourceConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<OracleSourceConfig> parser()
Returns
TypeDescription
Parser<OracleSourceConfig>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public OracleSourceConfig getDefaultInstanceForType()
Returns
TypeDescription
OracleSourceConfig

getDropLargeObjects()

public OracleSourceConfig.DropLargeObjects getDropLargeObjects()

Drop large object values.

.google.cloud.datastream.v1.OracleSourceConfig.DropLargeObjects drop_large_objects = 100;

Returns
TypeDescription
OracleSourceConfig.DropLargeObjects

The dropLargeObjects.

getDropLargeObjectsOrBuilder()

public OracleSourceConfig.DropLargeObjectsOrBuilder getDropLargeObjectsOrBuilder()

Drop large object values.

.google.cloud.datastream.v1.OracleSourceConfig.DropLargeObjects drop_large_objects = 100;

Returns
TypeDescription
OracleSourceConfig.DropLargeObjectsOrBuilder

getExcludeObjects()

public OracleRdbms getExcludeObjects()

Oracle objects to exclude from the stream.

.google.cloud.datastream.v1.OracleRdbms exclude_objects = 2;

Returns
TypeDescription
OracleRdbms

The excludeObjects.

getExcludeObjectsOrBuilder()

public OracleRdbmsOrBuilder getExcludeObjectsOrBuilder()

Oracle objects to exclude from the stream.

.google.cloud.datastream.v1.OracleRdbms exclude_objects = 2;

Returns
TypeDescription
OracleRdbmsOrBuilder

getIncludeObjects()

public OracleRdbms getIncludeObjects()

Oracle objects to include in the stream.

.google.cloud.datastream.v1.OracleRdbms include_objects = 1;

Returns
TypeDescription
OracleRdbms

The includeObjects.

getIncludeObjectsOrBuilder()

public OracleRdbmsOrBuilder getIncludeObjectsOrBuilder()

Oracle objects to include in the stream.

.google.cloud.datastream.v1.OracleRdbms include_objects = 1;

Returns
TypeDescription
OracleRdbmsOrBuilder

getLargeObjectsHandlingCase()

public OracleSourceConfig.LargeObjectsHandlingCase getLargeObjectsHandlingCase()
Returns
TypeDescription
OracleSourceConfig.LargeObjectsHandlingCase

getMaxConcurrentBackfillTasks()

public int getMaxConcurrentBackfillTasks()

Maximum number of concurrent backfill tasks. The number should be non-negative. If not set (or set to 0), the system's default value is used.

int32 max_concurrent_backfill_tasks = 4;

Returns
TypeDescription
int

The maxConcurrentBackfillTasks.

getMaxConcurrentCdcTasks()

public int getMaxConcurrentCdcTasks()

Maximum number of concurrent CDC tasks. The number should be non-negative. If not set (or set to 0), the system's default value is used.

int32 max_concurrent_cdc_tasks = 3;

Returns
TypeDescription
int

The maxConcurrentCdcTasks.

getParserForType()

public Parser<OracleSourceConfig> getParserForType()
Returns
TypeDescription
Parser<OracleSourceConfig>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getStreamLargeObjects()

public OracleSourceConfig.StreamLargeObjects getStreamLargeObjects()

Stream large object values. NOTE: This feature is currently experimental.

.google.cloud.datastream.v1.OracleSourceConfig.StreamLargeObjects stream_large_objects = 102;

Returns
TypeDescription
OracleSourceConfig.StreamLargeObjects

The streamLargeObjects.

getStreamLargeObjectsOrBuilder()

public OracleSourceConfig.StreamLargeObjectsOrBuilder getStreamLargeObjectsOrBuilder()

Stream large object values. NOTE: This feature is currently experimental.

.google.cloud.datastream.v1.OracleSourceConfig.StreamLargeObjects stream_large_objects = 102;

Returns
TypeDescription
OracleSourceConfig.StreamLargeObjectsOrBuilder

hasDropLargeObjects()

public boolean hasDropLargeObjects()

Drop large object values.

.google.cloud.datastream.v1.OracleSourceConfig.DropLargeObjects drop_large_objects = 100;

Returns
TypeDescription
boolean

Whether the dropLargeObjects field is set.

hasExcludeObjects()

public boolean hasExcludeObjects()

Oracle objects to exclude from the stream.

.google.cloud.datastream.v1.OracleRdbms exclude_objects = 2;

Returns
TypeDescription
boolean

Whether the excludeObjects field is set.

hasIncludeObjects()

public boolean hasIncludeObjects()

Oracle objects to include in the stream.

.google.cloud.datastream.v1.OracleRdbms include_objects = 1;

Returns
TypeDescription
boolean

Whether the includeObjects field is set.

hasStreamLargeObjects()

public boolean hasStreamLargeObjects()

Stream large object values. NOTE: This feature is currently experimental.

.google.cloud.datastream.v1.OracleSourceConfig.StreamLargeObjects stream_large_objects = 102;

Returns
TypeDescription
boolean

Whether the streamLargeObjects field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public OracleSourceConfig.Builder newBuilderForType()
Returns
TypeDescription
OracleSourceConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected OracleSourceConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
OracleSourceConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public OracleSourceConfig.Builder toBuilder()
Returns
TypeDescription
OracleSourceConfig.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException