Interface ListItemsRequestOrBuilder

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

    public interface ListItemsRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getBand()
      Include only items matching a specific band's tags
      com.google.protobuf.ByteString getBandBytes()
      Include only items matching a specific band's tags
      String getInstance()
      Yamcs instance name
      com.google.protobuf.ByteString getInstanceBytes()
      Yamcs instance name
      int getLimit()
      optional int32 limit = 3;
      String getNext()
      Continuation token returned by a previous page response.
      com.google.protobuf.ByteString getNextBytes()
      Continuation token returned by a previous page response.
      String getSource()
      Item source
      com.google.protobuf.ByteString getSourceBytes()
      Item source
      com.google.protobuf.Timestamp getStart()
      optional .google.protobuf.Timestamp start = 5;
      com.google.protobuf.TimestampOrBuilder getStartOrBuilder()
      optional .google.protobuf.Timestamp start = 5;
      com.google.protobuf.Timestamp getStop()
      optional .google.protobuf.Timestamp stop = 6;
      com.google.protobuf.TimestampOrBuilder getStopOrBuilder()
      optional .google.protobuf.Timestamp stop = 6;
      boolean hasBand()
      Include only items matching a specific band's tags
      boolean hasInstance()
      Yamcs instance name
      boolean hasLimit()
      optional int32 limit = 3;
      boolean hasNext()
      Continuation token returned by a previous page response.
      boolean hasSource()
      Item source
      boolean hasStart()
      optional .google.protobuf.Timestamp start = 5;
      boolean hasStop()
      optional .google.protobuf.Timestamp stop = 6;
      • 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 Detail

      • hasInstance

        boolean hasInstance()
        Yamcs instance name
         
        optional string instance = 1;
        Returns:
        Whether the instance field is set.
      • getInstance

        String getInstance()
        Yamcs instance name
         
        optional string instance = 1;
        Returns:
        The instance.
      • getInstanceBytes

        com.google.protobuf.ByteString getInstanceBytes()
        Yamcs instance name
         
        optional string instance = 1;
        Returns:
        The bytes for instance.
      • hasSource

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

        String getSource()
         Item source
         
        optional string source = 2;
        Returns:
        The source.
      • getSourceBytes

        com.google.protobuf.ByteString getSourceBytes()
         Item source
         
        optional string source = 2;
        Returns:
        The bytes for source.
      • hasLimit

        boolean hasLimit()
        optional int32 limit = 3;
        Returns:
        Whether the limit field is set.
      • getLimit

        int getLimit()
        optional int32 limit = 3;
        Returns:
        The limit.
      • hasNext

        boolean hasNext()
         Continuation token returned by a previous page response.
         
        optional string next = 4;
        Returns:
        Whether the next field is set.
      • getNext

        String getNext()
         Continuation token returned by a previous page response.
         
        optional string next = 4;
        Returns:
        The next.
      • getNextBytes

        com.google.protobuf.ByteString getNextBytes()
         Continuation token returned by a previous page response.
         
        optional string next = 4;
        Returns:
        The bytes for next.
      • hasStart

        boolean hasStart()
        optional .google.protobuf.Timestamp start = 5;
        Returns:
        Whether the start field is set.
      • getStart

        com.google.protobuf.Timestamp getStart()
        optional .google.protobuf.Timestamp start = 5;
        Returns:
        The start.
      • getStartOrBuilder

        com.google.protobuf.TimestampOrBuilder getStartOrBuilder()
        optional .google.protobuf.Timestamp start = 5;
      • hasStop

        boolean hasStop()
        optional .google.protobuf.Timestamp stop = 6;
        Returns:
        Whether the stop field is set.
      • getStop

        com.google.protobuf.Timestamp getStop()
        optional .google.protobuf.Timestamp stop = 6;
        Returns:
        The stop.
      • getStopOrBuilder

        com.google.protobuf.TimestampOrBuilder getStopOrBuilder()
        optional .google.protobuf.Timestamp stop = 6;
      • hasBand

        boolean hasBand()
         Include only items matching a specific band's tags
         
        optional string band = 7;
        Returns:
        Whether the band field is set.
      • getBand

        String getBand()
         Include only items matching a specific band's tags
         
        optional string band = 7;
        Returns:
        The band.
      • getBandBytes

        com.google.protobuf.ByteString getBandBytes()
         Include only items matching a specific band's tags
         
        optional string band = 7;
        Returns:
        The bytes for band.