Interface TableReferenceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TableReference,TableReference.Builder
public interface TableReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintan offset into a BatchRequest -- used to reference a result that will not be exportedan exported ticketan exported ticketbooleanan offset into a BatchRequest -- used to reference a result that will not be exportedbooleanan exported ticketMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasTicket
boolean hasTicket()an exported ticket
.io.deephaven.proto.backplane.grpc.Ticket ticket = 1;- Returns:
- Whether the ticket field is set.
-
getTicket
Ticket getTicket()an exported ticket
.io.deephaven.proto.backplane.grpc.Ticket ticket = 1;- Returns:
- The ticket.
-
getTicketOrBuilder
TicketOrBuilder getTicketOrBuilder()an exported ticket
.io.deephaven.proto.backplane.grpc.Ticket ticket = 1; -
hasBatchOffset
boolean hasBatchOffset()an offset into a BatchRequest -- used to reference a result that will not be exported
sint32 batch_offset = 2;- Returns:
- Whether the batchOffset field is set.
-
getBatchOffset
int getBatchOffset()an offset into a BatchRequest -- used to reference a result that will not be exported
sint32 batch_offset = 2;- Returns:
- The batchOffset.
-
getRefCase
TableReference.RefCase getRefCase()
-