java.io.deephaven.proto.backplane.grpc.AddTableRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deephaven-proto-backplane-grpc Show documentation
Show all versions of deephaven-proto-backplane-grpc Show documentation
The Deephaven proto-backplane-grpc
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: deephaven/proto/inputtable.proto
// Protobuf Java Version: 3.25.3
package io.deephaven.proto.backplane.grpc;
public interface AddTableRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.AddTableRequest)
com.google.protobuf.MessageOrBuilder {
/**
* .io.deephaven.proto.backplane.grpc.Ticket input_table = 1;
* @return Whether the inputTable field is set.
*/
boolean hasInputTable();
/**
* .io.deephaven.proto.backplane.grpc.Ticket input_table = 1;
* @return The inputTable.
*/
io.deephaven.proto.backplane.grpc.Ticket getInputTable();
/**
* .io.deephaven.proto.backplane.grpc.Ticket input_table = 1;
*/
io.deephaven.proto.backplane.grpc.TicketOrBuilder getInputTableOrBuilder();
/**
* .io.deephaven.proto.backplane.grpc.Ticket table_to_add = 2;
* @return Whether the tableToAdd field is set.
*/
boolean hasTableToAdd();
/**
* .io.deephaven.proto.backplane.grpc.Ticket table_to_add = 2;
* @return The tableToAdd.
*/
io.deephaven.proto.backplane.grpc.Ticket getTableToAdd();
/**
* .io.deephaven.proto.backplane.grpc.Ticket table_to_add = 2;
*/
io.deephaven.proto.backplane.grpc.TicketOrBuilder getTableToAddOrBuilder();
}