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.1
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 {

  /**
   * optional string instance = 4;
   */
  boolean hasInstance();
  /**
   * optional string instance = 4;
   */
  java.lang.String getInstance();
  /**
   * optional string instance = 4;
   */
  com.google.protobuf.ByteString
      getInstanceBytes();

  /**
   * optional string processor = 5;
   */
  boolean hasProcessor();
  /**
   * optional string processor = 5;
   */
  java.lang.String getProcessor();
  /**
   * optional string processor = 5;
   */
  com.google.protobuf.ByteString
      getProcessorBytes();

  /**
   * repeated .yamcs.protobuf.NamedObjectId id = 1;
   */
  java.util.List 
      getIdList();
  /**
   * repeated .yamcs.protobuf.NamedObjectId id = 1;
   */
  org.yamcs.protobuf.Yamcs.NamedObjectId getId(int index);
  /**
   * repeated .yamcs.protobuf.NamedObjectId id = 1;
   */
  int getIdCount();
  /**
   * repeated .yamcs.protobuf.NamedObjectId id = 1;
   */
  java.util.List 
      getIdOrBuilderList();
  /**
   * repeated .yamcs.protobuf.NamedObjectId id = 1;
   */
  org.yamcs.protobuf.Yamcs.NamedObjectIdOrBuilder getIdOrBuilder(
      int index);

  /**
   * optional bool fromCache = 2;
   */
  boolean hasFromCache();
  /**
   * optional bool fromCache = 2;
   */
  boolean getFromCache();

  /**
   * 
   * if not fromCache, wait this time (in milliseconds) to receive the parameter
   * 
* * optional uint64 timeout = 3; */ boolean hasTimeout(); /** *
   * if not fromCache, wait this time (in milliseconds) to receive the parameter
   * 
* * optional uint64 timeout = 3; */ long getTimeout(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy