java.io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest 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.RunChartDownsampleRequest}
*/
public final class RunChartDownsampleRequest extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest)
RunChartDownsampleRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use RunChartDownsampleRequest.newBuilder() to construct.
private RunChartDownsampleRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private RunChartDownsampleRequest() {
xColumnName_ = "";
yColumnNames_ =
com.google.protobuf.LazyStringArrayList.emptyList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new RunChartDownsampleRequest();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return io.deephaven.proto.backplane.grpc.Table.internal_static_io_deephaven_proto_backplane_grpc_RunChartDownsampleRequest_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_RunChartDownsampleRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.class, io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.Builder.class);
}
public interface ZoomRangeOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange)
com.google.protobuf.MessageOrBuilder {
/**
* optional int64 min_date_nanos = 1 [jstype = JS_STRING];
* @return Whether the minDateNanos field is set.
*/
boolean hasMinDateNanos();
/**
* optional int64 min_date_nanos = 1 [jstype = JS_STRING];
* @return The minDateNanos.
*/
long getMinDateNanos();
/**
* optional int64 max_date_nanos = 2 [jstype = JS_STRING];
* @return Whether the maxDateNanos field is set.
*/
boolean hasMaxDateNanos();
/**
* optional int64 max_date_nanos = 2 [jstype = JS_STRING];
* @return The maxDateNanos.
*/
long getMaxDateNanos();
}
/**
* Protobuf type {@code io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange}
*/
public static final class ZoomRange extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange)
ZoomRangeOrBuilder {
private static final long serialVersionUID = 0L;
// Use ZoomRange.newBuilder() to construct.
private ZoomRange(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private ZoomRange() {
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new ZoomRange();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return io.deephaven.proto.backplane.grpc.Table.internal_static_io_deephaven_proto_backplane_grpc_RunChartDownsampleRequest_ZoomRange_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_RunChartDownsampleRequest_ZoomRange_fieldAccessorTable
.ensureFieldAccessorsInitialized(
io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange.class, io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange.Builder.class);
}
private int bitField0_;
public static final int MIN_DATE_NANOS_FIELD_NUMBER = 1;
private long minDateNanos_ = 0L;
/**
* optional int64 min_date_nanos = 1 [jstype = JS_STRING];
* @return Whether the minDateNanos field is set.
*/
@java.lang.Override
public boolean hasMinDateNanos() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional int64 min_date_nanos = 1 [jstype = JS_STRING];
* @return The minDateNanos.
*/
@java.lang.Override
public long getMinDateNanos() {
return minDateNanos_;
}
public static final int MAX_DATE_NANOS_FIELD_NUMBER = 2;
private long maxDateNanos_ = 0L;
/**
* optional int64 max_date_nanos = 2 [jstype = JS_STRING];
* @return Whether the maxDateNanos field is set.
*/
@java.lang.Override
public boolean hasMaxDateNanos() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional int64 max_date_nanos = 2 [jstype = JS_STRING];
* @return The maxDateNanos.
*/
@java.lang.Override
public long getMaxDateNanos() {
return maxDateNanos_;
}
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.writeInt64(1, minDateNanos_);
}
if (((bitField0_ & 0x00000002) != 0)) {
output.writeInt64(2, maxDateNanos_);
}
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
.computeInt64Size(1, minDateNanos_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(2, maxDateNanos_);
}
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.RunChartDownsampleRequest.ZoomRange)) {
return super.equals(obj);
}
io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange other = (io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange) obj;
if (hasMinDateNanos() != other.hasMinDateNanos()) return false;
if (hasMinDateNanos()) {
if (getMinDateNanos()
!= other.getMinDateNanos()) return false;
}
if (hasMaxDateNanos() != other.hasMaxDateNanos()) return false;
if (hasMaxDateNanos()) {
if (getMaxDateNanos()
!= other.getMaxDateNanos()) 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 (hasMinDateNanos()) {
hash = (37 * hash) + MIN_DATE_NANOS_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getMinDateNanos());
}
if (hasMaxDateNanos()) {
hash = (37 * hash) + MAX_DATE_NANOS_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getMaxDateNanos());
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange 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.RunChartDownsampleRequest.ZoomRange parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange 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.RunChartDownsampleRequest.ZoomRange parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange 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.RunChartDownsampleRequest.ZoomRange parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange 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.RunChartDownsampleRequest.ZoomRange parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange 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.RunChartDownsampleRequest.ZoomRange 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.RunChartDownsampleRequest.ZoomRange 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.RunChartDownsampleRequest.ZoomRange 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.RunChartDownsampleRequest.ZoomRange}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange)
io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRangeOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return io.deephaven.proto.backplane.grpc.Table.internal_static_io_deephaven_proto_backplane_grpc_RunChartDownsampleRequest_ZoomRange_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_RunChartDownsampleRequest_ZoomRange_fieldAccessorTable
.ensureFieldAccessorsInitialized(
io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange.class, io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange.Builder.class);
}
// Construct using io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
minDateNanos_ = 0L;
maxDateNanos_ = 0L;
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_RunChartDownsampleRequest_ZoomRange_descriptor;
}
@java.lang.Override
public io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange getDefaultInstanceForType() {
return io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange.getDefaultInstance();
}
@java.lang.Override
public io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange build() {
io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange buildPartial() {
io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange result = new io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange result) {
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.minDateNanos_ = minDateNanos_;
to_bitField0_ |= 0x00000001;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.maxDateNanos_ = maxDateNanos_;
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 io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange) {
return mergeFrom((io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange other) {
if (other == io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange.getDefaultInstance()) return this;
if (other.hasMinDateNanos()) {
setMinDateNanos(other.getMinDateNanos());
}
if (other.hasMaxDateNanos()) {
setMaxDateNanos(other.getMaxDateNanos());
}
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 8: {
minDateNanos_ = input.readInt64();
bitField0_ |= 0x00000001;
break;
} // case 8
case 16: {
maxDateNanos_ = input.readInt64();
bitField0_ |= 0x00000002;
break;
} // case 16
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 long minDateNanos_ ;
/**
* optional int64 min_date_nanos = 1 [jstype = JS_STRING];
* @return Whether the minDateNanos field is set.
*/
@java.lang.Override
public boolean hasMinDateNanos() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional int64 min_date_nanos = 1 [jstype = JS_STRING];
* @return The minDateNanos.
*/
@java.lang.Override
public long getMinDateNanos() {
return minDateNanos_;
}
/**
* optional int64 min_date_nanos = 1 [jstype = JS_STRING];
* @param value The minDateNanos to set.
* @return This builder for chaining.
*/
public Builder setMinDateNanos(long value) {
minDateNanos_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* optional int64 min_date_nanos = 1 [jstype = JS_STRING];
* @return This builder for chaining.
*/
public Builder clearMinDateNanos() {
bitField0_ = (bitField0_ & ~0x00000001);
minDateNanos_ = 0L;
onChanged();
return this;
}
private long maxDateNanos_ ;
/**
* optional int64 max_date_nanos = 2 [jstype = JS_STRING];
* @return Whether the maxDateNanos field is set.
*/
@java.lang.Override
public boolean hasMaxDateNanos() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional int64 max_date_nanos = 2 [jstype = JS_STRING];
* @return The maxDateNanos.
*/
@java.lang.Override
public long getMaxDateNanos() {
return maxDateNanos_;
}
/**
* optional int64 max_date_nanos = 2 [jstype = JS_STRING];
* @param value The maxDateNanos to set.
* @return This builder for chaining.
*/
public Builder setMaxDateNanos(long value) {
maxDateNanos_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* optional int64 max_date_nanos = 2 [jstype = JS_STRING];
* @return This builder for chaining.
*/
public Builder clearMaxDateNanos() {
bitField0_ = (bitField0_ & ~0x00000002);
maxDateNanos_ = 0L;
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.RunChartDownsampleRequest.ZoomRange)
}
// @@protoc_insertion_point(class_scope:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange)
private static final io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange();
}
public static io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public ZoomRange 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.RunChartDownsampleRequest.ZoomRange getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
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 SOURCE_ID_FIELD_NUMBER = 2;
private io.deephaven.proto.backplane.grpc.TableReference sourceId_;
/**
* .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
* @return Whether the sourceId field is set.
*/
@java.lang.Override
public boolean hasSourceId() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
* @return The sourceId.
*/
@java.lang.Override
public io.deephaven.proto.backplane.grpc.TableReference getSourceId() {
return sourceId_ == null ? io.deephaven.proto.backplane.grpc.TableReference.getDefaultInstance() : sourceId_;
}
/**
* .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
*/
@java.lang.Override
public io.deephaven.proto.backplane.grpc.TableReferenceOrBuilder getSourceIdOrBuilder() {
return sourceId_ == null ? io.deephaven.proto.backplane.grpc.TableReference.getDefaultInstance() : sourceId_;
}
public static final int PIXEL_COUNT_FIELD_NUMBER = 3;
private int pixelCount_ = 0;
/**
* int32 pixel_count = 3;
* @return The pixelCount.
*/
@java.lang.Override
public int getPixelCount() {
return pixelCount_;
}
public static final int ZOOM_RANGE_FIELD_NUMBER = 4;
private io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange zoomRange_;
/**
* .io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange zoom_range = 4;
* @return Whether the zoomRange field is set.
*/
@java.lang.Override
public boolean hasZoomRange() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* .io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange zoom_range = 4;
* @return The zoomRange.
*/
@java.lang.Override
public io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange getZoomRange() {
return zoomRange_ == null ? io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange.getDefaultInstance() : zoomRange_;
}
/**
* .io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange zoom_range = 4;
*/
@java.lang.Override
public io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRangeOrBuilder getZoomRangeOrBuilder() {
return zoomRange_ == null ? io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange.getDefaultInstance() : zoomRange_;
}
public static final int X_COLUMN_NAME_FIELD_NUMBER = 5;
@SuppressWarnings("serial")
private volatile java.lang.Object xColumnName_ = "";
/**
* string x_column_name = 5;
* @return The xColumnName.
*/
@java.lang.Override
public java.lang.String getXColumnName() {
java.lang.Object ref = xColumnName_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
xColumnName_ = s;
return s;
}
}
/**
* string x_column_name = 5;
* @return The bytes for xColumnName.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getXColumnNameBytes() {
java.lang.Object ref = xColumnName_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
xColumnName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int Y_COLUMN_NAMES_FIELD_NUMBER = 6;
@SuppressWarnings("serial")
private com.google.protobuf.LazyStringArrayList yColumnNames_ =
com.google.protobuf.LazyStringArrayList.emptyList();
/**
* repeated string y_column_names = 6;
* @return A list containing the yColumnNames.
*/
public com.google.protobuf.ProtocolStringList
getYColumnNamesList() {
return yColumnNames_;
}
/**
* repeated string y_column_names = 6;
* @return The count of yColumnNames.
*/
public int getYColumnNamesCount() {
return yColumnNames_.size();
}
/**
* repeated string y_column_names = 6;
* @param index The index of the element to return.
* @return The yColumnNames at the given index.
*/
public java.lang.String getYColumnNames(int index) {
return yColumnNames_.get(index);
}
/**
* repeated string y_column_names = 6;
* @param index The index of the value to return.
* @return The bytes of the yColumnNames at the given index.
*/
public com.google.protobuf.ByteString
getYColumnNamesBytes(int index) {
return yColumnNames_.getByteString(index);
}
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, getSourceId());
}
if (pixelCount_ != 0) {
output.writeInt32(3, pixelCount_);
}
if (((bitField0_ & 0x00000004) != 0)) {
output.writeMessage(4, getZoomRange());
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(xColumnName_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 5, xColumnName_);
}
for (int i = 0; i < yColumnNames_.size(); i++) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, yColumnNames_.getRaw(i));
}
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, getSourceId());
}
if (pixelCount_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(3, pixelCount_);
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(4, getZoomRange());
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(xColumnName_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, xColumnName_);
}
{
int dataSize = 0;
for (int i = 0; i < yColumnNames_.size(); i++) {
dataSize += computeStringSizeNoTag(yColumnNames_.getRaw(i));
}
size += dataSize;
size += 1 * getYColumnNamesList().size();
}
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.RunChartDownsampleRequest)) {
return super.equals(obj);
}
io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest other = (io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest) obj;
if (hasResultId() != other.hasResultId()) return false;
if (hasResultId()) {
if (!getResultId()
.equals(other.getResultId())) return false;
}
if (hasSourceId() != other.hasSourceId()) return false;
if (hasSourceId()) {
if (!getSourceId()
.equals(other.getSourceId())) return false;
}
if (getPixelCount()
!= other.getPixelCount()) return false;
if (hasZoomRange() != other.hasZoomRange()) return false;
if (hasZoomRange()) {
if (!getZoomRange()
.equals(other.getZoomRange())) return false;
}
if (!getXColumnName()
.equals(other.getXColumnName())) return false;
if (!getYColumnNamesList()
.equals(other.getYColumnNamesList())) 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 (hasSourceId()) {
hash = (37 * hash) + SOURCE_ID_FIELD_NUMBER;
hash = (53 * hash) + getSourceId().hashCode();
}
hash = (37 * hash) + PIXEL_COUNT_FIELD_NUMBER;
hash = (53 * hash) + getPixelCount();
if (hasZoomRange()) {
hash = (37 * hash) + ZOOM_RANGE_FIELD_NUMBER;
hash = (53 * hash) + getZoomRange().hashCode();
}
hash = (37 * hash) + X_COLUMN_NAME_FIELD_NUMBER;
hash = (53 * hash) + getXColumnName().hashCode();
if (getYColumnNamesCount() > 0) {
hash = (37 * hash) + Y_COLUMN_NAMES_FIELD_NUMBER;
hash = (53 * hash) + getYColumnNamesList().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest 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.RunChartDownsampleRequest parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest 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.RunChartDownsampleRequest parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest 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.RunChartDownsampleRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest 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.RunChartDownsampleRequest parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest 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.RunChartDownsampleRequest 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.RunChartDownsampleRequest 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.RunChartDownsampleRequest 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.RunChartDownsampleRequest}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest)
io.deephaven.proto.backplane.grpc.RunChartDownsampleRequestOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return io.deephaven.proto.backplane.grpc.Table.internal_static_io_deephaven_proto_backplane_grpc_RunChartDownsampleRequest_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_RunChartDownsampleRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.class, io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.Builder.class);
}
// Construct using io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.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();
getSourceIdFieldBuilder();
getZoomRangeFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
resultId_ = null;
if (resultIdBuilder_ != null) {
resultIdBuilder_.dispose();
resultIdBuilder_ = null;
}
sourceId_ = null;
if (sourceIdBuilder_ != null) {
sourceIdBuilder_.dispose();
sourceIdBuilder_ = null;
}
pixelCount_ = 0;
zoomRange_ = null;
if (zoomRangeBuilder_ != null) {
zoomRangeBuilder_.dispose();
zoomRangeBuilder_ = null;
}
xColumnName_ = "";
yColumnNames_ =
com.google.protobuf.LazyStringArrayList.emptyList();
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_RunChartDownsampleRequest_descriptor;
}
@java.lang.Override
public io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest getDefaultInstanceForType() {
return io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.getDefaultInstance();
}
@java.lang.Override
public io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest build() {
io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest buildPartial() {
io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest result = new io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest 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.sourceId_ = sourceIdBuilder_ == null
? sourceId_
: sourceIdBuilder_.build();
to_bitField0_ |= 0x00000002;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.pixelCount_ = pixelCount_;
}
if (((from_bitField0_ & 0x00000008) != 0)) {
result.zoomRange_ = zoomRangeBuilder_ == null
? zoomRange_
: zoomRangeBuilder_.build();
to_bitField0_ |= 0x00000004;
}
if (((from_bitField0_ & 0x00000010) != 0)) {
result.xColumnName_ = xColumnName_;
}
if (((from_bitField0_ & 0x00000020) != 0)) {
yColumnNames_.makeImmutable();
result.yColumnNames_ = yColumnNames_;
}
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.RunChartDownsampleRequest) {
return mergeFrom((io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest other) {
if (other == io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.getDefaultInstance()) return this;
if (other.hasResultId()) {
mergeResultId(other.getResultId());
}
if (other.hasSourceId()) {
mergeSourceId(other.getSourceId());
}
if (other.getPixelCount() != 0) {
setPixelCount(other.getPixelCount());
}
if (other.hasZoomRange()) {
mergeZoomRange(other.getZoomRange());
}
if (!other.getXColumnName().isEmpty()) {
xColumnName_ = other.xColumnName_;
bitField0_ |= 0x00000010;
onChanged();
}
if (!other.yColumnNames_.isEmpty()) {
if (yColumnNames_.isEmpty()) {
yColumnNames_ = other.yColumnNames_;
bitField0_ |= 0x00000020;
} else {
ensureYColumnNamesIsMutable();
yColumnNames_.addAll(other.yColumnNames_);
}
onChanged();
}
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(
getSourceIdFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000002;
break;
} // case 18
case 24: {
pixelCount_ = input.readInt32();
bitField0_ |= 0x00000004;
break;
} // case 24
case 34: {
input.readMessage(
getZoomRangeFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000008;
break;
} // case 34
case 42: {
xColumnName_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000010;
break;
} // case 42
case 50: {
java.lang.String s = input.readStringRequireUtf8();
ensureYColumnNamesIsMutable();
yColumnNames_.add(s);
break;
} // case 50
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 sourceId_;
private com.google.protobuf.SingleFieldBuilderV3<
io.deephaven.proto.backplane.grpc.TableReference, io.deephaven.proto.backplane.grpc.TableReference.Builder, io.deephaven.proto.backplane.grpc.TableReferenceOrBuilder> sourceIdBuilder_;
/**
* .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
* @return Whether the sourceId field is set.
*/
public boolean hasSourceId() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
* @return The sourceId.
*/
public io.deephaven.proto.backplane.grpc.TableReference getSourceId() {
if (sourceIdBuilder_ == null) {
return sourceId_ == null ? io.deephaven.proto.backplane.grpc.TableReference.getDefaultInstance() : sourceId_;
} else {
return sourceIdBuilder_.getMessage();
}
}
/**
* .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
*/
public Builder setSourceId(io.deephaven.proto.backplane.grpc.TableReference value) {
if (sourceIdBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
sourceId_ = value;
} else {
sourceIdBuilder_.setMessage(value);
}
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
*/
public Builder setSourceId(
io.deephaven.proto.backplane.grpc.TableReference.Builder builderForValue) {
if (sourceIdBuilder_ == null) {
sourceId_ = builderForValue.build();
} else {
sourceIdBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
*/
public Builder mergeSourceId(io.deephaven.proto.backplane.grpc.TableReference value) {
if (sourceIdBuilder_ == null) {
if (((bitField0_ & 0x00000002) != 0) &&
sourceId_ != null &&
sourceId_ != io.deephaven.proto.backplane.grpc.TableReference.getDefaultInstance()) {
getSourceIdBuilder().mergeFrom(value);
} else {
sourceId_ = value;
}
} else {
sourceIdBuilder_.mergeFrom(value);
}
if (sourceId_ != null) {
bitField0_ |= 0x00000002;
onChanged();
}
return this;
}
/**
* .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
*/
public Builder clearSourceId() {
bitField0_ = (bitField0_ & ~0x00000002);
sourceId_ = null;
if (sourceIdBuilder_ != null) {
sourceIdBuilder_.dispose();
sourceIdBuilder_ = null;
}
onChanged();
return this;
}
/**
* .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
*/
public io.deephaven.proto.backplane.grpc.TableReference.Builder getSourceIdBuilder() {
bitField0_ |= 0x00000002;
onChanged();
return getSourceIdFieldBuilder().getBuilder();
}
/**
* .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
*/
public io.deephaven.proto.backplane.grpc.TableReferenceOrBuilder getSourceIdOrBuilder() {
if (sourceIdBuilder_ != null) {
return sourceIdBuilder_.getMessageOrBuilder();
} else {
return sourceId_ == null ?
io.deephaven.proto.backplane.grpc.TableReference.getDefaultInstance() : sourceId_;
}
}
/**
* .io.deephaven.proto.backplane.grpc.TableReference source_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>
getSourceIdFieldBuilder() {
if (sourceIdBuilder_ == null) {
sourceIdBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
io.deephaven.proto.backplane.grpc.TableReference, io.deephaven.proto.backplane.grpc.TableReference.Builder, io.deephaven.proto.backplane.grpc.TableReferenceOrBuilder>(
getSourceId(),
getParentForChildren(),
isClean());
sourceId_ = null;
}
return sourceIdBuilder_;
}
private int pixelCount_ ;
/**
* int32 pixel_count = 3;
* @return The pixelCount.
*/
@java.lang.Override
public int getPixelCount() {
return pixelCount_;
}
/**
* int32 pixel_count = 3;
* @param value The pixelCount to set.
* @return This builder for chaining.
*/
public Builder setPixelCount(int value) {
pixelCount_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* int32 pixel_count = 3;
* @return This builder for chaining.
*/
public Builder clearPixelCount() {
bitField0_ = (bitField0_ & ~0x00000004);
pixelCount_ = 0;
onChanged();
return this;
}
private io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange zoomRange_;
private com.google.protobuf.SingleFieldBuilderV3<
io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange, io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange.Builder, io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRangeOrBuilder> zoomRangeBuilder_;
/**
* .io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange zoom_range = 4;
* @return Whether the zoomRange field is set.
*/
public boolean hasZoomRange() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* .io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange zoom_range = 4;
* @return The zoomRange.
*/
public io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange getZoomRange() {
if (zoomRangeBuilder_ == null) {
return zoomRange_ == null ? io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange.getDefaultInstance() : zoomRange_;
} else {
return zoomRangeBuilder_.getMessage();
}
}
/**
* .io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange zoom_range = 4;
*/
public Builder setZoomRange(io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange value) {
if (zoomRangeBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
zoomRange_ = value;
} else {
zoomRangeBuilder_.setMessage(value);
}
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* .io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange zoom_range = 4;
*/
public Builder setZoomRange(
io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange.Builder builderForValue) {
if (zoomRangeBuilder_ == null) {
zoomRange_ = builderForValue.build();
} else {
zoomRangeBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* .io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange zoom_range = 4;
*/
public Builder mergeZoomRange(io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange value) {
if (zoomRangeBuilder_ == null) {
if (((bitField0_ & 0x00000008) != 0) &&
zoomRange_ != null &&
zoomRange_ != io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange.getDefaultInstance()) {
getZoomRangeBuilder().mergeFrom(value);
} else {
zoomRange_ = value;
}
} else {
zoomRangeBuilder_.mergeFrom(value);
}
if (zoomRange_ != null) {
bitField0_ |= 0x00000008;
onChanged();
}
return this;
}
/**
* .io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange zoom_range = 4;
*/
public Builder clearZoomRange() {
bitField0_ = (bitField0_ & ~0x00000008);
zoomRange_ = null;
if (zoomRangeBuilder_ != null) {
zoomRangeBuilder_.dispose();
zoomRangeBuilder_ = null;
}
onChanged();
return this;
}
/**
* .io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange zoom_range = 4;
*/
public io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange.Builder getZoomRangeBuilder() {
bitField0_ |= 0x00000008;
onChanged();
return getZoomRangeFieldBuilder().getBuilder();
}
/**
* .io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange zoom_range = 4;
*/
public io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRangeOrBuilder getZoomRangeOrBuilder() {
if (zoomRangeBuilder_ != null) {
return zoomRangeBuilder_.getMessageOrBuilder();
} else {
return zoomRange_ == null ?
io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange.getDefaultInstance() : zoomRange_;
}
}
/**
* .io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange zoom_range = 4;
*/
private com.google.protobuf.SingleFieldBuilderV3<
io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange, io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange.Builder, io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRangeOrBuilder>
getZoomRangeFieldBuilder() {
if (zoomRangeBuilder_ == null) {
zoomRangeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange, io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange.Builder, io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRangeOrBuilder>(
getZoomRange(),
getParentForChildren(),
isClean());
zoomRange_ = null;
}
return zoomRangeBuilder_;
}
private java.lang.Object xColumnName_ = "";
/**
* string x_column_name = 5;
* @return The xColumnName.
*/
public java.lang.String getXColumnName() {
java.lang.Object ref = xColumnName_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
xColumnName_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string x_column_name = 5;
* @return The bytes for xColumnName.
*/
public com.google.protobuf.ByteString
getXColumnNameBytes() {
java.lang.Object ref = xColumnName_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
xColumnName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string x_column_name = 5;
* @param value The xColumnName to set.
* @return This builder for chaining.
*/
public Builder setXColumnName(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
xColumnName_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
* string x_column_name = 5;
* @return This builder for chaining.
*/
public Builder clearXColumnName() {
xColumnName_ = getDefaultInstance().getXColumnName();
bitField0_ = (bitField0_ & ~0x00000010);
onChanged();
return this;
}
/**
* string x_column_name = 5;
* @param value The bytes for xColumnName to set.
* @return This builder for chaining.
*/
public Builder setXColumnNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
xColumnName_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
private com.google.protobuf.LazyStringArrayList yColumnNames_ =
com.google.protobuf.LazyStringArrayList.emptyList();
private void ensureYColumnNamesIsMutable() {
if (!yColumnNames_.isModifiable()) {
yColumnNames_ = new com.google.protobuf.LazyStringArrayList(yColumnNames_);
}
bitField0_ |= 0x00000020;
}
/**
* repeated string y_column_names = 6;
* @return A list containing the yColumnNames.
*/
public com.google.protobuf.ProtocolStringList
getYColumnNamesList() {
yColumnNames_.makeImmutable();
return yColumnNames_;
}
/**
* repeated string y_column_names = 6;
* @return The count of yColumnNames.
*/
public int getYColumnNamesCount() {
return yColumnNames_.size();
}
/**
* repeated string y_column_names = 6;
* @param index The index of the element to return.
* @return The yColumnNames at the given index.
*/
public java.lang.String getYColumnNames(int index) {
return yColumnNames_.get(index);
}
/**
* repeated string y_column_names = 6;
* @param index The index of the value to return.
* @return The bytes of the yColumnNames at the given index.
*/
public com.google.protobuf.ByteString
getYColumnNamesBytes(int index) {
return yColumnNames_.getByteString(index);
}
/**
* repeated string y_column_names = 6;
* @param index The index to set the value at.
* @param value The yColumnNames to set.
* @return This builder for chaining.
*/
public Builder setYColumnNames(
int index, java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
ensureYColumnNamesIsMutable();
yColumnNames_.set(index, value);
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
* repeated string y_column_names = 6;
* @param value The yColumnNames to add.
* @return This builder for chaining.
*/
public Builder addYColumnNames(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
ensureYColumnNamesIsMutable();
yColumnNames_.add(value);
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
* repeated string y_column_names = 6;
* @param values The yColumnNames to add.
* @return This builder for chaining.
*/
public Builder addAllYColumnNames(
java.lang.Iterable values) {
ensureYColumnNamesIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, yColumnNames_);
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
* repeated string y_column_names = 6;
* @return This builder for chaining.
*/
public Builder clearYColumnNames() {
yColumnNames_ =
com.google.protobuf.LazyStringArrayList.emptyList();
bitField0_ = (bitField0_ & ~0x00000020);;
onChanged();
return this;
}
/**
* repeated string y_column_names = 6;
* @param value The bytes of the yColumnNames to add.
* @return This builder for chaining.
*/
public Builder addYColumnNamesBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
ensureYColumnNamesIsMutable();
yColumnNames_.add(value);
bitField0_ |= 0x00000020;
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.RunChartDownsampleRequest)
}
// @@protoc_insertion_point(class_scope:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest)
private static final io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest();
}
public static io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public RunChartDownsampleRequest 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.RunChartDownsampleRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}