Interface Mdb.CreateParameterRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Mdb.CreateParameterRequest, Mdb.CreateParameterRequest.Builder
Enclosing class:
Mdb

public static interface Mdb.CreateParameterRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 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()
       Fully qualified parameter name
       
      optional string name = 2;
      Returns:
      Whether the name field is set.
    • getName

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

      com.google.protobuf.ByteString getNameBytes()
       Fully qualified parameter name
       
      optional string name = 2;
      Returns:
      The bytes for name.
    • hasShortDescription

      boolean hasShortDescription()
       Short description (one line)
       
      optional string shortDescription = 3;
      Returns:
      Whether the shortDescription field is set.
    • getShortDescription

      String getShortDescription()
       Short description (one line)
       
      optional string shortDescription = 3;
      Returns:
      The shortDescription.
    • getShortDescriptionBytes

      com.google.protobuf.ByteString getShortDescriptionBytes()
       Short description (one line)
       
      optional string shortDescription = 3;
      Returns:
      The bytes for shortDescription.
    • hasLongDescription

      boolean hasLongDescription()
       Long description (Markdown)
       
      optional string longDescription = 4;
      Returns:
      Whether the longDescription field is set.
    • getLongDescription

      String getLongDescription()
       Long description (Markdown)
       
      optional string longDescription = 4;
      Returns:
      The longDescription.
    • getLongDescriptionBytes

      com.google.protobuf.ByteString getLongDescriptionBytes()
       Long description (Markdown)
       
      optional string longDescription = 4;
      Returns:
      The bytes for longDescription.
    • getAliasesCount

      int getAliasesCount()
       Aliases, keyed by namespace
       
      map<string, string> aliases = 5;
    • containsAliases

      boolean containsAliases(String key)
       Aliases, keyed by namespace
       
      map<string, string> aliases = 5;
    • getAliases

      @Deprecated Map<String,String> getAliases()
      Deprecated.
      Use getAliasesMap() instead.
    • getAliasesMap

      Map<String,String> getAliasesMap()
       Aliases, keyed by namespace
       
      map<string, string> aliases = 5;
    • getAliasesOrDefault

      String getAliasesOrDefault(String key, String defaultValue)
       Aliases, keyed by namespace
       
      map<string, string> aliases = 5;
    • getAliasesOrThrow

      String getAliasesOrThrow(String key)
       Aliases, keyed by namespace
       
      map<string, string> aliases = 5;
    • hasDataSource

      boolean hasDataSource()
       Type of datasource.
       One of TELEMETERED, DERIVED, CONSTANT, LOCAL, SYSTEM, COMMAND, COMMAND_HISTORY,
       EXTERNAL1, EXTERNAL2, or EXTERNAL3
       
      optional .yamcs.protobuf.mdb.DataSourceType dataSource = 6;
      Returns:
      Whether the dataSource field is set.
    • getDataSource

      Mdb.DataSourceType getDataSource()
       Type of datasource.
       One of TELEMETERED, DERIVED, CONSTANT, LOCAL, SYSTEM, COMMAND, COMMAND_HISTORY,
       EXTERNAL1, EXTERNAL2, or EXTERNAL3
       
      optional .yamcs.protobuf.mdb.DataSourceType dataSource = 6;
      Returns:
      The dataSource.
    • hasParameterType

      boolean hasParameterType()
       Fully qualified name of a parameter type
       
      optional string parameterType = 7;
      Returns:
      Whether the parameterType field is set.
    • getParameterType

      String getParameterType()
       Fully qualified name of a parameter type
       
      optional string parameterType = 7;
      Returns:
      The parameterType.
    • getParameterTypeBytes

      com.google.protobuf.ByteString getParameterTypeBytes()
       Fully qualified name of a parameter type
       
      optional string parameterType = 7;
      Returns:
      The bytes for parameterType.