Interface ArchivedParameterInfoOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Engineering type
    int
    getGids(int index)
    Groups where this parameter is included
    int
    Groups where this parameter is included
    Groups where this parameter is included
    Fully-qualified parameter name
    com.google.protobuf.ByteString
    Fully-qualified parameter name
    int
    Parameter ID
    Raw type
    boolean
    Engineering type
    boolean
    Fully-qualified parameter name
    boolean
    Parameter ID
    boolean
    Raw type

    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

    • hasPid

      boolean hasPid()
       Parameter ID
       
      optional uint32 pid = 1;
      Returns:
      Whether the pid field is set.
    • getPid

      int getPid()
       Parameter ID
       
      optional uint32 pid = 1;
      Returns:
      The pid.
    • hasParameter

      boolean hasParameter()
       Fully-qualified parameter name
       
      optional string parameter = 2;
      Returns:
      Whether the parameter field is set.
    • getParameter

      String getParameter()
       Fully-qualified parameter name
       
      optional string parameter = 2;
      Returns:
      The parameter.
    • getParameterBytes

      com.google.protobuf.ByteString getParameterBytes()
       Fully-qualified parameter name
       
      optional string parameter = 2;
      Returns:
      The bytes for parameter.
    • hasRawType

      boolean hasRawType()
       Raw type
       
      optional .yamcs.protobuf.Value.Type rawType = 3;
      Returns:
      Whether the rawType field is set.
    • getRawType

      Yamcs.Value.Type getRawType()
       Raw type
       
      optional .yamcs.protobuf.Value.Type rawType = 3;
      Returns:
      The rawType.
    • hasEngType

      boolean hasEngType()
       Engineering type
       
      optional .yamcs.protobuf.Value.Type engType = 4;
      Returns:
      Whether the engType field is set.
    • getEngType

      Yamcs.Value.Type getEngType()
       Engineering type
       
      optional .yamcs.protobuf.Value.Type engType = 4;
      Returns:
      The engType.
    • getGidsList

      List<Integer> getGidsList()
       Groups where this parameter is included
       
      repeated uint32 gids = 5;
      Returns:
      A list containing the gids.
    • getGidsCount

      int getGidsCount()
       Groups where this parameter is included
       
      repeated uint32 gids = 5;
      Returns:
      The count of gids.
    • getGids

      int getGids(int index)
       Groups where this parameter is included
       
      repeated uint32 gids = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The gids at the given index.