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

java.io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequestOrBuilder 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;

@java.lang.Deprecated public interface AsOfJoinTablesRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest)
    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 left_id = 2;
   * @return Whether the leftId field is set.
   */
  boolean hasLeftId();
  /**
   * .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
   * @return The leftId.
   */
  io.deephaven.proto.backplane.grpc.TableReference getLeftId();
  /**
   * .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
   */
  io.deephaven.proto.backplane.grpc.TableReferenceOrBuilder getLeftIdOrBuilder();

  /**
   * .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
   * @return Whether the rightId field is set.
   */
  boolean hasRightId();
  /**
   * .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
   * @return The rightId.
   */
  io.deephaven.proto.backplane.grpc.TableReference getRightId();
  /**
   * .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
   */
  io.deephaven.proto.backplane.grpc.TableReferenceOrBuilder getRightIdOrBuilder();

  /**
   * repeated string columns_to_match = 4;
   * @return A list containing the columnsToMatch.
   */
  java.util.List
      getColumnsToMatchList();
  /**
   * repeated string columns_to_match = 4;
   * @return The count of columnsToMatch.
   */
  int getColumnsToMatchCount();
  /**
   * repeated string columns_to_match = 4;
   * @param index The index of the element to return.
   * @return The columnsToMatch at the given index.
   */
  java.lang.String getColumnsToMatch(int index);
  /**
   * repeated string columns_to_match = 4;
   * @param index The index of the value to return.
   * @return The bytes of the columnsToMatch at the given index.
   */
  com.google.protobuf.ByteString
      getColumnsToMatchBytes(int index);

  /**
   * repeated string columns_to_add = 5;
   * @return A list containing the columnsToAdd.
   */
  java.util.List
      getColumnsToAddList();
  /**
   * repeated string columns_to_add = 5;
   * @return The count of columnsToAdd.
   */
  int getColumnsToAddCount();
  /**
   * repeated string columns_to_add = 5;
   * @param index The index of the element to return.
   * @return The columnsToAdd at the given index.
   */
  java.lang.String getColumnsToAdd(int index);
  /**
   * repeated string columns_to_add = 5;
   * @param index The index of the value to return.
   * @return The bytes of the columnsToAdd at the given index.
   */
  com.google.protobuf.ByteString
      getColumnsToAddBytes(int index);

  /**
   * 
   * Direction to search to find a match. LESS_THAN_EQUAL and LESS_THAN will be used to make a
   * Table.aj() call, and GREATER_THAN_EQUAL and GREATER_THAN will be used to make a Table.raj() call.
   * 
* * .io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.MatchRule as_of_match_rule = 7; * @return The enum numeric value on the wire for asOfMatchRule. */ int getAsOfMatchRuleValue(); /** *
   * Direction to search to find a match. LESS_THAN_EQUAL and LESS_THAN will be used to make a
   * Table.aj() call, and GREATER_THAN_EQUAL and GREATER_THAN will be used to make a Table.raj() call.
   * 
* * .io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.MatchRule as_of_match_rule = 7; * @return The asOfMatchRule. */ io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.MatchRule getAsOfMatchRule(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy