Interface ListParameterListsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListParameterListsResponse, ListParameterListsResponse.Builder

public interface ListParameterListsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getLists(int index)
    List of lists, sorted by name The returned items include the patterns, however does not resolve them.
    int
    List of lists, sorted by name The returned items include the patterns, however does not resolve them.
    List of lists, sorted by name The returned items include the patterns, however does not resolve them.
    getListsOrBuilder(int index)
    List of lists, sorted by name The returned items include the patterns, however does not resolve them.
    List of lists, sorted by name The returned items include the patterns, however does not resolve them.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getListsList

      List<ParameterListInfo> 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;
    • getLists

      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;
    • getListsCount

      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;
    • getListsOrBuilderList

      List<? extends ParameterListInfoOrBuilder> 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;
    • getListsOrBuilder

      ParameterListInfoOrBuilder getListsOrBuilder(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;