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

org.yamcs.protobuf.plists.GetParameterListRequestOrBuilder 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/plists/plists_service.proto

package org.yamcs.protobuf.plists;

public interface GetParameterListRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.plists.GetParameterListRequest)
    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(); /** *
   * List identifier
   * 
* * optional string list = 2; * @return Whether the list field is set. */ boolean hasList(); /** *
   * List identifier
   * 
* * optional string list = 2; * @return The list. */ java.lang.String getList(); /** *
   * List identifier
   * 
* * optional string list = 2; * @return The bytes for list. */ com.google.protobuf.ByteString getListBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy