cz.proto.LateralView Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clickzetta-java Show documentation
Show all versions of clickzetta-java Show documentation
The java SDK for clickzetta's Lakehouse
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: operator.proto
package cz.proto;
/**
* Protobuf type {@code cz.proto.LateralView}
*/
public final class LateralView extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:cz.proto.LateralView)
LateralViewOrBuilder {
private static final long serialVersionUID = 0L;
// Use LateralView.newBuilder() to construct.
private LateralView(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private LateralView() {
functions_ = java.util.Collections.emptyList();
inputReferences_ = emptyLongList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new LateralView();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private LateralView(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 10: {
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
functions_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000001;
}
functions_.add(
input.readMessage(cz.proto.TableFunctionCall.parser(), extensionRegistry));
break;
}
case 16: {
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
inputReferences_ = newLongList();
mutable_bitField0_ |= 0x00000002;
}
inputReferences_.addLong(input.readUInt64());
break;
}
case 18: {
int length = input.readRawVarint32();
int limit = input.pushLimit(length);
if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) {
inputReferences_ = newLongList();
mutable_bitField0_ |= 0x00000002;
}
while (input.getBytesUntilLimit() > 0) {
inputReferences_.addLong(input.readUInt64());
}
input.popLimit(limit);
break;
}
default: {
if (!parseUnknownField(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
if (((mutable_bitField0_ & 0x00000001) != 0)) {
functions_ = java.util.Collections.unmodifiableList(functions_);
}
if (((mutable_bitField0_ & 0x00000002) != 0)) {
inputReferences_.makeImmutable(); // C
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return cz.proto.OperatorProto.internal_static_cz_proto_LateralView_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return cz.proto.OperatorProto.internal_static_cz_proto_LateralView_fieldAccessorTable
.ensureFieldAccessorsInitialized(
cz.proto.LateralView.class, cz.proto.LateralView.Builder.class);
}
public static final int FUNCTIONS_FIELD_NUMBER = 1;
private java.util.List functions_;
/**
* repeated .cz.proto.TableFunctionCall functions = 1;
*/
@java.lang.Override
public java.util.List getFunctionsList() {
return functions_;
}
/**
* repeated .cz.proto.TableFunctionCall functions = 1;
*/
@java.lang.Override
public java.util.List extends cz.proto.TableFunctionCallOrBuilder>
getFunctionsOrBuilderList() {
return functions_;
}
/**
* repeated .cz.proto.TableFunctionCall functions = 1;
*/
@java.lang.Override
public int getFunctionsCount() {
return functions_.size();
}
/**
* repeated .cz.proto.TableFunctionCall functions = 1;
*/
@java.lang.Override
public cz.proto.TableFunctionCall getFunctions(int index) {
return functions_.get(index);
}
/**
* repeated .cz.proto.TableFunctionCall functions = 1;
*/
@java.lang.Override
public cz.proto.TableFunctionCallOrBuilder getFunctionsOrBuilder(
int index) {
return functions_.get(index);
}
public static final int INPUT_REFERENCES_FIELD_NUMBER = 2;
private com.google.protobuf.Internal.LongList inputReferences_;
/**
* repeated uint64 input_references = 2;
* @return A list containing the inputReferences.
*/
@java.lang.Override
public java.util.List
getInputReferencesList() {
return inputReferences_;
}
/**
* repeated uint64 input_references = 2;
* @return The count of inputReferences.
*/
public int getInputReferencesCount() {
return inputReferences_.size();
}
/**
* repeated uint64 input_references = 2;
* @param index The index of the element to return.
* @return The inputReferences at the given index.
*/
public long getInputReferences(int index) {
return inputReferences_.getLong(index);
}
private int inputReferencesMemoizedSerializedSize = -1;
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 {
getSerializedSize();
for (int i = 0; i < functions_.size(); i++) {
output.writeMessage(1, functions_.get(i));
}
if (getInputReferencesList().size() > 0) {
output.writeUInt32NoTag(18);
output.writeUInt32NoTag(inputReferencesMemoizedSerializedSize);
}
for (int i = 0; i < inputReferences_.size(); i++) {
output.writeUInt64NoTag(inputReferences_.getLong(i));
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
for (int i = 0; i < functions_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, functions_.get(i));
}
{
int dataSize = 0;
for (int i = 0; i < inputReferences_.size(); i++) {
dataSize += com.google.protobuf.CodedOutputStream
.computeUInt64SizeNoTag(inputReferences_.getLong(i));
}
size += dataSize;
if (!getInputReferencesList().isEmpty()) {
size += 1;
size += com.google.protobuf.CodedOutputStream
.computeInt32SizeNoTag(dataSize);
}
inputReferencesMemoizedSerializedSize = dataSize;
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof cz.proto.LateralView)) {
return super.equals(obj);
}
cz.proto.LateralView other = (cz.proto.LateralView) obj;
if (!getFunctionsList()
.equals(other.getFunctionsList())) return false;
if (!getInputReferencesList()
.equals(other.getInputReferencesList())) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (getFunctionsCount() > 0) {
hash = (37 * hash) + FUNCTIONS_FIELD_NUMBER;
hash = (53 * hash) + getFunctionsList().hashCode();
}
if (getInputReferencesCount() > 0) {
hash = (37 * hash) + INPUT_REFERENCES_FIELD_NUMBER;
hash = (53 * hash) + getInputReferencesList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static cz.proto.LateralView parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static cz.proto.LateralView parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static cz.proto.LateralView parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static cz.proto.LateralView parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static cz.proto.LateralView parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static cz.proto.LateralView parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static cz.proto.LateralView parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static cz.proto.LateralView 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 cz.proto.LateralView parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static cz.proto.LateralView 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 cz.proto.LateralView parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static cz.proto.LateralView 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(cz.proto.LateralView 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;
}
/**
* Protobuf type {@code cz.proto.LateralView}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:cz.proto.LateralView)
cz.proto.LateralViewOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return cz.proto.OperatorProto.internal_static_cz_proto_LateralView_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return cz.proto.OperatorProto.internal_static_cz_proto_LateralView_fieldAccessorTable
.ensureFieldAccessorsInitialized(
cz.proto.LateralView.class, cz.proto.LateralView.Builder.class);
}
// Construct using cz.proto.LateralView.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
getFunctionsFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
if (functionsBuilder_ == null) {
functions_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
} else {
functionsBuilder_.clear();
}
inputReferences_ = emptyLongList();
bitField0_ = (bitField0_ & ~0x00000002);
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return cz.proto.OperatorProto.internal_static_cz_proto_LateralView_descriptor;
}
@java.lang.Override
public cz.proto.LateralView getDefaultInstanceForType() {
return cz.proto.LateralView.getDefaultInstance();
}
@java.lang.Override
public cz.proto.LateralView build() {
cz.proto.LateralView result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public cz.proto.LateralView buildPartial() {
cz.proto.LateralView result = new cz.proto.LateralView(this);
int from_bitField0_ = bitField0_;
if (functionsBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0)) {
functions_ = java.util.Collections.unmodifiableList(functions_);
bitField0_ = (bitField0_ & ~0x00000001);
}
result.functions_ = functions_;
} else {
result.functions_ = functionsBuilder_.build();
}
if (((bitField0_ & 0x00000002) != 0)) {
inputReferences_.makeImmutable();
bitField0_ = (bitField0_ & ~0x00000002);
}
result.inputReferences_ = inputReferences_;
onBuilt();
return result;
}
@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 cz.proto.LateralView) {
return mergeFrom((cz.proto.LateralView)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(cz.proto.LateralView other) {
if (other == cz.proto.LateralView.getDefaultInstance()) return this;
if (functionsBuilder_ == null) {
if (!other.functions_.isEmpty()) {
if (functions_.isEmpty()) {
functions_ = other.functions_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureFunctionsIsMutable();
functions_.addAll(other.functions_);
}
onChanged();
}
} else {
if (!other.functions_.isEmpty()) {
if (functionsBuilder_.isEmpty()) {
functionsBuilder_.dispose();
functionsBuilder_ = null;
functions_ = other.functions_;
bitField0_ = (bitField0_ & ~0x00000001);
functionsBuilder_ =
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getFunctionsFieldBuilder() : null;
} else {
functionsBuilder_.addAllMessages(other.functions_);
}
}
}
if (!other.inputReferences_.isEmpty()) {
if (inputReferences_.isEmpty()) {
inputReferences_ = other.inputReferences_;
bitField0_ = (bitField0_ & ~0x00000002);
} else {
ensureInputReferencesIsMutable();
inputReferences_.addAll(other.inputReferences_);
}
onChanged();
}
this.mergeUnknownFields(other.unknownFields);
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 {
cz.proto.LateralView parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (cz.proto.LateralView) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private java.util.List functions_ =
java.util.Collections.emptyList();
private void ensureFunctionsIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
functions_ = new java.util.ArrayList(functions_);
bitField0_ |= 0x00000001;
}
}
private com.google.protobuf.RepeatedFieldBuilderV3<
cz.proto.TableFunctionCall, cz.proto.TableFunctionCall.Builder, cz.proto.TableFunctionCallOrBuilder> functionsBuilder_;
/**
* repeated .cz.proto.TableFunctionCall functions = 1;
*/
public java.util.List getFunctionsList() {
if (functionsBuilder_ == null) {
return java.util.Collections.unmodifiableList(functions_);
} else {
return functionsBuilder_.getMessageList();
}
}
/**
* repeated .cz.proto.TableFunctionCall functions = 1;
*/
public int getFunctionsCount() {
if (functionsBuilder_ == null) {
return functions_.size();
} else {
return functionsBuilder_.getCount();
}
}
/**
* repeated .cz.proto.TableFunctionCall functions = 1;
*/
public cz.proto.TableFunctionCall getFunctions(int index) {
if (functionsBuilder_ == null) {
return functions_.get(index);
} else {
return functionsBuilder_.getMessage(index);
}
}
/**
* repeated .cz.proto.TableFunctionCall functions = 1;
*/
public Builder setFunctions(
int index, cz.proto.TableFunctionCall value) {
if (functionsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureFunctionsIsMutable();
functions_.set(index, value);
onChanged();
} else {
functionsBuilder_.setMessage(index, value);
}
return this;
}
/**
* repeated .cz.proto.TableFunctionCall functions = 1;
*/
public Builder setFunctions(
int index, cz.proto.TableFunctionCall.Builder builderForValue) {
if (functionsBuilder_ == null) {
ensureFunctionsIsMutable();
functions_.set(index, builderForValue.build());
onChanged();
} else {
functionsBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .cz.proto.TableFunctionCall functions = 1;
*/
public Builder addFunctions(cz.proto.TableFunctionCall value) {
if (functionsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureFunctionsIsMutable();
functions_.add(value);
onChanged();
} else {
functionsBuilder_.addMessage(value);
}
return this;
}
/**
* repeated .cz.proto.TableFunctionCall functions = 1;
*/
public Builder addFunctions(
int index, cz.proto.TableFunctionCall value) {
if (functionsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureFunctionsIsMutable();
functions_.add(index, value);
onChanged();
} else {
functionsBuilder_.addMessage(index, value);
}
return this;
}
/**
* repeated .cz.proto.TableFunctionCall functions = 1;
*/
public Builder addFunctions(
cz.proto.TableFunctionCall.Builder builderForValue) {
if (functionsBuilder_ == null) {
ensureFunctionsIsMutable();
functions_.add(builderForValue.build());
onChanged();
} else {
functionsBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* repeated .cz.proto.TableFunctionCall functions = 1;
*/
public Builder addFunctions(
int index, cz.proto.TableFunctionCall.Builder builderForValue) {
if (functionsBuilder_ == null) {
ensureFunctionsIsMutable();
functions_.add(index, builderForValue.build());
onChanged();
} else {
functionsBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .cz.proto.TableFunctionCall functions = 1;
*/
public Builder addAllFunctions(
java.lang.Iterable extends cz.proto.TableFunctionCall> values) {
if (functionsBuilder_ == null) {
ensureFunctionsIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, functions_);
onChanged();
} else {
functionsBuilder_.addAllMessages(values);
}
return this;
}
/**
* repeated .cz.proto.TableFunctionCall functions = 1;
*/
public Builder clearFunctions() {
if (functionsBuilder_ == null) {
functions_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
} else {
functionsBuilder_.clear();
}
return this;
}
/**
* repeated .cz.proto.TableFunctionCall functions = 1;
*/
public Builder removeFunctions(int index) {
if (functionsBuilder_ == null) {
ensureFunctionsIsMutable();
functions_.remove(index);
onChanged();
} else {
functionsBuilder_.remove(index);
}
return this;
}
/**
* repeated .cz.proto.TableFunctionCall functions = 1;
*/
public cz.proto.TableFunctionCall.Builder getFunctionsBuilder(
int index) {
return getFunctionsFieldBuilder().getBuilder(index);
}
/**
* repeated .cz.proto.TableFunctionCall functions = 1;
*/
public cz.proto.TableFunctionCallOrBuilder getFunctionsOrBuilder(
int index) {
if (functionsBuilder_ == null) {
return functions_.get(index); } else {
return functionsBuilder_.getMessageOrBuilder(index);
}
}
/**
* repeated .cz.proto.TableFunctionCall functions = 1;
*/
public java.util.List extends cz.proto.TableFunctionCallOrBuilder>
getFunctionsOrBuilderList() {
if (functionsBuilder_ != null) {
return functionsBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(functions_);
}
}
/**
* repeated .cz.proto.TableFunctionCall functions = 1;
*/
public cz.proto.TableFunctionCall.Builder addFunctionsBuilder() {
return getFunctionsFieldBuilder().addBuilder(
cz.proto.TableFunctionCall.getDefaultInstance());
}
/**
* repeated .cz.proto.TableFunctionCall functions = 1;
*/
public cz.proto.TableFunctionCall.Builder addFunctionsBuilder(
int index) {
return getFunctionsFieldBuilder().addBuilder(
index, cz.proto.TableFunctionCall.getDefaultInstance());
}
/**
* repeated .cz.proto.TableFunctionCall functions = 1;
*/
public java.util.List
getFunctionsBuilderList() {
return getFunctionsFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilderV3<
cz.proto.TableFunctionCall, cz.proto.TableFunctionCall.Builder, cz.proto.TableFunctionCallOrBuilder>
getFunctionsFieldBuilder() {
if (functionsBuilder_ == null) {
functionsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
cz.proto.TableFunctionCall, cz.proto.TableFunctionCall.Builder, cz.proto.TableFunctionCallOrBuilder>(
functions_,
((bitField0_ & 0x00000001) != 0),
getParentForChildren(),
isClean());
functions_ = null;
}
return functionsBuilder_;
}
private com.google.protobuf.Internal.LongList inputReferences_ = emptyLongList();
private void ensureInputReferencesIsMutable() {
if (!((bitField0_ & 0x00000002) != 0)) {
inputReferences_ = mutableCopy(inputReferences_);
bitField0_ |= 0x00000002;
}
}
/**
* repeated uint64 input_references = 2;
* @return A list containing the inputReferences.
*/
public java.util.List
getInputReferencesList() {
return ((bitField0_ & 0x00000002) != 0) ?
java.util.Collections.unmodifiableList(inputReferences_) : inputReferences_;
}
/**
* repeated uint64 input_references = 2;
* @return The count of inputReferences.
*/
public int getInputReferencesCount() {
return inputReferences_.size();
}
/**
* repeated uint64 input_references = 2;
* @param index The index of the element to return.
* @return The inputReferences at the given index.
*/
public long getInputReferences(int index) {
return inputReferences_.getLong(index);
}
/**
* repeated uint64 input_references = 2;
* @param index The index to set the value at.
* @param value The inputReferences to set.
* @return This builder for chaining.
*/
public Builder setInputReferences(
int index, long value) {
ensureInputReferencesIsMutable();
inputReferences_.setLong(index, value);
onChanged();
return this;
}
/**
* repeated uint64 input_references = 2;
* @param value The inputReferences to add.
* @return This builder for chaining.
*/
public Builder addInputReferences(long value) {
ensureInputReferencesIsMutable();
inputReferences_.addLong(value);
onChanged();
return this;
}
/**
* repeated uint64 input_references = 2;
* @param values The inputReferences to add.
* @return This builder for chaining.
*/
public Builder addAllInputReferences(
java.lang.Iterable extends java.lang.Long> values) {
ensureInputReferencesIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, inputReferences_);
onChanged();
return this;
}
/**
* repeated uint64 input_references = 2;
* @return This builder for chaining.
*/
public Builder clearInputReferences() {
inputReferences_ = emptyLongList();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
@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:cz.proto.LateralView)
}
// @@protoc_insertion_point(class_scope:cz.proto.LateralView)
private static final cz.proto.LateralView DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new cz.proto.LateralView();
}
public static cz.proto.LateralView getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public LateralView parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new LateralView(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public cz.proto.LateralView getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy