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

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

  /**
   * repeated .io.deephaven.proto.backplane.grpc.TableReference source_ids = 2;
   */
  java.util.List 
      getSourceIdsList();
  /**
   * repeated .io.deephaven.proto.backplane.grpc.TableReference source_ids = 2;
   */
  io.deephaven.proto.backplane.grpc.TableReference getSourceIds(int index);
  /**
   * repeated .io.deephaven.proto.backplane.grpc.TableReference source_ids = 2;
   */
  int getSourceIdsCount();
  /**
   * repeated .io.deephaven.proto.backplane.grpc.TableReference source_ids = 2;
   */
  java.util.List 
      getSourceIdsOrBuilderList();
  /**
   * repeated .io.deephaven.proto.backplane.grpc.TableReference source_ids = 2;
   */
  io.deephaven.proto.backplane.grpc.TableReferenceOrBuilder getSourceIdsOrBuilder(
      int index);

  /**
   * 
   * if specified, the result will be sorted by this column
   * 
* * string key_column = 3; * @return The keyColumn. */ java.lang.String getKeyColumn(); /** *
   * if specified, the result will be sorted by this column
   * 
* * string key_column = 3; * @return The bytes for keyColumn. */ com.google.protobuf.ByteString getKeyColumnBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy