Interface GetArchivedParametersInfoRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Yamcs instance name.
    com.google.protobuf.ByteString
    Yamcs instance name.
    int
    The maximum number of returned parameters.
    The search keywords.
    com.google.protobuf.ByteString
    The search keywords.
    List only direct child parameters of the specified system.
    com.google.protobuf.ByteString
    List only direct child parameters of the specified system.
    boolean
    Yamcs instance name.
    boolean
    The maximum number of returned parameters.
    boolean
    The search keywords.
    boolean
    List only direct child parameters of the specified system.

    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

    • 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.
    • hasQ

      boolean hasQ()
       The search keywords.
       
      optional string q = 2;
      Returns:
      Whether the q field is set.
    • getQ

      String getQ()
       The search keywords.
       
      optional string q = 2;
      Returns:
      The q.
    • getQBytes

      com.google.protobuf.ByteString getQBytes()
       The search keywords.
       
      optional string q = 2;
      Returns:
      The bytes for q.
    • hasSystem

      boolean hasSystem()
       List only direct child parameters of the specified system. 
       Only the parameters whose fully qualified name start with system will be returned.
       When ``system`` and ``q`` are used together, the q search will be matched on the parameters 
       filtered by system.
       
      optional string system = 3;
      Returns:
      Whether the system field is set.
    • getSystem

      String getSystem()
       List only direct child parameters of the specified system. 
       Only the parameters whose fully qualified name start with system will be returned.
       When ``system`` and ``q`` are used together, the q search will be matched on the parameters 
       filtered by system.
       
      optional string system = 3;
      Returns:
      The system.
    • getSystemBytes

      com.google.protobuf.ByteString getSystemBytes()
       List only direct child parameters of the specified system. 
       Only the parameters whose fully qualified name start with system will be returned.
       When ``system`` and ``q`` are used together, the q search will be matched on the parameters 
       filtered by system.
       
      optional string system = 3;
      Returns:
      The bytes for system.
    • hasLimit

      boolean hasLimit()
       The maximum number of returned parameters. Choose this value too
       high and you risk hitting the maximum response size limit enforced by the
       server. Default: ``100``
       
      optional int32 limit = 7;
      Returns:
      Whether the limit field is set.
    • getLimit

      int getLimit()
       The maximum number of returned parameters. Choose this value too
       high and you risk hitting the maximum response size limit enforced by the
       server. Default: ``100``
       
      optional int32 limit = 7;
      Returns:
      The limit.