Interface ParameterListInfoOrBuilder

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

public interface ParameterListInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasId

      boolean hasId()
       List identifier
       
      optional string id = 1;
      Returns:
      Whether the id field is set.
    • getId

      String getId()
       List identifier
       
      optional string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       List identifier
       
      optional string id = 1;
      Returns:
      The bytes for id.
    • hasName

      boolean hasName()
       List name
       
      optional string name = 2;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
       List name
       
      optional string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       List name
       
      optional string name = 2;
      Returns:
      The bytes for name.
    • hasDescription

      boolean hasDescription()
       List description
       
      optional string description = 3;
      Returns:
      Whether the description field is set.
    • getDescription

      String getDescription()
       List description
       
      optional string description = 3;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
       List description
       
      optional string description = 3;
      Returns:
      The bytes for description.
    • getPatternsList

      List<String> getPatternsList()
       Name patterns (glob)
       
      repeated string patterns = 4;
      Returns:
      A list containing the patterns.
    • getPatternsCount

      int getPatternsCount()
       Name patterns (glob)
       
      repeated string patterns = 4;
      Returns:
      The count of patterns.
    • getPatterns

      String getPatterns(int index)
       Name patterns (glob)
       
      repeated string patterns = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The patterns at the given index.
    • getPatternsBytes

      com.google.protobuf.ByteString getPatternsBytes(int index)
       Name patterns (glob)
       
      repeated string patterns = 4;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the patterns at the given index.
    • getMatchList

      List<Mdb.ParameterInfo> getMatchList()
       Parameters matching any of the name patterns.
       This property is only returned on a specific
       parameter list request.
       Only basic parameter fields are populated.
       
      repeated .yamcs.protobuf.mdb.ParameterInfo match = 5;
    • getMatch

      Mdb.ParameterInfo getMatch(int index)
       Parameters matching any of the name patterns.
       This property is only returned on a specific
       parameter list request.
       Only basic parameter fields are populated.
       
      repeated .yamcs.protobuf.mdb.ParameterInfo match = 5;
    • getMatchCount

      int getMatchCount()
       Parameters matching any of the name patterns.
       This property is only returned on a specific
       parameter list request.
       Only basic parameter fields are populated.
       
      repeated .yamcs.protobuf.mdb.ParameterInfo match = 5;
    • getMatchOrBuilderList

      List<? extends Mdb.ParameterInfoOrBuilder> getMatchOrBuilderList()
       Parameters matching any of the name patterns.
       This property is only returned on a specific
       parameter list request.
       Only basic parameter fields are populated.
       
      repeated .yamcs.protobuf.mdb.ParameterInfo match = 5;
    • getMatchOrBuilder

      Mdb.ParameterInfoOrBuilder getMatchOrBuilder(int index)
       Parameters matching any of the name patterns.
       This property is only returned on a specific
       parameter list request.
       Only basic parameter fields are populated.
       
      repeated .yamcs.protobuf.mdb.ParameterInfo match = 5;