All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.io.deephaven.proto.backplane.grpc.RunChartDownsampleRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.37.1
Show newest version
// 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;

public interface RunChartDownsampleRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
   * @return Whether the resultId field is set.
   */
  boolean hasResultId();
  /**
   * .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
   * @return The resultId.
   */
  io.deephaven.proto.backplane.grpc.Ticket getResultId();
  /**
   * .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
   */
  io.deephaven.proto.backplane.grpc.TicketOrBuilder getResultIdOrBuilder();

  /**
   * .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
   * @return Whether the sourceId field is set.
   */
  boolean hasSourceId();
  /**
   * .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
   * @return The sourceId.
   */
  io.deephaven.proto.backplane.grpc.TableReference getSourceId();
  /**
   * .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
   */
  io.deephaven.proto.backplane.grpc.TableReferenceOrBuilder getSourceIdOrBuilder();

  /**
   * int32 pixel_count = 3;
   * @return The pixelCount.
   */
  int getPixelCount();

  /**
   * .io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange zoom_range = 4;
   * @return Whether the zoomRange field is set.
   */
  boolean hasZoomRange();
  /**
   * .io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange zoom_range = 4;
   * @return The zoomRange.
   */
  io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange getZoomRange();
  /**
   * .io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange zoom_range = 4;
   */
  io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRangeOrBuilder getZoomRangeOrBuilder();

  /**
   * string x_column_name = 5;
   * @return The xColumnName.
   */
  java.lang.String getXColumnName();
  /**
   * string x_column_name = 5;
   * @return The bytes for xColumnName.
   */
  com.google.protobuf.ByteString
      getXColumnNameBytes();

  /**
   * repeated string y_column_names = 6;
   * @return A list containing the yColumnNames.
   */
  java.util.List
      getYColumnNamesList();
  /**
   * repeated string y_column_names = 6;
   * @return The count of yColumnNames.
   */
  int getYColumnNamesCount();
  /**
   * repeated string y_column_names = 6;
   * @param index The index of the element to return.
   * @return The yColumnNames at the given index.
   */
  java.lang.String getYColumnNames(int 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.
   */
  com.google.protobuf.ByteString
      getYColumnNamesBytes(int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy