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

org.yamcs.protobuf.LoadParameterValuesRequestOrBuilder 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/pvalue/pvalue_service.proto

package org.yamcs.protobuf;

public interface LoadParameterValuesRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.pvalue.LoadParameterValuesRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Yamcs instance name
   * 
* * optional string instance = 1; * @return Whether the instance field is set. */ boolean hasInstance(); /** *
   * Yamcs instance name
   * 
* * optional string instance = 1; * @return The instance. */ java.lang.String getInstance(); /** *
   * Yamcs instance name
   * 
* * optional string instance = 1; * @return The bytes for instance. */ com.google.protobuf.ByteString getInstanceBytes(); /** *
   * Stream name
   * 
* * optional string stream = 2; * @return Whether the stream field is set. */ boolean hasStream(); /** *
   * Stream name
   * 
* * optional string stream = 2; * @return The stream. */ java.lang.String getStream(); /** *
   * Stream name
   * 
* * optional string stream = 2; * @return The bytes for stream. */ com.google.protobuf.ByteString getStreamBytes(); /** *
   * A group of values, and their properties
   * 
* * repeated .yamcs.protobuf.pvalue.ParameterValueUpdate values = 3; */ java.util.List getValuesList(); /** *
   * A group of values, and their properties
   * 
* * repeated .yamcs.protobuf.pvalue.ParameterValueUpdate values = 3; */ org.yamcs.protobuf.ParameterValueUpdate getValues(int index); /** *
   * A group of values, and their properties
   * 
* * repeated .yamcs.protobuf.pvalue.ParameterValueUpdate values = 3; */ int getValuesCount(); /** *
   * A group of values, and their properties
   * 
* * repeated .yamcs.protobuf.pvalue.ParameterValueUpdate values = 3; */ java.util.List getValuesOrBuilderList(); /** *
   * A group of values, and their properties
   * 
* * repeated .yamcs.protobuf.pvalue.ParameterValueUpdate values = 3; */ org.yamcs.protobuf.ParameterValueUpdateOrBuilder getValuesOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy