Class Mdb.CreateParameterRequest

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.yamcs.protobuf.Mdb.CreateParameterRequest
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, Mdb.CreateParameterRequestOrBuilder
Enclosing class:
Mdb

public static final class Mdb.CreateParameterRequest extends com.google.protobuf.GeneratedMessageV3 implements Mdb.CreateParameterRequestOrBuilder
Protobuf type yamcs.protobuf.mdb.CreateParameterRequest
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetMapField

      protected com.google.protobuf.MapField internalGetMapField(int number)
      Overrides:
      internalGetMapField in class com.google.protobuf.GeneratedMessageV3
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasInstance

      public boolean hasInstance()
       Yamcs instance name
       
      optional string instance = 1;
      Specified by:
      hasInstance in interface Mdb.CreateParameterRequestOrBuilder
      Returns:
      Whether the instance field is set.
    • getInstance

      public String getInstance()
       Yamcs instance name
       
      optional string instance = 1;
      Specified by:
      getInstance in interface Mdb.CreateParameterRequestOrBuilder
      Returns:
      The instance.
    • getInstanceBytes

      public com.google.protobuf.ByteString getInstanceBytes()
       Yamcs instance name
       
      optional string instance = 1;
      Specified by:
      getInstanceBytes in interface Mdb.CreateParameterRequestOrBuilder
      Returns:
      The bytes for instance.
    • hasName

      public boolean hasName()
       Fully qualified parameter name
       
      optional string name = 2;
      Specified by:
      hasName in interface Mdb.CreateParameterRequestOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public String getName()
       Fully qualified parameter name
       
      optional string name = 2;
      Specified by:
      getName in interface Mdb.CreateParameterRequestOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       Fully qualified parameter name
       
      optional string name = 2;
      Specified by:
      getNameBytes in interface Mdb.CreateParameterRequestOrBuilder
      Returns:
      The bytes for name.
    • hasShortDescription

      public boolean hasShortDescription()
       Short description (one line)
       
      optional string shortDescription = 3;
      Specified by:
      hasShortDescription in interface Mdb.CreateParameterRequestOrBuilder
      Returns:
      Whether the shortDescription field is set.
    • getShortDescription

      public String getShortDescription()
       Short description (one line)
       
      optional string shortDescription = 3;
      Specified by:
      getShortDescription in interface Mdb.CreateParameterRequestOrBuilder
      Returns:
      The shortDescription.
    • getShortDescriptionBytes

      public com.google.protobuf.ByteString getShortDescriptionBytes()
       Short description (one line)
       
      optional string shortDescription = 3;
      Specified by:
      getShortDescriptionBytes in interface Mdb.CreateParameterRequestOrBuilder
      Returns:
      The bytes for shortDescription.
    • hasLongDescription

      public boolean hasLongDescription()
       Long description (Markdown)
       
      optional string longDescription = 4;
      Specified by:
      hasLongDescription in interface Mdb.CreateParameterRequestOrBuilder
      Returns:
      Whether the longDescription field is set.
    • getLongDescription

      public String getLongDescription()
       Long description (Markdown)
       
      optional string longDescription = 4;
      Specified by:
      getLongDescription in interface Mdb.CreateParameterRequestOrBuilder
      Returns:
      The longDescription.
    • getLongDescriptionBytes

      public com.google.protobuf.ByteString getLongDescriptionBytes()
       Long description (Markdown)
       
      optional string longDescription = 4;
      Specified by:
      getLongDescriptionBytes in interface Mdb.CreateParameterRequestOrBuilder
      Returns:
      The bytes for longDescription.
    • getAliasesCount

      public int getAliasesCount()
      Description copied from interface: Mdb.CreateParameterRequestOrBuilder
       Aliases, keyed by namespace
       
      map<string, string> aliases = 5;
      Specified by:
      getAliasesCount in interface Mdb.CreateParameterRequestOrBuilder
    • containsAliases

      public boolean containsAliases(String key)
       Aliases, keyed by namespace
       
      map<string, string> aliases = 5;
      Specified by:
      containsAliases in interface Mdb.CreateParameterRequestOrBuilder
    • getAliases

      @Deprecated public Map<String,String> getAliases()
      Deprecated.
      Use getAliasesMap() instead.
      Specified by:
      getAliases in interface Mdb.CreateParameterRequestOrBuilder
    • getAliasesMap

      public Map<String,String> getAliasesMap()
       Aliases, keyed by namespace
       
      map<string, string> aliases = 5;
      Specified by:
      getAliasesMap in interface Mdb.CreateParameterRequestOrBuilder
    • getAliasesOrDefault

      public String getAliasesOrDefault(String key, String defaultValue)
       Aliases, keyed by namespace
       
      map<string, string> aliases = 5;
      Specified by:
      getAliasesOrDefault in interface Mdb.CreateParameterRequestOrBuilder
    • getAliasesOrThrow

      public String getAliasesOrThrow(String key)
       Aliases, keyed by namespace
       
      map<string, string> aliases = 5;
      Specified by:
      getAliasesOrThrow in interface Mdb.CreateParameterRequestOrBuilder
    • hasDataSource

      public 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;
      Specified by:
      hasDataSource in interface Mdb.CreateParameterRequestOrBuilder
      Returns:
      Whether the dataSource field is set.
    • getDataSource

      public 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;
      Specified by:
      getDataSource in interface Mdb.CreateParameterRequestOrBuilder
      Returns:
      The dataSource.
    • hasParameterType

      public boolean hasParameterType()
       Fully qualified name of a parameter type
       
      optional string parameterType = 7;
      Specified by:
      hasParameterType in interface Mdb.CreateParameterRequestOrBuilder
      Returns:
      Whether the parameterType field is set.
    • getParameterType

      public String getParameterType()
       Fully qualified name of a parameter type
       
      optional string parameterType = 7;
      Specified by:
      getParameterType in interface Mdb.CreateParameterRequestOrBuilder
      Returns:
      The parameterType.
    • getParameterTypeBytes

      public com.google.protobuf.ByteString getParameterTypeBytes()
       Fully qualified name of a parameter type
       
      optional string parameterType = 7;
      Specified by:
      getParameterTypeBytes in interface Mdb.CreateParameterRequestOrBuilder
      Returns:
      The bytes for parameterType.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Mdb.CreateParameterRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Mdb.CreateParameterRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Mdb.CreateParameterRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Mdb.CreateParameterRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Mdb.CreateParameterRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Mdb.CreateParameterRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Mdb.CreateParameterRequest parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Mdb.CreateParameterRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Mdb.CreateParameterRequest parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Mdb.CreateParameterRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Mdb.CreateParameterRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Mdb.CreateParameterRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Mdb.CreateParameterRequest.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Mdb.CreateParameterRequest.Builder newBuilder()
    • newBuilder

      public static Mdb.CreateParameterRequest.Builder newBuilder(Mdb.CreateParameterRequest prototype)
    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Mdb.CreateParameterRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Mdb.CreateParameterRequest getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Mdb.CreateParameterRequest> parser()
    • getParserForType

      public com.google.protobuf.Parser<Mdb.CreateParameterRequest> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public Mdb.CreateParameterRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder