Interface BatchGetParameterValuesRequestOrBuilder

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

public interface BatchGetParameterValuesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasInstance

      boolean hasInstance()
       Yamcs instance name.
       
      optional string instance = 4;
      Returns:
      Whether the instance field is set.
    • getInstance

      String getInstance()
       Yamcs instance name.
       
      optional string instance = 4;
      Returns:
      The instance.
    • getInstanceBytes

      com.google.protobuf.ByteString getInstanceBytes()
       Yamcs instance name.
       
      optional string instance = 4;
      Returns:
      The bytes for instance.
    • hasProcessor

      boolean hasProcessor()
       Processor name.
       
      optional string processor = 5;
      Returns:
      Whether the processor field is set.
    • getProcessor

      String getProcessor()
       Processor name.
       
      optional string processor = 5;
      Returns:
      The processor.
    • getProcessorBytes

      com.google.protobuf.ByteString getProcessorBytes()
       Processor name.
       
      optional string processor = 5;
      Returns:
      The bytes for processor.
    • getIdList

       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 id = 1;
    • getId

      Yamcs.NamedObjectId getId(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 id = 1;
    • getIdCount

      int getIdCount()
       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 id = 1;
    • getIdOrBuilderList

      List<? extends Yamcs.NamedObjectIdOrBuilder> getIdOrBuilderList()
       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 id = 1;
    • getIdOrBuilder

      Yamcs.NamedObjectIdOrBuilder getIdOrBuilder(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 id = 1;
    • hasFromCache

      boolean hasFromCache()
      optional bool fromCache = 2;
      Returns:
      Whether the fromCache field is set.
    • getFromCache

      boolean getFromCache()
      optional bool fromCache = 2;
      Returns:
      The fromCache.
    • hasTimeout

      boolean hasTimeout()
       If not fromCache, wait this time (in milliseconds) to receive the parameter
       
      optional uint64 timeout = 3;
      Returns:
      Whether the timeout field is set.
    • getTimeout

      long getTimeout()
       If not fromCache, wait this time (in milliseconds) to receive the parameter
       
      optional uint64 timeout = 3;
      Returns:
      The timeout.