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

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

The 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 HeadOrTailByRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.HeadOrTailByRequest)
    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();

  /**
   * sint64 num_rows = 3 [jstype = JS_STRING];
   * @return The numRows.
   */
  long getNumRows();

  /**
   * repeated string group_by_column_specs = 4;
   * @return A list containing the groupByColumnSpecs.
   */
  java.util.List
      getGroupByColumnSpecsList();
  /**
   * repeated string group_by_column_specs = 4;
   * @return The count of groupByColumnSpecs.
   */
  int getGroupByColumnSpecsCount();
  /**
   * repeated string group_by_column_specs = 4;
   * @param index The index of the element to return.
   * @return The groupByColumnSpecs at the given index.
   */
  java.lang.String getGroupByColumnSpecs(int index);
  /**
   * repeated string group_by_column_specs = 4;
   * @param index The index of the value to return.
   * @return The bytes of the groupByColumnSpecs at the given index.
   */
  com.google.protobuf.ByteString
      getGroupByColumnSpecsBytes(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy