public final class OracleSourceConfig extends GeneratedMessage implements OracleSourceConfigOrBuilderOracle data source configuration
Protobuf type google.cloud.datastream.v1alpha1.OracleSourceConfig
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > OracleSourceConfigImplements
OracleSourceConfigOrBuilderStatic Fields
ALLOWLIST_FIELD_NUMBER
public static final int ALLOWLIST_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
REJECTLIST_FIELD_NUMBER
public static final int REJECTLIST_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static OracleSourceConfig getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
OracleSourceConfig |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static OracleSourceConfig.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
OracleSourceConfig.Builder |
|
newBuilder(OracleSourceConfig prototype)
public static OracleSourceConfig.Builder newBuilder(OracleSourceConfig prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
OracleSourceConfig |
| Returns | |
|---|---|
| Type | Description |
OracleSourceConfig.Builder |
|
parseDelimitedFrom(InputStream input)
public static OracleSourceConfig parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
OracleSourceConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static OracleSourceConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
OracleSourceConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static OracleSourceConfig parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
OracleSourceConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static OracleSourceConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
OracleSourceConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static OracleSourceConfig parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
OracleSourceConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OracleSourceConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
OracleSourceConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static OracleSourceConfig parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
OracleSourceConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static OracleSourceConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
OracleSourceConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static OracleSourceConfig parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
OracleSourceConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static OracleSourceConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
OracleSourceConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static OracleSourceConfig parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
OracleSourceConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static OracleSourceConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
OracleSourceConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<OracleSourceConfig> parser()| Returns | |
|---|---|
| Type | Description |
Parser<OracleSourceConfig> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getAllowlist()
public OracleRdbms getAllowlist()Oracle objects to include in the stream.
.google.cloud.datastream.v1alpha1.OracleRdbms allowlist = 1;
| Returns | |
|---|---|
| Type | Description |
OracleRdbms |
The allowlist. |
getAllowlistOrBuilder()
public OracleRdbmsOrBuilder getAllowlistOrBuilder()Oracle objects to include in the stream.
.google.cloud.datastream.v1alpha1.OracleRdbms allowlist = 1;
| Returns | |
|---|---|
| Type | Description |
OracleRdbmsOrBuilder |
|
getDefaultInstanceForType()
public OracleSourceConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
OracleSourceConfig |
|
getParserForType()
public Parser<OracleSourceConfig> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<OracleSourceConfig> |
|
getRejectlist()
public OracleRdbms getRejectlist()Oracle objects to exclude from the stream.
.google.cloud.datastream.v1alpha1.OracleRdbms rejectlist = 2;
| Returns | |
|---|---|
| Type | Description |
OracleRdbms |
The rejectlist. |
getRejectlistOrBuilder()
public OracleRdbmsOrBuilder getRejectlistOrBuilder()Oracle objects to exclude from the stream.
.google.cloud.datastream.v1alpha1.OracleRdbms rejectlist = 2;
| Returns | |
|---|---|
| Type | Description |
OracleRdbmsOrBuilder |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasAllowlist()
public 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 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. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public OracleSourceConfig.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
OracleSourceConfig.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected OracleSourceConfig.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
OracleSourceConfig.Builder |
|
toBuilder()
public OracleSourceConfig.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
OracleSourceConfig.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|