All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yamcs.protobuf.BatchGetParameterValuesRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.10.9
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yamcs/protobuf/processing/processing.proto

package org.yamcs.protobuf;

public interface BatchGetParameterValuesRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.processing.BatchGetParameterValuesRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Yamcs instance name
   * 
* * optional string instance = 4; * @return Whether the instance field is set. */ boolean hasInstance(); /** *
   * Yamcs instance name
   * 
* * optional string instance = 4; * @return The instance. */ java.lang.String getInstance(); /** *
   * Yamcs instance name
   * 
* * optional string instance = 4; * @return The bytes for instance. */ com.google.protobuf.ByteString getInstanceBytes(); /** *
   * Processor name
   * 
* * optional string processor = 5; * @return Whether the processor field is set. */ boolean hasProcessor(); /** *
   * Processor name
   * 
* * optional string processor = 5; * @return The processor. */ java.lang.String getProcessor(); /** *
   * Processor name
   * 
* * optional string processor = 5; * @return The bytes for processor. */ com.google.protobuf.ByteString getProcessorBytes(); /** *
   * 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; */ java.util.List 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; */ org.yamcs.protobuf.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; */ 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; */ java.util.List 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; */ org.yamcs.protobuf.Yamcs.NamedObjectIdOrBuilder getIdOrBuilder( int index); /** * optional bool fromCache = 2; * @return Whether the fromCache field is set. */ boolean hasFromCache(); /** * optional bool fromCache = 2; * @return The fromCache. */ boolean getFromCache(); /** *
   * If not fromCache, wait this time (in milliseconds) to receive the parameter
   * 
* * optional uint64 timeout = 3; * @return Whether the timeout field is set. */ boolean hasTimeout(); /** *
   * If not fromCache, wait this time (in milliseconds) to receive the parameter
   * 
* * optional uint64 timeout = 3; * @return The timeout. */ long getTimeout(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy