java.io.deephaven.proto.backplane.grpc.TableReferenceOrBuilder 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
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: deephaven_core/proto/table.proto
// Protobuf Java Version: 3.25.3
package io.deephaven.proto.backplane.grpc;
public interface TableReferenceOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.TableReference)
com.google.protobuf.MessageOrBuilder {
/**
*
* A ticket to resolve to get the table. It's preferable to use export tickets in order to avoid races that are
* possible with tickets controlled by the server, but any ticket type will suffice as long as it resolves to a
* table.
*
*
* .io.deephaven.proto.backplane.grpc.Ticket ticket = 1;
* @return Whether the ticket field is set.
*/
boolean hasTicket();
/**
*
* A ticket to resolve to get the table. It's preferable to use export tickets in order to avoid races that are
* possible with tickets controlled by the server, but any ticket type will suffice as long as it resolves to a
* table.
*
*
* .io.deephaven.proto.backplane.grpc.Ticket ticket = 1;
* @return The ticket.
*/
io.deephaven.proto.backplane.grpc.Ticket getTicket();
/**
*
* A ticket to resolve to get the table. It's preferable to use export tickets in order to avoid races that are
* possible with tickets controlled by the server, but any ticket type will suffice as long as it resolves to a
* table.
*
*
* .io.deephaven.proto.backplane.grpc.Ticket ticket = 1;
*/
io.deephaven.proto.backplane.grpc.TicketOrBuilder getTicketOrBuilder();
/**
*
* An offset into a BatchRequest's ops field, used to reference an intermediate operation which may not have been
* exported. Only valid to set when used in the context of a BatchRequest.
*
*
* sint32 batch_offset = 2;
* @return Whether the batchOffset field is set.
*/
boolean hasBatchOffset();
/**
*
* An offset into a BatchRequest's ops field, used to reference an intermediate operation which may not have been
* exported. Only valid to set when used in the context of a BatchRequest.
*
*
* sint32 batch_offset = 2;
* @return The batchOffset.
*/
int getBatchOffset();
io.deephaven.proto.backplane.grpc.TableReference.RefCase getRefCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy