com.google.cloud.datastream.v1alpha1.OracleSourceConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-datastream-v1alpha1 Show documentation
Show all versions of proto-google-cloud-datastream-v1alpha1 Show documentation
Proto library for google-cloud-datastream
The newest version!
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/datastream/v1alpha1/datastream_resources.proto
// Protobuf Java Version: 3.25.5
package com.google.cloud.datastream.v1alpha1;
/**
*
*
*
* Oracle data source configuration
*
*
* Protobuf type {@code google.cloud.datastream.v1alpha1.OracleSourceConfig}
*/
public final class OracleSourceConfig extends com.google.protobuf.GeneratedMessageV3
implements
// @@protoc_insertion_point(message_implements:google.cloud.datastream.v1alpha1.OracleSourceConfig)
OracleSourceConfigOrBuilder {
private static final long serialVersionUID = 0L;
// Use OracleSourceConfig.newBuilder() to construct.
private OracleSourceConfig(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private OracleSourceConfig() {}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
return new OracleSourceConfig();
}
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.datastream.v1alpha1.CloudDatastreamResourcesProto
.internal_static_google_cloud_datastream_v1alpha1_OracleSourceConfig_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.cloud.datastream.v1alpha1.CloudDatastreamResourcesProto
.internal_static_google_cloud_datastream_v1alpha1_OracleSourceConfig_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.cloud.datastream.v1alpha1.OracleSourceConfig.class,
com.google.cloud.datastream.v1alpha1.OracleSourceConfig.Builder.class);
}
private int bitField0_;
public static final int ALLOWLIST_FIELD_NUMBER = 1;
private com.google.cloud.datastream.v1alpha1.OracleRdbms allowlist_;
/**
*
*
*
* Oracle objects to include in the stream.
*
*
* .google.cloud.datastream.v1alpha1.OracleRdbms allowlist = 1;
*
* @return Whether the allowlist field is set.
*/
@java.lang.Override
public boolean hasAllowlist() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
*
*
* Oracle objects to include in the stream.
*
*
* .google.cloud.datastream.v1alpha1.OracleRdbms allowlist = 1;
*
* @return The allowlist.
*/
@java.lang.Override
public com.google.cloud.datastream.v1alpha1.OracleRdbms getAllowlist() {
return allowlist_ == null
? com.google.cloud.datastream.v1alpha1.OracleRdbms.getDefaultInstance()
: allowlist_;
}
/**
*
*
*
* Oracle objects to include in the stream.
*
*
* .google.cloud.datastream.v1alpha1.OracleRdbms allowlist = 1;
*/
@java.lang.Override
public com.google.cloud.datastream.v1alpha1.OracleRdbmsOrBuilder getAllowlistOrBuilder() {
return allowlist_ == null
? com.google.cloud.datastream.v1alpha1.OracleRdbms.getDefaultInstance()
: allowlist_;
}
public static final int REJECTLIST_FIELD_NUMBER = 2;
private com.google.cloud.datastream.v1alpha1.OracleRdbms rejectlist_;
/**
*
*
*
* Oracle objects to exclude from the stream.
*
*
* .google.cloud.datastream.v1alpha1.OracleRdbms rejectlist = 2;
*
* @return Whether the rejectlist field is set.
*/
@java.lang.Override
public boolean hasRejectlist() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
*
*
*
* Oracle objects to exclude from the stream.
*
*
* .google.cloud.datastream.v1alpha1.OracleRdbms rejectlist = 2;
*
* @return The rejectlist.
*/
@java.lang.Override
public com.google.cloud.datastream.v1alpha1.OracleRdbms getRejectlist() {
return rejectlist_ == null
? com.google.cloud.datastream.v1alpha1.OracleRdbms.getDefaultInstance()
: rejectlist_;
}
/**
*
*
*
* Oracle objects to exclude from the stream.
*
*
* .google.cloud.datastream.v1alpha1.OracleRdbms rejectlist = 2;
*/
@java.lang.Override
public com.google.cloud.datastream.v1alpha1.OracleRdbmsOrBuilder getRejectlistOrBuilder() {
return rejectlist_ == null
? com.google.cloud.datastream.v1alpha1.OracleRdbms.getDefaultInstance()
: rejectlist_;
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (((bitField0_ & 0x00000001) != 0)) {
output.writeMessage(1, getAllowlist());
}
if (((bitField0_ & 0x00000002) != 0)) {
output.writeMessage(2, getRejectlist());
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getAllowlist());
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getRejectlist());
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof com.google.cloud.datastream.v1alpha1.OracleSourceConfig)) {
return super.equals(obj);
}
com.google.cloud.datastream.v1alpha1.OracleSourceConfig other =
(com.google.cloud.datastream.v1alpha1.OracleSourceConfig) obj;
if (hasAllowlist() != other.hasAllowlist()) return false;
if (hasAllowlist()) {
if (!getAllowlist().equals(other.getAllowlist())) return false;
}
if (hasRejectlist() != other.hasRejectlist()) return false;
if (hasRejectlist()) {
if (!getRejectlist().equals(other.getRejectlist())) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasAllowlist()) {
hash = (37 * hash) + ALLOWLIST_FIELD_NUMBER;
hash = (53 * hash) + getAllowlist().hashCode();
}
if (hasRejectlist()) {
hash = (37 * hash) + REJECTLIST_FIELD_NUMBER;
hash = (53 * hash) + getRejectlist().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.google.cloud.datastream.v1alpha1.OracleSourceConfig parseFrom(
java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.datastream.v1alpha1.OracleSourceConfig parseFrom(
java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.cloud.datastream.v1alpha1.OracleSourceConfig parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.datastream.v1alpha1.OracleSourceConfig parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.cloud.datastream.v1alpha1.OracleSourceConfig parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.datastream.v1alpha1.OracleSourceConfig parseFrom(
byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.cloud.datastream.v1alpha1.OracleSourceConfig parseFrom(
java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static com.google.cloud.datastream.v1alpha1.OracleSourceConfig parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.cloud.datastream.v1alpha1.OracleSourceConfig parseDelimitedFrom(
java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.cloud.datastream.v1alpha1.OracleSourceConfig parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.cloud.datastream.v1alpha1.OracleSourceConfig parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static com.google.cloud.datastream.v1alpha1.OracleSourceConfig parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() {
return newBuilder();
}
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(
com.google.cloud.datastream.v1alpha1.OracleSourceConfig prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
*
*
* Oracle data source configuration
*
*
* Protobuf type {@code google.cloud.datastream.v1alpha1.OracleSourceConfig}
*/
public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
implements
// @@protoc_insertion_point(builder_implements:google.cloud.datastream.v1alpha1.OracleSourceConfig)
com.google.cloud.datastream.v1alpha1.OracleSourceConfigOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.datastream.v1alpha1.CloudDatastreamResourcesProto
.internal_static_google_cloud_datastream_v1alpha1_OracleSourceConfig_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.cloud.datastream.v1alpha1.CloudDatastreamResourcesProto
.internal_static_google_cloud_datastream_v1alpha1_OracleSourceConfig_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.cloud.datastream.v1alpha1.OracleSourceConfig.class,
com.google.cloud.datastream.v1alpha1.OracleSourceConfig.Builder.class);
}
// Construct using com.google.cloud.datastream.v1alpha1.OracleSourceConfig.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
getAllowlistFieldBuilder();
getRejectlistFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
allowlist_ = null;
if (allowlistBuilder_ != null) {
allowlistBuilder_.dispose();
allowlistBuilder_ = null;
}
rejectlist_ = null;
if (rejectlistBuilder_ != null) {
rejectlistBuilder_.dispose();
rejectlistBuilder_ = null;
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
return com.google.cloud.datastream.v1alpha1.CloudDatastreamResourcesProto
.internal_static_google_cloud_datastream_v1alpha1_OracleSourceConfig_descriptor;
}
@java.lang.Override
public com.google.cloud.datastream.v1alpha1.OracleSourceConfig getDefaultInstanceForType() {
return com.google.cloud.datastream.v1alpha1.OracleSourceConfig.getDefaultInstance();
}
@java.lang.Override
public com.google.cloud.datastream.v1alpha1.OracleSourceConfig build() {
com.google.cloud.datastream.v1alpha1.OracleSourceConfig result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.google.cloud.datastream.v1alpha1.OracleSourceConfig buildPartial() {
com.google.cloud.datastream.v1alpha1.OracleSourceConfig result =
new com.google.cloud.datastream.v1alpha1.OracleSourceConfig(this);
if (bitField0_ != 0) {
buildPartial0(result);
}
onBuilt();
return result;
}
private void buildPartial0(com.google.cloud.datastream.v1alpha1.OracleSourceConfig result) {
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.allowlist_ = allowlistBuilder_ == null ? allowlist_ : allowlistBuilder_.build();
to_bitField0_ |= 0x00000001;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.rejectlist_ = rejectlistBuilder_ == null ? rejectlist_ : rejectlistBuilder_.build();
to_bitField0_ |= 0x00000002;
}
result.bitField0_ |= to_bitField0_;
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.cloud.datastream.v1alpha1.OracleSourceConfig) {
return mergeFrom((com.google.cloud.datastream.v1alpha1.OracleSourceConfig) other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.google.cloud.datastream.v1alpha1.OracleSourceConfig other) {
if (other == com.google.cloud.datastream.v1alpha1.OracleSourceConfig.getDefaultInstance())
return this;
if (other.hasAllowlist()) {
mergeAllowlist(other.getAllowlist());
}
if (other.hasRejectlist()) {
mergeRejectlist(other.getRejectlist());
}
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 10:
{
input.readMessage(getAllowlistFieldBuilder().getBuilder(), extensionRegistry);
bitField0_ |= 0x00000001;
break;
} // case 10
case 18:
{
input.readMessage(getRejectlistFieldBuilder().getBuilder(), extensionRegistry);
bitField0_ |= 0x00000002;
break;
} // case 18
default:
{
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private int bitField0_;
private com.google.cloud.datastream.v1alpha1.OracleRdbms allowlist_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.cloud.datastream.v1alpha1.OracleRdbms,
com.google.cloud.datastream.v1alpha1.OracleRdbms.Builder,
com.google.cloud.datastream.v1alpha1.OracleRdbmsOrBuilder>
allowlistBuilder_;
/**
*
*
*
* Oracle objects to include in the stream.
*
*
* .google.cloud.datastream.v1alpha1.OracleRdbms allowlist = 1;
*
* @return Whether the allowlist field is set.
*/
public boolean hasAllowlist() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
*
*
* Oracle objects to include in the stream.
*
*
* .google.cloud.datastream.v1alpha1.OracleRdbms allowlist = 1;
*
* @return The allowlist.
*/
public com.google.cloud.datastream.v1alpha1.OracleRdbms getAllowlist() {
if (allowlistBuilder_ == null) {
return allowlist_ == null
? com.google.cloud.datastream.v1alpha1.OracleRdbms.getDefaultInstance()
: allowlist_;
} else {
return allowlistBuilder_.getMessage();
}
}
/**
*
*
*
* Oracle objects to include in the stream.
*
*
* .google.cloud.datastream.v1alpha1.OracleRdbms allowlist = 1;
*/
public Builder setAllowlist(com.google.cloud.datastream.v1alpha1.OracleRdbms value) {
if (allowlistBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
allowlist_ = value;
} else {
allowlistBuilder_.setMessage(value);
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
*
*
* Oracle objects to include in the stream.
*
*
* .google.cloud.datastream.v1alpha1.OracleRdbms allowlist = 1;
*/
public Builder setAllowlist(
com.google.cloud.datastream.v1alpha1.OracleRdbms.Builder builderForValue) {
if (allowlistBuilder_ == null) {
allowlist_ = builderForValue.build();
} else {
allowlistBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
*
*
* Oracle objects to include in the stream.
*
*
* .google.cloud.datastream.v1alpha1.OracleRdbms allowlist = 1;
*/
public Builder mergeAllowlist(com.google.cloud.datastream.v1alpha1.OracleRdbms value) {
if (allowlistBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0)
&& allowlist_ != null
&& allowlist_
!= com.google.cloud.datastream.v1alpha1.OracleRdbms.getDefaultInstance()) {
getAllowlistBuilder().mergeFrom(value);
} else {
allowlist_ = value;
}
} else {
allowlistBuilder_.mergeFrom(value);
}
if (allowlist_ != null) {
bitField0_ |= 0x00000001;
onChanged();
}
return this;
}
/**
*
*
*
* Oracle objects to include in the stream.
*
*
* .google.cloud.datastream.v1alpha1.OracleRdbms allowlist = 1;
*/
public Builder clearAllowlist() {
bitField0_ = (bitField0_ & ~0x00000001);
allowlist_ = null;
if (allowlistBuilder_ != null) {
allowlistBuilder_.dispose();
allowlistBuilder_ = null;
}
onChanged();
return this;
}
/**
*
*
*
* Oracle objects to include in the stream.
*
*
* .google.cloud.datastream.v1alpha1.OracleRdbms allowlist = 1;
*/
public com.google.cloud.datastream.v1alpha1.OracleRdbms.Builder getAllowlistBuilder() {
bitField0_ |= 0x00000001;
onChanged();
return getAllowlistFieldBuilder().getBuilder();
}
/**
*
*
*
* Oracle objects to include in the stream.
*
*
* .google.cloud.datastream.v1alpha1.OracleRdbms allowlist = 1;
*/
public com.google.cloud.datastream.v1alpha1.OracleRdbmsOrBuilder getAllowlistOrBuilder() {
if (allowlistBuilder_ != null) {
return allowlistBuilder_.getMessageOrBuilder();
} else {
return allowlist_ == null
? com.google.cloud.datastream.v1alpha1.OracleRdbms.getDefaultInstance()
: allowlist_;
}
}
/**
*
*
*
* Oracle objects to include in the stream.
*
*
* .google.cloud.datastream.v1alpha1.OracleRdbms allowlist = 1;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.cloud.datastream.v1alpha1.OracleRdbms,
com.google.cloud.datastream.v1alpha1.OracleRdbms.Builder,
com.google.cloud.datastream.v1alpha1.OracleRdbmsOrBuilder>
getAllowlistFieldBuilder() {
if (allowlistBuilder_ == null) {
allowlistBuilder_ =
new com.google.protobuf.SingleFieldBuilderV3<
com.google.cloud.datastream.v1alpha1.OracleRdbms,
com.google.cloud.datastream.v1alpha1.OracleRdbms.Builder,
com.google.cloud.datastream.v1alpha1.OracleRdbmsOrBuilder>(
getAllowlist(), getParentForChildren(), isClean());
allowlist_ = null;
}
return allowlistBuilder_;
}
private com.google.cloud.datastream.v1alpha1.OracleRdbms rejectlist_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.cloud.datastream.v1alpha1.OracleRdbms,
com.google.cloud.datastream.v1alpha1.OracleRdbms.Builder,
com.google.cloud.datastream.v1alpha1.OracleRdbmsOrBuilder>
rejectlistBuilder_;
/**
*
*
*
* Oracle objects to exclude from the stream.
*
*
* .google.cloud.datastream.v1alpha1.OracleRdbms rejectlist = 2;
*
* @return Whether the rejectlist field is set.
*/
public boolean hasRejectlist() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
*
*
*
* Oracle objects to exclude from the stream.
*
*
* .google.cloud.datastream.v1alpha1.OracleRdbms rejectlist = 2;
*
* @return The rejectlist.
*/
public com.google.cloud.datastream.v1alpha1.OracleRdbms getRejectlist() {
if (rejectlistBuilder_ == null) {
return rejectlist_ == null
? com.google.cloud.datastream.v1alpha1.OracleRdbms.getDefaultInstance()
: rejectlist_;
} else {
return rejectlistBuilder_.getMessage();
}
}
/**
*
*
*
* Oracle objects to exclude from the stream.
*
*
* .google.cloud.datastream.v1alpha1.OracleRdbms rejectlist = 2;
*/
public Builder setRejectlist(com.google.cloud.datastream.v1alpha1.OracleRdbms value) {
if (rejectlistBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
rejectlist_ = value;
} else {
rejectlistBuilder_.setMessage(value);
}
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
*
*
* Oracle objects to exclude from the stream.
*
*
* .google.cloud.datastream.v1alpha1.OracleRdbms rejectlist = 2;
*/
public Builder setRejectlist(
com.google.cloud.datastream.v1alpha1.OracleRdbms.Builder builderForValue) {
if (rejectlistBuilder_ == null) {
rejectlist_ = builderForValue.build();
} else {
rejectlistBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
*
*
* Oracle objects to exclude from the stream.
*
*
* .google.cloud.datastream.v1alpha1.OracleRdbms rejectlist = 2;
*/
public Builder mergeRejectlist(com.google.cloud.datastream.v1alpha1.OracleRdbms value) {
if (rejectlistBuilder_ == null) {
if (((bitField0_ & 0x00000002) != 0)
&& rejectlist_ != null
&& rejectlist_
!= com.google.cloud.datastream.v1alpha1.OracleRdbms.getDefaultInstance()) {
getRejectlistBuilder().mergeFrom(value);
} else {
rejectlist_ = value;
}
} else {
rejectlistBuilder_.mergeFrom(value);
}
if (rejectlist_ != null) {
bitField0_ |= 0x00000002;
onChanged();
}
return this;
}
/**
*
*
*
* Oracle objects to exclude from the stream.
*
*
* .google.cloud.datastream.v1alpha1.OracleRdbms rejectlist = 2;
*/
public Builder clearRejectlist() {
bitField0_ = (bitField0_ & ~0x00000002);
rejectlist_ = null;
if (rejectlistBuilder_ != null) {
rejectlistBuilder_.dispose();
rejectlistBuilder_ = null;
}
onChanged();
return this;
}
/**
*
*
*
* Oracle objects to exclude from the stream.
*
*
* .google.cloud.datastream.v1alpha1.OracleRdbms rejectlist = 2;
*/
public com.google.cloud.datastream.v1alpha1.OracleRdbms.Builder getRejectlistBuilder() {
bitField0_ |= 0x00000002;
onChanged();
return getRejectlistFieldBuilder().getBuilder();
}
/**
*
*
*
* Oracle objects to exclude from the stream.
*
*
* .google.cloud.datastream.v1alpha1.OracleRdbms rejectlist = 2;
*/
public com.google.cloud.datastream.v1alpha1.OracleRdbmsOrBuilder getRejectlistOrBuilder() {
if (rejectlistBuilder_ != null) {
return rejectlistBuilder_.getMessageOrBuilder();
} else {
return rejectlist_ == null
? com.google.cloud.datastream.v1alpha1.OracleRdbms.getDefaultInstance()
: rejectlist_;
}
}
/**
*
*
*
* Oracle objects to exclude from the stream.
*
*
* .google.cloud.datastream.v1alpha1.OracleRdbms rejectlist = 2;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.cloud.datastream.v1alpha1.OracleRdbms,
com.google.cloud.datastream.v1alpha1.OracleRdbms.Builder,
com.google.cloud.datastream.v1alpha1.OracleRdbmsOrBuilder>
getRejectlistFieldBuilder() {
if (rejectlistBuilder_ == null) {
rejectlistBuilder_ =
new com.google.protobuf.SingleFieldBuilderV3<
com.google.cloud.datastream.v1alpha1.OracleRdbms,
com.google.cloud.datastream.v1alpha1.OracleRdbms.Builder,
com.google.cloud.datastream.v1alpha1.OracleRdbmsOrBuilder>(
getRejectlist(), getParentForChildren(), isClean());
rejectlist_ = null;
}
return rejectlistBuilder_;
}
@java.lang.Override
public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:google.cloud.datastream.v1alpha1.OracleSourceConfig)
}
// @@protoc_insertion_point(class_scope:google.cloud.datastream.v1alpha1.OracleSourceConfig)
private static final com.google.cloud.datastream.v1alpha1.OracleSourceConfig DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.google.cloud.datastream.v1alpha1.OracleSourceConfig();
}
public static com.google.cloud.datastream.v1alpha1.OracleSourceConfig getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
@java.lang.Override
public OracleSourceConfig parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
Builder builder = newBuilder();
try {
builder.mergeFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(builder.buildPartial());
} catch (com.google.protobuf.UninitializedMessageException e) {
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e)
.setUnfinishedMessage(builder.buildPartial());
}
return builder.buildPartial();
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public com.google.cloud.datastream.v1alpha1.OracleSourceConfig getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy