Interface ListCompletenessIndexRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getInstance()
      Yamcs instance name.
      com.google.protobuf.ByteString getInstanceBytes()
      Yamcs instance name.
      int getLimit()
      The maximum number of returned entries.
      String getNext()
      optional string next = 5;
      com.google.protobuf.ByteString getNextBytes()
      optional string next = 5;
      com.google.protobuf.Timestamp getStart()
      Filter the lower bound of the index entries.
      com.google.protobuf.TimestampOrBuilder getStartOrBuilder()
      Filter the lower bound of the index entries.
      com.google.protobuf.Timestamp getStop()
      Filter the upper bound of the index entries.
      com.google.protobuf.TimestampOrBuilder getStopOrBuilder()
      Filter the upper bound of the index entries.
      boolean hasInstance()
      Yamcs instance name.
      boolean hasLimit()
      The maximum number of returned entries.
      boolean hasNext()
      optional string next = 5;
      boolean hasStart()
      Filter the lower bound of the index entries.
      boolean hasStop()
      Filter the upper bound of the index entries.
      • 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;
      • getInstance

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

        com.google.protobuf.ByteString getInstanceBytes()
         Yamcs instance name.
         
        optional string instance = 1;
      • hasLimit

        boolean hasLimit()
         The maximum number of returned entries. Choose this value too high and you risk hitting
         the maximum response size limit enforced by the server. Default: ``1000``.
         Note that in general it is advised to control the size of the response via ``mergeTime``,
          rather than via ``limit``.
         
        optional int32 limit = 2;
      • getLimit

        int getLimit()
         The maximum number of returned entries. Choose this value too high and you risk hitting
         the maximum response size limit enforced by the server. Default: ``1000``.
         Note that in general it is advised to control the size of the response via ``mergeTime``,
          rather than via ``limit``.
         
        optional int32 limit = 2;
      • hasStart

        boolean hasStart()
         Filter the lower bound of the index entries. Specify a date string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp start = 3;
      • getStart

        com.google.protobuf.Timestamp getStart()
         Filter the lower bound of the index entries. Specify a date string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp start = 3;
      • getStartOrBuilder

        com.google.protobuf.TimestampOrBuilder getStartOrBuilder()
         Filter the lower bound of the index entries. Specify a date string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp start = 3;
      • hasStop

        boolean hasStop()
         Filter the upper bound of the index entries. Specify a date string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp stop = 4;
      • getStop

        com.google.protobuf.Timestamp getStop()
         Filter the upper bound of the index entries. Specify a date string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp stop = 4;
      • getStopOrBuilder

        com.google.protobuf.TimestampOrBuilder getStopOrBuilder()
         Filter the upper bound of the index entries. Specify a date string in ISO 8601 format.
         
        optional .google.protobuf.Timestamp stop = 4;
      • hasNext

        boolean hasNext()
        optional string next = 5;
      • getNext

        String getNext()
        optional string next = 5;
      • getNextBytes

        com.google.protobuf.ByteString getNextBytes()
        optional string next = 5;