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

java.io.deephaven.proto.backplane.grpc.MultiJoinTablesRequestOrBuilder 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 MultiJoinTablesRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.MultiJoinTablesRequest)
    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();

  /**
   * 
   * The source table input specifications. One or more must be provided.
   * 
* * repeated .io.deephaven.proto.backplane.grpc.MultiJoinInput multi_join_inputs = 2; */ java.util.List getMultiJoinInputsList(); /** *
   * The source table input specifications. One or more must be provided.
   * 
* * repeated .io.deephaven.proto.backplane.grpc.MultiJoinInput multi_join_inputs = 2; */ io.deephaven.proto.backplane.grpc.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; */ int getMultiJoinInputsCount(); /** *
   * The source table input specifications. One or more must be provided.
   * 
* * repeated .io.deephaven.proto.backplane.grpc.MultiJoinInput multi_join_inputs = 2; */ java.util.List getMultiJoinInputsOrBuilderList(); /** *
   * The source table input specifications. One or more must be provided.
   * 
* * repeated .io.deephaven.proto.backplane.grpc.MultiJoinInput multi_join_inputs = 2; */ io.deephaven.proto.backplane.grpc.MultiJoinInputOrBuilder getMultiJoinInputsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy