java.io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deephaven-proto-backplane-grpc Show documentation
Show all versions of deephaven-proto-backplane-grpc Show documentation
The Deephaven proto-backplane-grpc
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: deephaven/proto/table.proto
// Protobuf Java Version: 3.25.3
package io.deephaven.proto.backplane.grpc;
/**
* Protobuf type {@code io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest}
*/
@java.lang.Deprecated public final class AsOfJoinTablesRequest extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest)
AsOfJoinTablesRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use AsOfJoinTablesRequest.newBuilder() to construct.
private AsOfJoinTablesRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private AsOfJoinTablesRequest() {
columnsToMatch_ =
com.google.protobuf.LazyStringArrayList.emptyList();
columnsToAdd_ =
com.google.protobuf.LazyStringArrayList.emptyList();
asOfMatchRule_ = 0;
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new AsOfJoinTablesRequest();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return io.deephaven.proto.backplane.grpc.Table.internal_static_io_deephaven_proto_backplane_grpc_AsOfJoinTablesRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return io.deephaven.proto.backplane.grpc.Table.internal_static_io_deephaven_proto_backplane_grpc_AsOfJoinTablesRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.class, io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.Builder.class);
}
/**
* Protobuf enum {@code io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.MatchRule}
*/
@java.lang.Deprecated public enum MatchRule
implements com.google.protobuf.ProtocolMessageEnum {
/**
* LESS_THAN_EQUAL = 0;
*/
LESS_THAN_EQUAL(0),
/**
* LESS_THAN = 1;
*/
LESS_THAN(1),
/**
* GREATER_THAN_EQUAL = 2;
*/
GREATER_THAN_EQUAL(2),
/**
* GREATER_THAN = 3;
*/
GREATER_THAN(3),
UNRECOGNIZED(-1),
;
/**
* LESS_THAN_EQUAL = 0;
*/
public static final int LESS_THAN_EQUAL_VALUE = 0;
/**
* LESS_THAN = 1;
*/
public static final int LESS_THAN_VALUE = 1;
/**
* GREATER_THAN_EQUAL = 2;
*/
public static final int GREATER_THAN_EQUAL_VALUE = 2;
/**
* GREATER_THAN = 3;
*/
public static final int GREATER_THAN_VALUE = 3;
public final int getNumber() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalArgumentException(
"Can't get the number of an unknown enum value.");
}
return value;
}
/**
* @param value The numeric wire value of the corresponding enum entry.
* @return The enum associated with the given numeric wire value.
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
public static MatchRule valueOf(int value) {
return forNumber(value);
}
/**
* @param value The numeric wire value of the corresponding enum entry.
* @return The enum associated with the given numeric wire value.
*/
public static MatchRule forNumber(int value) {
switch (value) {
case 0: return LESS_THAN_EQUAL;
case 1: return LESS_THAN;
case 2: return GREATER_THAN_EQUAL;
case 3: return GREATER_THAN;
default: return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMap
internalGetValueMap() {
return internalValueMap;
}
private static final com.google.protobuf.Internal.EnumLiteMap<
MatchRule> internalValueMap =
new com.google.protobuf.Internal.EnumLiteMap() {
public MatchRule findValueByNumber(int number) {
return MatchRule.forNumber(number);
}
};
public final com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalStateException(
"Can't get the descriptor of an unrecognized enum value.");
}
return getDescriptor().getValues().get(ordinal());
}
public final com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType() {
return getDescriptor();
}
public static final com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor() {
return io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.getDescriptor().getEnumTypes().get(0);
}
private static final MatchRule[] VALUES = values();
public static MatchRule valueOf(
com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
if (desc.getType() != getDescriptor()) {
throw new java.lang.IllegalArgumentException(
"EnumValueDescriptor is not for this type.");
}
if (desc.getIndex() == -1) {
return UNRECOGNIZED;
}
return VALUES[desc.getIndex()];
}
private final int value;
private MatchRule(int value) {
this.value = value;
}
// @@protoc_insertion_point(enum_scope:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.MatchRule)
}
private int bitField0_;
public static final int RESULT_ID_FIELD_NUMBER = 1;
private io.deephaven.proto.backplane.grpc.Ticket resultId_;
/**
* .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
* @return Whether the resultId field is set.
*/
@java.lang.Override
public boolean hasResultId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
* @return The resultId.
*/
@java.lang.Override
public io.deephaven.proto.backplane.grpc.Ticket getResultId() {
return resultId_ == null ? io.deephaven.proto.backplane.grpc.Ticket.getDefaultInstance() : resultId_;
}
/**
* .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
*/
@java.lang.Override
public io.deephaven.proto.backplane.grpc.TicketOrBuilder getResultIdOrBuilder() {
return resultId_ == null ? io.deephaven.proto.backplane.grpc.Ticket.getDefaultInstance() : resultId_;
}
public static final int LEFT_ID_FIELD_NUMBER = 2;
private io.deephaven.proto.backplane.grpc.TableReference leftId_;
/**
* .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
* @return Whether the leftId field is set.
*/
@java.lang.Override
public boolean hasLeftId() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
* @return The leftId.
*/
@java.lang.Override
public io.deephaven.proto.backplane.grpc.TableReference getLeftId() {
return leftId_ == null ? io.deephaven.proto.backplane.grpc.TableReference.getDefaultInstance() : leftId_;
}
/**
* .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
*/
@java.lang.Override
public io.deephaven.proto.backplane.grpc.TableReferenceOrBuilder getLeftIdOrBuilder() {
return leftId_ == null ? io.deephaven.proto.backplane.grpc.TableReference.getDefaultInstance() : leftId_;
}
public static final int RIGHT_ID_FIELD_NUMBER = 3;
private io.deephaven.proto.backplane.grpc.TableReference rightId_;
/**
* .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
* @return Whether the rightId field is set.
*/
@java.lang.Override
public boolean hasRightId() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
* @return The rightId.
*/
@java.lang.Override
public io.deephaven.proto.backplane.grpc.TableReference getRightId() {
return rightId_ == null ? io.deephaven.proto.backplane.grpc.TableReference.getDefaultInstance() : rightId_;
}
/**
* .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
*/
@java.lang.Override
public io.deephaven.proto.backplane.grpc.TableReferenceOrBuilder getRightIdOrBuilder() {
return rightId_ == null ? io.deephaven.proto.backplane.grpc.TableReference.getDefaultInstance() : rightId_;
}
public static final int COLUMNS_TO_MATCH_FIELD_NUMBER = 4;
@SuppressWarnings("serial")
private com.google.protobuf.LazyStringArrayList columnsToMatch_ =
com.google.protobuf.LazyStringArrayList.emptyList();
/**
* repeated string columns_to_match = 4;
* @return A list containing the columnsToMatch.
*/
public com.google.protobuf.ProtocolStringList
getColumnsToMatchList() {
return columnsToMatch_;
}
/**
* repeated string columns_to_match = 4;
* @return The count of columnsToMatch.
*/
public int getColumnsToMatchCount() {
return columnsToMatch_.size();
}
/**
* repeated string columns_to_match = 4;
* @param index The index of the element to return.
* @return The columnsToMatch at the given index.
*/
public java.lang.String getColumnsToMatch(int index) {
return columnsToMatch_.get(index);
}
/**
* repeated string columns_to_match = 4;
* @param index The index of the value to return.
* @return The bytes of the columnsToMatch at the given index.
*/
public com.google.protobuf.ByteString
getColumnsToMatchBytes(int index) {
return columnsToMatch_.getByteString(index);
}
public static final int COLUMNS_TO_ADD_FIELD_NUMBER = 5;
@SuppressWarnings("serial")
private com.google.protobuf.LazyStringArrayList columnsToAdd_ =
com.google.protobuf.LazyStringArrayList.emptyList();
/**
* repeated string columns_to_add = 5;
* @return A list containing the columnsToAdd.
*/
public com.google.protobuf.ProtocolStringList
getColumnsToAddList() {
return columnsToAdd_;
}
/**
* repeated string columns_to_add = 5;
* @return The count of columnsToAdd.
*/
public int getColumnsToAddCount() {
return columnsToAdd_.size();
}
/**
* repeated string columns_to_add = 5;
* @param index The index of the element to return.
* @return The columnsToAdd at the given index.
*/
public java.lang.String getColumnsToAdd(int index) {
return columnsToAdd_.get(index);
}
/**
* repeated string columns_to_add = 5;
* @param index The index of the value to return.
* @return The bytes of the columnsToAdd at the given index.
*/
public com.google.protobuf.ByteString
getColumnsToAddBytes(int index) {
return columnsToAdd_.getByteString(index);
}
public static final int AS_OF_MATCH_RULE_FIELD_NUMBER = 7;
private int asOfMatchRule_ = 0;
/**
*
* Direction to search to find a match. LESS_THAN_EQUAL and LESS_THAN will be used to make a
* Table.aj() call, and GREATER_THAN_EQUAL and GREATER_THAN will be used to make a Table.raj() call.
*
*
* .io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.MatchRule as_of_match_rule = 7;
* @return The enum numeric value on the wire for asOfMatchRule.
*/
@java.lang.Override public int getAsOfMatchRuleValue() {
return asOfMatchRule_;
}
/**
*
* Direction to search to find a match. LESS_THAN_EQUAL and LESS_THAN will be used to make a
* Table.aj() call, and GREATER_THAN_EQUAL and GREATER_THAN will be used to make a Table.raj() call.
*
*
* .io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.MatchRule as_of_match_rule = 7;
* @return The asOfMatchRule.
*/
@java.lang.Override public io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.MatchRule getAsOfMatchRule() {
io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.MatchRule result = io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.MatchRule.forNumber(asOfMatchRule_);
return result == null ? io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.MatchRule.UNRECOGNIZED : result;
}
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, getResultId());
}
if (((bitField0_ & 0x00000002) != 0)) {
output.writeMessage(2, getLeftId());
}
if (((bitField0_ & 0x00000004) != 0)) {
output.writeMessage(3, getRightId());
}
for (int i = 0; i < columnsToMatch_.size(); i++) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, columnsToMatch_.getRaw(i));
}
for (int i = 0; i < columnsToAdd_.size(); i++) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 5, columnsToAdd_.getRaw(i));
}
if (asOfMatchRule_ != io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.MatchRule.LESS_THAN_EQUAL.getNumber()) {
output.writeEnum(7, asOfMatchRule_);
}
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, getResultId());
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(2, getLeftId());
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(3, getRightId());
}
{
int dataSize = 0;
for (int i = 0; i < columnsToMatch_.size(); i++) {
dataSize += computeStringSizeNoTag(columnsToMatch_.getRaw(i));
}
size += dataSize;
size += 1 * getColumnsToMatchList().size();
}
{
int dataSize = 0;
for (int i = 0; i < columnsToAdd_.size(); i++) {
dataSize += computeStringSizeNoTag(columnsToAdd_.getRaw(i));
}
size += dataSize;
size += 1 * getColumnsToAddList().size();
}
if (asOfMatchRule_ != io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.MatchRule.LESS_THAN_EQUAL.getNumber()) {
size += com.google.protobuf.CodedOutputStream
.computeEnumSize(7, asOfMatchRule_);
}
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 io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest)) {
return super.equals(obj);
}
io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest other = (io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest) obj;
if (hasResultId() != other.hasResultId()) return false;
if (hasResultId()) {
if (!getResultId()
.equals(other.getResultId())) return false;
}
if (hasLeftId() != other.hasLeftId()) return false;
if (hasLeftId()) {
if (!getLeftId()
.equals(other.getLeftId())) return false;
}
if (hasRightId() != other.hasRightId()) return false;
if (hasRightId()) {
if (!getRightId()
.equals(other.getRightId())) return false;
}
if (!getColumnsToMatchList()
.equals(other.getColumnsToMatchList())) return false;
if (!getColumnsToAddList()
.equals(other.getColumnsToAddList())) return false;
if (asOfMatchRule_ != other.asOfMatchRule_) 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 (hasResultId()) {
hash = (37 * hash) + RESULT_ID_FIELD_NUMBER;
hash = (53 * hash) + getResultId().hashCode();
}
if (hasLeftId()) {
hash = (37 * hash) + LEFT_ID_FIELD_NUMBER;
hash = (53 * hash) + getLeftId().hashCode();
}
if (hasRightId()) {
hash = (37 * hash) + RIGHT_ID_FIELD_NUMBER;
hash = (53 * hash) + getRightId().hashCode();
}
if (getColumnsToMatchCount() > 0) {
hash = (37 * hash) + COLUMNS_TO_MATCH_FIELD_NUMBER;
hash = (53 * hash) + getColumnsToMatchList().hashCode();
}
if (getColumnsToAddCount() > 0) {
hash = (37 * hash) + COLUMNS_TO_ADD_FIELD_NUMBER;
hash = (53 * hash) + getColumnsToAddList().hashCode();
}
hash = (37 * hash) + AS_OF_MATCH_RULE_FIELD_NUMBER;
hash = (53 * hash) + asOfMatchRule_;
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest 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 io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest 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 io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest 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(io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest 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 io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest)
io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequestOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return io.deephaven.proto.backplane.grpc.Table.internal_static_io_deephaven_proto_backplane_grpc_AsOfJoinTablesRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return io.deephaven.proto.backplane.grpc.Table.internal_static_io_deephaven_proto_backplane_grpc_AsOfJoinTablesRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.class, io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.Builder.class);
}
// Construct using io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
getResultIdFieldBuilder();
getLeftIdFieldBuilder();
getRightIdFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
resultId_ = null;
if (resultIdBuilder_ != null) {
resultIdBuilder_.dispose();
resultIdBuilder_ = null;
}
leftId_ = null;
if (leftIdBuilder_ != null) {
leftIdBuilder_.dispose();
leftIdBuilder_ = null;
}
rightId_ = null;
if (rightIdBuilder_ != null) {
rightIdBuilder_.dispose();
rightIdBuilder_ = null;
}
columnsToMatch_ =
com.google.protobuf.LazyStringArrayList.emptyList();
columnsToAdd_ =
com.google.protobuf.LazyStringArrayList.emptyList();
asOfMatchRule_ = 0;
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return io.deephaven.proto.backplane.grpc.Table.internal_static_io_deephaven_proto_backplane_grpc_AsOfJoinTablesRequest_descriptor;
}
@java.lang.Override
public io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest getDefaultInstanceForType() {
return io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.getDefaultInstance();
}
@java.lang.Override
public io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest build() {
io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest buildPartial() {
io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest result = new io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest result) {
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.resultId_ = resultIdBuilder_ == null
? resultId_
: resultIdBuilder_.build();
to_bitField0_ |= 0x00000001;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.leftId_ = leftIdBuilder_ == null
? leftId_
: leftIdBuilder_.build();
to_bitField0_ |= 0x00000002;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.rightId_ = rightIdBuilder_ == null
? rightId_
: rightIdBuilder_.build();
to_bitField0_ |= 0x00000004;
}
if (((from_bitField0_ & 0x00000008) != 0)) {
columnsToMatch_.makeImmutable();
result.columnsToMatch_ = columnsToMatch_;
}
if (((from_bitField0_ & 0x00000010) != 0)) {
columnsToAdd_.makeImmutable();
result.columnsToAdd_ = columnsToAdd_;
}
if (((from_bitField0_ & 0x00000020) != 0)) {
result.asOfMatchRule_ = asOfMatchRule_;
}
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 io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest) {
return mergeFrom((io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest other) {
if (other == io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.getDefaultInstance()) return this;
if (other.hasResultId()) {
mergeResultId(other.getResultId());
}
if (other.hasLeftId()) {
mergeLeftId(other.getLeftId());
}
if (other.hasRightId()) {
mergeRightId(other.getRightId());
}
if (!other.columnsToMatch_.isEmpty()) {
if (columnsToMatch_.isEmpty()) {
columnsToMatch_ = other.columnsToMatch_;
bitField0_ |= 0x00000008;
} else {
ensureColumnsToMatchIsMutable();
columnsToMatch_.addAll(other.columnsToMatch_);
}
onChanged();
}
if (!other.columnsToAdd_.isEmpty()) {
if (columnsToAdd_.isEmpty()) {
columnsToAdd_ = other.columnsToAdd_;
bitField0_ |= 0x00000010;
} else {
ensureColumnsToAddIsMutable();
columnsToAdd_.addAll(other.columnsToAdd_);
}
onChanged();
}
if (other.asOfMatchRule_ != 0) {
setAsOfMatchRuleValue(other.getAsOfMatchRuleValue());
}
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(
getResultIdFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000001;
break;
} // case 10
case 18: {
input.readMessage(
getLeftIdFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000002;
break;
} // case 18
case 26: {
input.readMessage(
getRightIdFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000004;
break;
} // case 26
case 34: {
java.lang.String s = input.readStringRequireUtf8();
ensureColumnsToMatchIsMutable();
columnsToMatch_.add(s);
break;
} // case 34
case 42: {
java.lang.String s = input.readStringRequireUtf8();
ensureColumnsToAddIsMutable();
columnsToAdd_.add(s);
break;
} // case 42
case 56: {
asOfMatchRule_ = input.readEnum();
bitField0_ |= 0x00000020;
break;
} // case 56
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 io.deephaven.proto.backplane.grpc.Ticket resultId_;
private com.google.protobuf.SingleFieldBuilderV3<
io.deephaven.proto.backplane.grpc.Ticket, io.deephaven.proto.backplane.grpc.Ticket.Builder, io.deephaven.proto.backplane.grpc.TicketOrBuilder> resultIdBuilder_;
/**
* .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
* @return Whether the resultId field is set.
*/
public boolean hasResultId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
* @return The resultId.
*/
public io.deephaven.proto.backplane.grpc.Ticket getResultId() {
if (resultIdBuilder_ == null) {
return resultId_ == null ? io.deephaven.proto.backplane.grpc.Ticket.getDefaultInstance() : resultId_;
} else {
return resultIdBuilder_.getMessage();
}
}
/**
* .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
*/
public Builder setResultId(io.deephaven.proto.backplane.grpc.Ticket value) {
if (resultIdBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
resultId_ = value;
} else {
resultIdBuilder_.setMessage(value);
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
*/
public Builder setResultId(
io.deephaven.proto.backplane.grpc.Ticket.Builder builderForValue) {
if (resultIdBuilder_ == null) {
resultId_ = builderForValue.build();
} else {
resultIdBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
*/
public Builder mergeResultId(io.deephaven.proto.backplane.grpc.Ticket value) {
if (resultIdBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0) &&
resultId_ != null &&
resultId_ != io.deephaven.proto.backplane.grpc.Ticket.getDefaultInstance()) {
getResultIdBuilder().mergeFrom(value);
} else {
resultId_ = value;
}
} else {
resultIdBuilder_.mergeFrom(value);
}
if (resultId_ != null) {
bitField0_ |= 0x00000001;
onChanged();
}
return this;
}
/**
* .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
*/
public Builder clearResultId() {
bitField0_ = (bitField0_ & ~0x00000001);
resultId_ = null;
if (resultIdBuilder_ != null) {
resultIdBuilder_.dispose();
resultIdBuilder_ = null;
}
onChanged();
return this;
}
/**
* .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
*/
public io.deephaven.proto.backplane.grpc.Ticket.Builder getResultIdBuilder() {
bitField0_ |= 0x00000001;
onChanged();
return getResultIdFieldBuilder().getBuilder();
}
/**
* .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
*/
public io.deephaven.proto.backplane.grpc.TicketOrBuilder getResultIdOrBuilder() {
if (resultIdBuilder_ != null) {
return resultIdBuilder_.getMessageOrBuilder();
} else {
return resultId_ == null ?
io.deephaven.proto.backplane.grpc.Ticket.getDefaultInstance() : resultId_;
}
}
/**
* .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
*/
private com.google.protobuf.SingleFieldBuilderV3<
io.deephaven.proto.backplane.grpc.Ticket, io.deephaven.proto.backplane.grpc.Ticket.Builder, io.deephaven.proto.backplane.grpc.TicketOrBuilder>
getResultIdFieldBuilder() {
if (resultIdBuilder_ == null) {
resultIdBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
io.deephaven.proto.backplane.grpc.Ticket, io.deephaven.proto.backplane.grpc.Ticket.Builder, io.deephaven.proto.backplane.grpc.TicketOrBuilder>(
getResultId(),
getParentForChildren(),
isClean());
resultId_ = null;
}
return resultIdBuilder_;
}
private io.deephaven.proto.backplane.grpc.TableReference leftId_;
private com.google.protobuf.SingleFieldBuilderV3<
io.deephaven.proto.backplane.grpc.TableReference, io.deephaven.proto.backplane.grpc.TableReference.Builder, io.deephaven.proto.backplane.grpc.TableReferenceOrBuilder> leftIdBuilder_;
/**
* .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
* @return Whether the leftId field is set.
*/
public boolean hasLeftId() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
* @return The leftId.
*/
public io.deephaven.proto.backplane.grpc.TableReference getLeftId() {
if (leftIdBuilder_ == null) {
return leftId_ == null ? io.deephaven.proto.backplane.grpc.TableReference.getDefaultInstance() : leftId_;
} else {
return leftIdBuilder_.getMessage();
}
}
/**
* .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
*/
public Builder setLeftId(io.deephaven.proto.backplane.grpc.TableReference value) {
if (leftIdBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
leftId_ = value;
} else {
leftIdBuilder_.setMessage(value);
}
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
*/
public Builder setLeftId(
io.deephaven.proto.backplane.grpc.TableReference.Builder builderForValue) {
if (leftIdBuilder_ == null) {
leftId_ = builderForValue.build();
} else {
leftIdBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
*/
public Builder mergeLeftId(io.deephaven.proto.backplane.grpc.TableReference value) {
if (leftIdBuilder_ == null) {
if (((bitField0_ & 0x00000002) != 0) &&
leftId_ != null &&
leftId_ != io.deephaven.proto.backplane.grpc.TableReference.getDefaultInstance()) {
getLeftIdBuilder().mergeFrom(value);
} else {
leftId_ = value;
}
} else {
leftIdBuilder_.mergeFrom(value);
}
if (leftId_ != null) {
bitField0_ |= 0x00000002;
onChanged();
}
return this;
}
/**
* .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
*/
public Builder clearLeftId() {
bitField0_ = (bitField0_ & ~0x00000002);
leftId_ = null;
if (leftIdBuilder_ != null) {
leftIdBuilder_.dispose();
leftIdBuilder_ = null;
}
onChanged();
return this;
}
/**
* .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
*/
public io.deephaven.proto.backplane.grpc.TableReference.Builder getLeftIdBuilder() {
bitField0_ |= 0x00000002;
onChanged();
return getLeftIdFieldBuilder().getBuilder();
}
/**
* .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
*/
public io.deephaven.proto.backplane.grpc.TableReferenceOrBuilder getLeftIdOrBuilder() {
if (leftIdBuilder_ != null) {
return leftIdBuilder_.getMessageOrBuilder();
} else {
return leftId_ == null ?
io.deephaven.proto.backplane.grpc.TableReference.getDefaultInstance() : leftId_;
}
}
/**
* .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
*/
private com.google.protobuf.SingleFieldBuilderV3<
io.deephaven.proto.backplane.grpc.TableReference, io.deephaven.proto.backplane.grpc.TableReference.Builder, io.deephaven.proto.backplane.grpc.TableReferenceOrBuilder>
getLeftIdFieldBuilder() {
if (leftIdBuilder_ == null) {
leftIdBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
io.deephaven.proto.backplane.grpc.TableReference, io.deephaven.proto.backplane.grpc.TableReference.Builder, io.deephaven.proto.backplane.grpc.TableReferenceOrBuilder>(
getLeftId(),
getParentForChildren(),
isClean());
leftId_ = null;
}
return leftIdBuilder_;
}
private io.deephaven.proto.backplane.grpc.TableReference rightId_;
private com.google.protobuf.SingleFieldBuilderV3<
io.deephaven.proto.backplane.grpc.TableReference, io.deephaven.proto.backplane.grpc.TableReference.Builder, io.deephaven.proto.backplane.grpc.TableReferenceOrBuilder> rightIdBuilder_;
/**
* .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
* @return Whether the rightId field is set.
*/
public boolean hasRightId() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
* @return The rightId.
*/
public io.deephaven.proto.backplane.grpc.TableReference getRightId() {
if (rightIdBuilder_ == null) {
return rightId_ == null ? io.deephaven.proto.backplane.grpc.TableReference.getDefaultInstance() : rightId_;
} else {
return rightIdBuilder_.getMessage();
}
}
/**
* .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
*/
public Builder setRightId(io.deephaven.proto.backplane.grpc.TableReference value) {
if (rightIdBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
rightId_ = value;
} else {
rightIdBuilder_.setMessage(value);
}
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
*/
public Builder setRightId(
io.deephaven.proto.backplane.grpc.TableReference.Builder builderForValue) {
if (rightIdBuilder_ == null) {
rightId_ = builderForValue.build();
} else {
rightIdBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
*/
public Builder mergeRightId(io.deephaven.proto.backplane.grpc.TableReference value) {
if (rightIdBuilder_ == null) {
if (((bitField0_ & 0x00000004) != 0) &&
rightId_ != null &&
rightId_ != io.deephaven.proto.backplane.grpc.TableReference.getDefaultInstance()) {
getRightIdBuilder().mergeFrom(value);
} else {
rightId_ = value;
}
} else {
rightIdBuilder_.mergeFrom(value);
}
if (rightId_ != null) {
bitField0_ |= 0x00000004;
onChanged();
}
return this;
}
/**
* .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
*/
public Builder clearRightId() {
bitField0_ = (bitField0_ & ~0x00000004);
rightId_ = null;
if (rightIdBuilder_ != null) {
rightIdBuilder_.dispose();
rightIdBuilder_ = null;
}
onChanged();
return this;
}
/**
* .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
*/
public io.deephaven.proto.backplane.grpc.TableReference.Builder getRightIdBuilder() {
bitField0_ |= 0x00000004;
onChanged();
return getRightIdFieldBuilder().getBuilder();
}
/**
* .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
*/
public io.deephaven.proto.backplane.grpc.TableReferenceOrBuilder getRightIdOrBuilder() {
if (rightIdBuilder_ != null) {
return rightIdBuilder_.getMessageOrBuilder();
} else {
return rightId_ == null ?
io.deephaven.proto.backplane.grpc.TableReference.getDefaultInstance() : rightId_;
}
}
/**
* .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
*/
private com.google.protobuf.SingleFieldBuilderV3<
io.deephaven.proto.backplane.grpc.TableReference, io.deephaven.proto.backplane.grpc.TableReference.Builder, io.deephaven.proto.backplane.grpc.TableReferenceOrBuilder>
getRightIdFieldBuilder() {
if (rightIdBuilder_ == null) {
rightIdBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
io.deephaven.proto.backplane.grpc.TableReference, io.deephaven.proto.backplane.grpc.TableReference.Builder, io.deephaven.proto.backplane.grpc.TableReferenceOrBuilder>(
getRightId(),
getParentForChildren(),
isClean());
rightId_ = null;
}
return rightIdBuilder_;
}
private com.google.protobuf.LazyStringArrayList columnsToMatch_ =
com.google.protobuf.LazyStringArrayList.emptyList();
private void ensureColumnsToMatchIsMutable() {
if (!columnsToMatch_.isModifiable()) {
columnsToMatch_ = new com.google.protobuf.LazyStringArrayList(columnsToMatch_);
}
bitField0_ |= 0x00000008;
}
/**
* repeated string columns_to_match = 4;
* @return A list containing the columnsToMatch.
*/
public com.google.protobuf.ProtocolStringList
getColumnsToMatchList() {
columnsToMatch_.makeImmutable();
return columnsToMatch_;
}
/**
* repeated string columns_to_match = 4;
* @return The count of columnsToMatch.
*/
public int getColumnsToMatchCount() {
return columnsToMatch_.size();
}
/**
* repeated string columns_to_match = 4;
* @param index The index of the element to return.
* @return The columnsToMatch at the given index.
*/
public java.lang.String getColumnsToMatch(int index) {
return columnsToMatch_.get(index);
}
/**
* repeated string columns_to_match = 4;
* @param index The index of the value to return.
* @return The bytes of the columnsToMatch at the given index.
*/
public com.google.protobuf.ByteString
getColumnsToMatchBytes(int index) {
return columnsToMatch_.getByteString(index);
}
/**
* repeated string columns_to_match = 4;
* @param index The index to set the value at.
* @param value The columnsToMatch to set.
* @return This builder for chaining.
*/
public Builder setColumnsToMatch(
int index, java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
ensureColumnsToMatchIsMutable();
columnsToMatch_.set(index, value);
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* repeated string columns_to_match = 4;
* @param value The columnsToMatch to add.
* @return This builder for chaining.
*/
public Builder addColumnsToMatch(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
ensureColumnsToMatchIsMutable();
columnsToMatch_.add(value);
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* repeated string columns_to_match = 4;
* @param values The columnsToMatch to add.
* @return This builder for chaining.
*/
public Builder addAllColumnsToMatch(
java.lang.Iterable values) {
ensureColumnsToMatchIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, columnsToMatch_);
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* repeated string columns_to_match = 4;
* @return This builder for chaining.
*/
public Builder clearColumnsToMatch() {
columnsToMatch_ =
com.google.protobuf.LazyStringArrayList.emptyList();
bitField0_ = (bitField0_ & ~0x00000008);;
onChanged();
return this;
}
/**
* repeated string columns_to_match = 4;
* @param value The bytes of the columnsToMatch to add.
* @return This builder for chaining.
*/
public Builder addColumnsToMatchBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
ensureColumnsToMatchIsMutable();
columnsToMatch_.add(value);
bitField0_ |= 0x00000008;
onChanged();
return this;
}
private com.google.protobuf.LazyStringArrayList columnsToAdd_ =
com.google.protobuf.LazyStringArrayList.emptyList();
private void ensureColumnsToAddIsMutable() {
if (!columnsToAdd_.isModifiable()) {
columnsToAdd_ = new com.google.protobuf.LazyStringArrayList(columnsToAdd_);
}
bitField0_ |= 0x00000010;
}
/**
* repeated string columns_to_add = 5;
* @return A list containing the columnsToAdd.
*/
public com.google.protobuf.ProtocolStringList
getColumnsToAddList() {
columnsToAdd_.makeImmutable();
return columnsToAdd_;
}
/**
* repeated string columns_to_add = 5;
* @return The count of columnsToAdd.
*/
public int getColumnsToAddCount() {
return columnsToAdd_.size();
}
/**
* repeated string columns_to_add = 5;
* @param index The index of the element to return.
* @return The columnsToAdd at the given index.
*/
public java.lang.String getColumnsToAdd(int index) {
return columnsToAdd_.get(index);
}
/**
* repeated string columns_to_add = 5;
* @param index The index of the value to return.
* @return The bytes of the columnsToAdd at the given index.
*/
public com.google.protobuf.ByteString
getColumnsToAddBytes(int index) {
return columnsToAdd_.getByteString(index);
}
/**
* repeated string columns_to_add = 5;
* @param index The index to set the value at.
* @param value The columnsToAdd to set.
* @return This builder for chaining.
*/
public Builder setColumnsToAdd(
int index, java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
ensureColumnsToAddIsMutable();
columnsToAdd_.set(index, value);
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
* repeated string columns_to_add = 5;
* @param value The columnsToAdd to add.
* @return This builder for chaining.
*/
public Builder addColumnsToAdd(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
ensureColumnsToAddIsMutable();
columnsToAdd_.add(value);
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
* repeated string columns_to_add = 5;
* @param values The columnsToAdd to add.
* @return This builder for chaining.
*/
public Builder addAllColumnsToAdd(
java.lang.Iterable values) {
ensureColumnsToAddIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, columnsToAdd_);
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
* repeated string columns_to_add = 5;
* @return This builder for chaining.
*/
public Builder clearColumnsToAdd() {
columnsToAdd_ =
com.google.protobuf.LazyStringArrayList.emptyList();
bitField0_ = (bitField0_ & ~0x00000010);;
onChanged();
return this;
}
/**
* repeated string columns_to_add = 5;
* @param value The bytes of the columnsToAdd to add.
* @return This builder for chaining.
*/
public Builder addColumnsToAddBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
ensureColumnsToAddIsMutable();
columnsToAdd_.add(value);
bitField0_ |= 0x00000010;
onChanged();
return this;
}
private int asOfMatchRule_ = 0;
/**
*
* Direction to search to find a match. LESS_THAN_EQUAL and LESS_THAN will be used to make a
* Table.aj() call, and GREATER_THAN_EQUAL and GREATER_THAN will be used to make a Table.raj() call.
*
*
* .io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.MatchRule as_of_match_rule = 7;
* @return The enum numeric value on the wire for asOfMatchRule.
*/
@java.lang.Override public int getAsOfMatchRuleValue() {
return asOfMatchRule_;
}
/**
*
* Direction to search to find a match. LESS_THAN_EQUAL and LESS_THAN will be used to make a
* Table.aj() call, and GREATER_THAN_EQUAL and GREATER_THAN will be used to make a Table.raj() call.
*
*
* .io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.MatchRule as_of_match_rule = 7;
* @param value The enum numeric value on the wire for asOfMatchRule to set.
* @return This builder for chaining.
*/
public Builder setAsOfMatchRuleValue(int value) {
asOfMatchRule_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
*
* Direction to search to find a match. LESS_THAN_EQUAL and LESS_THAN will be used to make a
* Table.aj() call, and GREATER_THAN_EQUAL and GREATER_THAN will be used to make a Table.raj() call.
*
*
* .io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.MatchRule as_of_match_rule = 7;
* @return The asOfMatchRule.
*/
@java.lang.Override
public io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.MatchRule getAsOfMatchRule() {
io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.MatchRule result = io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.MatchRule.forNumber(asOfMatchRule_);
return result == null ? io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.MatchRule.UNRECOGNIZED : result;
}
/**
*
* Direction to search to find a match. LESS_THAN_EQUAL and LESS_THAN will be used to make a
* Table.aj() call, and GREATER_THAN_EQUAL and GREATER_THAN will be used to make a Table.raj() call.
*
*
* .io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.MatchRule as_of_match_rule = 7;
* @param value The asOfMatchRule to set.
* @return This builder for chaining.
*/
public Builder setAsOfMatchRule(io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.MatchRule value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000020;
asOfMatchRule_ = value.getNumber();
onChanged();
return this;
}
/**
*
* Direction to search to find a match. LESS_THAN_EQUAL and LESS_THAN will be used to make a
* Table.aj() call, and GREATER_THAN_EQUAL and GREATER_THAN will be used to make a Table.raj() call.
*
*
* .io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.MatchRule as_of_match_rule = 7;
* @return This builder for chaining.
*/
public Builder clearAsOfMatchRule() {
bitField0_ = (bitField0_ & ~0x00000020);
asOfMatchRule_ = 0;
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:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest)
}
// @@protoc_insertion_point(class_scope:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest)
private static final io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest();
}
public static io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public AsOfJoinTablesRequest 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 io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}