Interface CreateParameterListRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Optional description
    com.google.protobuf.ByteString
    Optional description
    Yamcs instance name
    com.google.protobuf.ByteString
    Yamcs instance name
    List name
    com.google.protobuf.ByteString
    List name
    getPatterns(int index)
    Parameter names (either exact match or glob pattern)
    com.google.protobuf.ByteString
    getPatternsBytes(int index)
    Parameter names (either exact match or glob pattern)
    int
    Parameter names (either exact match or glob pattern)
    Parameter names (either exact match or glob pattern)
    boolean
    Optional description
    boolean
    Yamcs instance name
    boolean
    List name

    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

    • hasInstance

      boolean hasInstance()
       Yamcs instance name
       
      optional string instance = 1;
      Returns:
      Whether the instance field is set.
    • getInstance

      String getInstance()
       Yamcs instance name
       
      optional string instance = 1;
      Returns:
      The instance.
    • getInstanceBytes

      com.google.protobuf.ByteString getInstanceBytes()
       Yamcs instance name
       
      optional string instance = 1;
      Returns:
      The bytes for instance.
    • 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()
       Optional description
       
      optional string description = 3;
      Returns:
      Whether the description field is set.
    • getDescription

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

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

      List<String> getPatternsList()
       Parameter names (either exact match or glob pattern)
       
      repeated string patterns = 4;
      Returns:
      A list containing the patterns.
    • getPatternsCount

      int getPatternsCount()
       Parameter names (either exact match or glob pattern)
       
      repeated string patterns = 4;
      Returns:
      The count of patterns.
    • getPatterns

      String getPatterns(int index)
       Parameter names (either exact match or glob pattern)
       
      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)
       Parameter names (either exact match or glob pattern)
       
      repeated string patterns = 4;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the patterns at the given index.