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 Type
    Method
    Description
    ChunkBounds describing chunk position
    ChunkBounds describing chunk position
    TensorTicket for chunk retrieval
    TensorTicket for chunk retrieval
    boolean
    ChunkBounds describing chunk position
    boolean
    TensorTicket for chunk retrieval

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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;