Interface Archive.StreamParameterValuesRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Archive.StreamParameterValuesRequest, Archive.StreamParameterValuesRequest.Builder
Enclosing class:
Archive

public static interface Archive.StreamParameterValuesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getIds(int index)
    Parameter identifiers.
    int
    Parameter identifiers.
    Parameter identifiers.
    getIdsOrBuilder(int index)
    Parameter identifiers.
    Parameter identifiers.
    Yamcs instance name
    com.google.protobuf.ByteString
    Yamcs instance name
    com.google.protobuf.Timestamp
    optional .google.protobuf.Timestamp start = 2;
    com.google.protobuf.TimestampOrBuilder
    optional .google.protobuf.Timestamp start = 2;
    com.google.protobuf.Timestamp
    optional .google.protobuf.Timestamp stop = 3;
    com.google.protobuf.TimestampOrBuilder
    optional .google.protobuf.Timestamp stop = 3;
    getTmLinks(int index)
    Since version 5.4.0, Yamcs records the name of the TM link on which a TM packet is received together with the packet (in the tm table).
    com.google.protobuf.ByteString
    getTmLinksBytes(int index)
    Since version 5.4.0, Yamcs records the name of the TM link on which a TM packet is received together with the packet (in the tm table).
    int
    Since version 5.4.0, Yamcs records the name of the TM link on which a TM packet is received together with the packet (in the tm table).
    Since version 5.4.0, Yamcs records the name of the TM link on which a TM packet is received together with the packet (in the tm table).
    boolean
    Yamcs instance name
    boolean
    optional .google.protobuf.Timestamp start = 2;
    boolean
    optional .google.protobuf.Timestamp stop = 3;

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

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

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

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

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

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

      com.google.protobuf.TimestampOrBuilder getStopOrBuilder()
      optional .google.protobuf.Timestamp stop = 3;
    • getIdsList

      List<Yamcs.NamedObjectId> getIdsList()
       Parameter identifiers. Each identifier takes the form of
       a namespace and a name.
       For Yamcs-native naming only the name field is required and
       should be the fully qualified name. The namespace is only
       required when the name represents an alias of that parameter.
       
      repeated .yamcs.protobuf.NamedObjectId ids = 4;
    • getIds

      Yamcs.NamedObjectId getIds(int index)
       Parameter identifiers. Each identifier takes the form of
       a namespace and a name.
       For Yamcs-native naming only the name field is required and
       should be the fully qualified name. The namespace is only
       required when the name represents an alias of that parameter.
       
      repeated .yamcs.protobuf.NamedObjectId ids = 4;
    • getIdsCount

      int getIdsCount()
       Parameter identifiers. Each identifier takes the form of
       a namespace and a name.
       For Yamcs-native naming only the name field is required and
       should be the fully qualified name. The namespace is only
       required when the name represents an alias of that parameter.
       
      repeated .yamcs.protobuf.NamedObjectId ids = 4;
    • getIdsOrBuilderList

      List<? extends Yamcs.NamedObjectIdOrBuilder> getIdsOrBuilderList()
       Parameter identifiers. Each identifier takes the form of
       a namespace and a name.
       For Yamcs-native naming only the name field is required and
       should be the fully qualified name. The namespace is only
       required when the name represents an alias of that parameter.
       
      repeated .yamcs.protobuf.NamedObjectId ids = 4;
    • getIdsOrBuilder

      Yamcs.NamedObjectIdOrBuilder getIdsOrBuilder(int index)
       Parameter identifiers. Each identifier takes the form of
       a namespace and a name.
       For Yamcs-native naming only the name field is required and
       should be the fully qualified name. The namespace is only
       required when the name represents an alias of that parameter.
       
      repeated .yamcs.protobuf.NamedObjectId ids = 4;
    • getTmLinksList

      List<String> getTmLinksList()
       Since version 5.4.0, Yamcs records the name of the TM link on which
       a TM packet is received together with the packet (in the tm table).
       This option, if specified, allows retrieving as part of replay only
       the packets originally received on one of the links specified.
       
      repeated string tmLinks = 5;
      Returns:
      A list containing the tmLinks.
    • getTmLinksCount

      int getTmLinksCount()
       Since version 5.4.0, Yamcs records the name of the TM link on which
       a TM packet is received together with the packet (in the tm table).
       This option, if specified, allows retrieving as part of replay only
       the packets originally received on one of the links specified.
       
      repeated string tmLinks = 5;
      Returns:
      The count of tmLinks.
    • getTmLinks

      String getTmLinks(int index)
       Since version 5.4.0, Yamcs records the name of the TM link on which
       a TM packet is received together with the packet (in the tm table).
       This option, if specified, allows retrieving as part of replay only
       the packets originally received on one of the links specified.
       
      repeated string tmLinks = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The tmLinks at the given index.
    • getTmLinksBytes

      com.google.protobuf.ByteString getTmLinksBytes(int index)
       Since version 5.4.0, Yamcs records the name of the TM link on which
       a TM packet is received together with the packet (in the tm table).
       This option, if specified, allows retrieving as part of replay only
       the packets originally received on one of the links specified.
       
      repeated string tmLinks = 5;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the tmLinks at the given index.