Package biopb.tensor
Interface SerializedEndpointOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SerializedEndpoint,SerializedEndpoint.Builder
public interface SerializedEndpointOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionChunkBounds describing chunk positionChunkBounds describing chunk positionTensorTicket for chunk retrievalTensorTicket for chunk retrievalbooleanChunkBounds describing chunk positionbooleanTensorTicket for chunk retrievalMethods 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()TensorTicket for chunk retrieval
.biopb.tensor.TensorTicket ticket = 1;- Returns:
- Whether the ticket field is set.
-
getTicket
TensorTicket getTicket()TensorTicket for chunk retrieval
.biopb.tensor.TensorTicket ticket = 1;- Returns:
- The ticket.
-
getTicketOrBuilder
TensorTicketOrBuilder getTicketOrBuilder()TensorTicket for chunk retrieval
.biopb.tensor.TensorTicket ticket = 1; -
hasChunkBounds
boolean hasChunkBounds()ChunkBounds describing chunk position
.biopb.tensor.ChunkBounds chunk_bounds = 2;- Returns:
- Whether the chunkBounds field is set.
-
getChunkBounds
ChunkBounds getChunkBounds()ChunkBounds describing chunk position
.biopb.tensor.ChunkBounds chunk_bounds = 2;- Returns:
- The chunkBounds.
-
getChunkBoundsOrBuilder
ChunkBoundsOrBuilder getChunkBoundsOrBuilder()ChunkBounds describing chunk position
.biopb.tensor.ChunkBounds chunk_bounds = 2;
-