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

org.yamcs.protobuf.plists.ListParameterListsResponseOrBuilder 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 ListParameterListsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.plists.ListParameterListsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * List of lists, sorted by name
   * The returned items include the patterns, however does
   * not resolve them. Use a specific parameter list request
   * to get that level of detail instead.  
   * 
* * repeated .yamcs.protobuf.plists.ParameterListInfo lists = 1; */ java.util.List getListsList(); /** *
   * List of lists, sorted by name
   * The returned items include the patterns, however does
   * not resolve them. Use a specific parameter list request
   * to get that level of detail instead.  
   * 
* * repeated .yamcs.protobuf.plists.ParameterListInfo lists = 1; */ org.yamcs.protobuf.plists.ParameterListInfo getLists(int index); /** *
   * List of lists, sorted by name
   * The returned items include the patterns, however does
   * not resolve them. Use a specific parameter list request
   * to get that level of detail instead.  
   * 
* * repeated .yamcs.protobuf.plists.ParameterListInfo lists = 1; */ int getListsCount(); /** *
   * List of lists, sorted by name
   * The returned items include the patterns, however does
   * not resolve them. Use a specific parameter list request
   * to get that level of detail instead.  
   * 
* * repeated .yamcs.protobuf.plists.ParameterListInfo lists = 1; */ java.util.List getListsOrBuilderList(); /** *
   * List of lists, sorted by name
   * The returned items include the patterns, however does
   * not resolve them. Use a specific parameter list request
   * to get that level of detail instead.  
   * 
* * repeated .yamcs.protobuf.plists.ParameterListInfo lists = 1; */ org.yamcs.protobuf.plists.ParameterListInfoOrBuilder getListsOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy