Class RunChartDownsampleRequest

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, RunChartDownsampleRequestOrBuilder, Serializable

public final class RunChartDownsampleRequest extends com.google.protobuf.GeneratedMessageV3 implements RunChartDownsampleRequestOrBuilder
Protobuf type io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest
See Also:
  • Field Details

    • RESULT_ID_FIELD_NUMBER

      public static final int RESULT_ID_FIELD_NUMBER
      See Also:
    • SOURCE_ID_FIELD_NUMBER

      public static final int SOURCE_ID_FIELD_NUMBER
      See Also:
    • PIXEL_COUNT_FIELD_NUMBER

      public static final int PIXEL_COUNT_FIELD_NUMBER
      See Also:
    • ZOOM_RANGE_FIELD_NUMBER

      public static final int ZOOM_RANGE_FIELD_NUMBER
      See Also:
    • X_COLUMN_NAME_FIELD_NUMBER

      public static final int X_COLUMN_NAME_FIELD_NUMBER
      See Also:
    • Y_COLUMN_NAMES_FIELD_NUMBER

      public static final int Y_COLUMN_NAMES_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasResultId

      public boolean hasResultId()
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
      Specified by:
      hasResultId in interface RunChartDownsampleRequestOrBuilder
      Returns:
      Whether the resultId field is set.
    • getResultId

      public Ticket getResultId()
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
      Specified by:
      getResultId in interface RunChartDownsampleRequestOrBuilder
      Returns:
      The resultId.
    • getResultIdOrBuilder

      public TicketOrBuilder getResultIdOrBuilder()
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
      Specified by:
      getResultIdOrBuilder in interface RunChartDownsampleRequestOrBuilder
    • hasSourceId

      public boolean hasSourceId()
      .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
      Specified by:
      hasSourceId in interface RunChartDownsampleRequestOrBuilder
      Returns:
      Whether the sourceId field is set.
    • getSourceId

      public TableReference getSourceId()
      .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
      Specified by:
      getSourceId in interface RunChartDownsampleRequestOrBuilder
      Returns:
      The sourceId.
    • getSourceIdOrBuilder

      public TableReferenceOrBuilder getSourceIdOrBuilder()
      .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
      Specified by:
      getSourceIdOrBuilder in interface RunChartDownsampleRequestOrBuilder
    • getPixelCount

      public int getPixelCount()
      int32 pixel_count = 3;
      Specified by:
      getPixelCount in interface RunChartDownsampleRequestOrBuilder
      Returns:
      The pixelCount.
    • hasZoomRange

      public boolean hasZoomRange()
      .io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange zoom_range = 4;
      Specified by:
      hasZoomRange in interface RunChartDownsampleRequestOrBuilder
      Returns:
      Whether the zoomRange field is set.
    • getZoomRange

      public RunChartDownsampleRequest.ZoomRange getZoomRange()
      .io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange zoom_range = 4;
      Specified by:
      getZoomRange in interface RunChartDownsampleRequestOrBuilder
      Returns:
      The zoomRange.
    • getZoomRangeOrBuilder

      public RunChartDownsampleRequest.ZoomRangeOrBuilder getZoomRangeOrBuilder()
      .io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange zoom_range = 4;
      Specified by:
      getZoomRangeOrBuilder in interface RunChartDownsampleRequestOrBuilder
    • getXColumnName

      public String getXColumnName()
      string x_column_name = 5;
      Specified by:
      getXColumnName in interface RunChartDownsampleRequestOrBuilder
      Returns:
      The xColumnName.
    • getXColumnNameBytes

      public com.google.protobuf.ByteString getXColumnNameBytes()
      string x_column_name = 5;
      Specified by:
      getXColumnNameBytes in interface RunChartDownsampleRequestOrBuilder
      Returns:
      The bytes for xColumnName.
    • getYColumnNamesList

      public com.google.protobuf.ProtocolStringList getYColumnNamesList()
      repeated string y_column_names = 6;
      Specified by:
      getYColumnNamesList in interface RunChartDownsampleRequestOrBuilder
      Returns:
      A list containing the yColumnNames.
    • getYColumnNamesCount

      public int getYColumnNamesCount()
      repeated string y_column_names = 6;
      Specified by:
      getYColumnNamesCount in interface RunChartDownsampleRequestOrBuilder
      Returns:
      The count of yColumnNames.
    • getYColumnNames

      public String getYColumnNames(int index)
      repeated string y_column_names = 6;
      Specified by:
      getYColumnNames in interface RunChartDownsampleRequestOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The yColumnNames at the given index.
    • getYColumnNamesBytes

      public com.google.protobuf.ByteString getYColumnNamesBytes(int index)
      repeated string y_column_names = 6;
      Specified by:
      getYColumnNamesBytes in interface RunChartDownsampleRequestOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the yColumnNames at the given index.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static RunChartDownsampleRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static RunChartDownsampleRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static RunChartDownsampleRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static RunChartDownsampleRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static RunChartDownsampleRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static RunChartDownsampleRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static RunChartDownsampleRequest parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static RunChartDownsampleRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static RunChartDownsampleRequest parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static RunChartDownsampleRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static RunChartDownsampleRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static RunChartDownsampleRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public RunChartDownsampleRequest.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static RunChartDownsampleRequest.Builder newBuilder()
    • newBuilder

      public static RunChartDownsampleRequest.Builder newBuilder(RunChartDownsampleRequest prototype)
    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected RunChartDownsampleRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static RunChartDownsampleRequest getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<RunChartDownsampleRequest> parser()
    • getParserForType

      public com.google.protobuf.Parser<RunChartDownsampleRequest> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public RunChartDownsampleRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder