java.io.deephaven.proto.backplane.grpc.DeleteTableRequestOrBuilder 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 DeleteTableRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.DeleteTableRequest)
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_remove = 2;
* @return Whether the tableToRemove field is set.
*/
boolean hasTableToRemove();
/**
* .io.deephaven.proto.backplane.grpc.Ticket table_to_remove = 2;
* @return The tableToRemove.
*/
io.deephaven.proto.backplane.grpc.Ticket getTableToRemove();
/**
* .io.deephaven.proto.backplane.grpc.Ticket table_to_remove = 2;
*/
io.deephaven.proto.backplane.grpc.TicketOrBuilder getTableToRemoveOrBuilder();
}