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
    parameter engineering type
    parameter fully qualified name
    com.google.protobuf.ByteString
    parameter fully qualified name
    int
    getGids(int index)
    the groups which this parameter is part of
    int
    the groups which this parameter is part of
    the groups which this parameter is part of
    int
    parameter id
    parameter raw type
    boolean
    parameter engineering type
    boolean
    parameter fully qualified name
    boolean
    parameter id
    boolean
    parameter 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.
    • hasFqn

      boolean hasFqn()
      parameter fully qualified name
       
      optional string fqn = 2;
      Returns:
      Whether the fqn field is set.
    • getFqn

      String getFqn()
      parameter fully qualified name
       
      optional string fqn = 2;
      Returns:
      The fqn.
    • getFqnBytes

      com.google.protobuf.ByteString getFqnBytes()
      parameter fully qualified name
       
      optional string fqn = 2;
      Returns:
      The bytes for fqn.
    • hasRawType

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

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

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

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

      List<Integer> getGidsList()
      the groups which this parameter is part of
       
      repeated uint32 gids = 5;
      Returns:
      A list containing the gids.
    • getGidsCount

      int getGidsCount()
      the groups which this parameter is part of
       
      repeated uint32 gids = 5;
      Returns:
      The count of gids.
    • getGids

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