Interface MultiJoinTablesRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MultiJoinTablesRequest, MultiJoinTablesRequest.Builder

public interface MultiJoinTablesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasResultId

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

      Ticket getResultId()
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
      Returns:
      The resultId.
    • getResultIdOrBuilder

      TicketOrBuilder getResultIdOrBuilder()
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
    • getMultiJoinInputsList

      List<MultiJoinInput> getMultiJoinInputsList()
       The source table input specifications. One or more must be provided.
       
      repeated .io.deephaven.proto.backplane.grpc.MultiJoinInput multi_join_inputs = 2;
    • getMultiJoinInputs

      MultiJoinInput getMultiJoinInputs(int index)
       The source table input specifications. One or more must be provided.
       
      repeated .io.deephaven.proto.backplane.grpc.MultiJoinInput multi_join_inputs = 2;
    • getMultiJoinInputsCount

      int getMultiJoinInputsCount()
       The source table input specifications. One or more must be provided.
       
      repeated .io.deephaven.proto.backplane.grpc.MultiJoinInput multi_join_inputs = 2;
    • getMultiJoinInputsOrBuilderList

      List<? extends MultiJoinInputOrBuilder> getMultiJoinInputsOrBuilderList()
       The source table input specifications. One or more must be provided.
       
      repeated .io.deephaven.proto.backplane.grpc.MultiJoinInput multi_join_inputs = 2;
    • getMultiJoinInputsOrBuilder

      MultiJoinInputOrBuilder getMultiJoinInputsOrBuilder(int index)
       The source table input specifications. One or more must be provided.
       
      repeated .io.deephaven.proto.backplane.grpc.MultiJoinInput multi_join_inputs = 2;