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

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

There is a newer version: 0.36.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 SeekRowRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.SeekRowRequest)
    com.google.protobuf.MessageOrBuilder {

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

  /**
   * sint64 starting_row = 2 [jstype = JS_STRING];
   * @return The startingRow.
   */
  long getStartingRow();

  /**
   * string column_name = 3;
   * @return The columnName.
   */
  java.lang.String getColumnName();
  /**
   * string column_name = 3;
   * @return The bytes for columnName.
   */
  com.google.protobuf.ByteString
      getColumnNameBytes();

  /**
   * .io.deephaven.proto.backplane.grpc.Literal seek_value = 4;
   * @return Whether the seekValue field is set.
   */
  boolean hasSeekValue();
  /**
   * .io.deephaven.proto.backplane.grpc.Literal seek_value = 4;
   * @return The seekValue.
   */
  io.deephaven.proto.backplane.grpc.Literal getSeekValue();
  /**
   * .io.deephaven.proto.backplane.grpc.Literal seek_value = 4;
   */
  io.deephaven.proto.backplane.grpc.LiteralOrBuilder getSeekValueOrBuilder();

  /**
   * bool insensitive = 5;
   * @return The insensitive.
   */
  boolean getInsensitive();

  /**
   * bool contains = 6;
   * @return The contains.
   */
  boolean getContains();

  /**
   * bool is_backward = 7;
   * @return The isBackward.
   */
  boolean getIsBackward();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy