Interface ListItemsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListItemsResponse, ListItemsResponse.Builder

public interface ListItemsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasSource

      boolean hasSource()
      item source
       
      optional string source = 1;
      Returns:
      Whether the source field is set.
    • getSource

      String getSource()
      item source
       
      optional string source = 1;
      Returns:
      The source.
    • getSourceBytes

      com.google.protobuf.ByteString getSourceBytes()
      item source
       
      optional string source = 1;
      Returns:
      The bytes for source.
    • getItemsList

      List<TimelineItem> getItemsList()
      items
       
      repeated .yamcs.protobuf.timeline.TimelineItem items = 2;
    • getItems

      TimelineItem getItems(int index)
      items
       
      repeated .yamcs.protobuf.timeline.TimelineItem items = 2;
    • getItemsCount

      int getItemsCount()
      items
       
      repeated .yamcs.protobuf.timeline.TimelineItem items = 2;
    • getItemsOrBuilderList

      List<? extends TimelineItemOrBuilder> getItemsOrBuilderList()
      items
       
      repeated .yamcs.protobuf.timeline.TimelineItem items = 2;
    • getItemsOrBuilder

      TimelineItemOrBuilder getItemsOrBuilder(int index)
      items
       
      repeated .yamcs.protobuf.timeline.TimelineItem items = 2;
    • hasContinuationToken

      boolean hasContinuationToken()
       Token indicating the response is only partial. More results can then
       be obtained by performing the same request (including all original
       query parameters) and setting the ``next`` parameter to this token.
       
      optional string continuationToken = 3;
      Returns:
      Whether the continuationToken field is set.
    • getContinuationToken

      String getContinuationToken()
       Token indicating the response is only partial. More results can then
       be obtained by performing the same request (including all original
       query parameters) and setting the ``next`` parameter to this token.
       
      optional string continuationToken = 3;
      Returns:
      The continuationToken.
    • getContinuationTokenBytes

      com.google.protobuf.ByteString getContinuationTokenBytes()
       Token indicating the response is only partial. More results can then
       be obtained by performing the same request (including all original
       query parameters) and setting the ``next`` parameter to this token.
       
      optional string continuationToken = 3;
      Returns:
      The bytes for continuationToken.