Class IssueCommandRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<IssueCommandRequest.Builder>
org.yamcs.protobuf.IssueCommandRequest.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, IssueCommandRequestOrBuilder
Enclosing class:
IssueCommandRequest

public static final class IssueCommandRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<IssueCommandRequest.Builder> implements IssueCommandRequestOrBuilder
Protobuf type yamcs.protobuf.commanding.IssueCommandRequest
  • Method Details

    • 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.Builder<IssueCommandRequest.Builder>
    • internalGetMutableMapField

      protected com.google.protobuf.MapField internalGetMutableMapField(int number)
      Overrides:
      internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<IssueCommandRequest.Builder>
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<IssueCommandRequest.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<IssueCommandRequest.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<IssueCommandRequest.Builder>
    • getDefaultInstanceForType

      public IssueCommandRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public IssueCommandRequest build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public IssueCommandRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<IssueCommandRequest.Builder>
    • setField

      public IssueCommandRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<IssueCommandRequest.Builder>
    • clearField

      public IssueCommandRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<IssueCommandRequest.Builder>
    • clearOneof

      public IssueCommandRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<IssueCommandRequest.Builder>
    • setRepeatedField

      public IssueCommandRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<IssueCommandRequest.Builder>
    • addRepeatedField

      public IssueCommandRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<IssueCommandRequest.Builder>
    • mergeFrom

      public IssueCommandRequest.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<IssueCommandRequest.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<IssueCommandRequest.Builder>
    • mergeFrom

      public IssueCommandRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<IssueCommandRequest.Builder>
      Throws:
      IOException
    • hasInstance

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

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

      public com.google.protobuf.ByteString getInstanceBytes()
       Yamcs instance name.
       
      optional string instance = 6;
      Specified by:
      getInstanceBytes in interface IssueCommandRequestOrBuilder
      Returns:
      The bytes for instance.
    • setInstance

      public IssueCommandRequest.Builder setInstance(String value)
       Yamcs instance name.
       
      optional string instance = 6;
      Parameters:
      value - The instance to set.
      Returns:
      This builder for chaining.
    • clearInstance

      public IssueCommandRequest.Builder clearInstance()
       Yamcs instance name.
       
      optional string instance = 6;
      Returns:
      This builder for chaining.
    • setInstanceBytes

      public IssueCommandRequest.Builder setInstanceBytes(com.google.protobuf.ByteString value)
       Yamcs instance name.
       
      optional string instance = 6;
      Parameters:
      value - The bytes for instance to set.
      Returns:
      This builder for chaining.
    • hasProcessor

      public boolean hasProcessor()
       Processor name.
       
      optional string processor = 7;
      Specified by:
      hasProcessor in interface IssueCommandRequestOrBuilder
      Returns:
      Whether the processor field is set.
    • getProcessor

      public String getProcessor()
       Processor name.
       
      optional string processor = 7;
      Specified by:
      getProcessor in interface IssueCommandRequestOrBuilder
      Returns:
      The processor.
    • getProcessorBytes

      public com.google.protobuf.ByteString getProcessorBytes()
       Processor name.
       
      optional string processor = 7;
      Specified by:
      getProcessorBytes in interface IssueCommandRequestOrBuilder
      Returns:
      The bytes for processor.
    • setProcessor

      public IssueCommandRequest.Builder setProcessor(String value)
       Processor name.
       
      optional string processor = 7;
      Parameters:
      value - The processor to set.
      Returns:
      This builder for chaining.
    • clearProcessor

      public IssueCommandRequest.Builder clearProcessor()
       Processor name.
       
      optional string processor = 7;
      Returns:
      This builder for chaining.
    • setProcessorBytes

      public IssueCommandRequest.Builder setProcessorBytes(com.google.protobuf.ByteString value)
       Processor name.
       
      optional string processor = 7;
      Parameters:
      value - The bytes for processor to set.
      Returns:
      This builder for chaining.
    • hasName

      public boolean hasName()
       Command name.
       
      optional string name = 8;
      Specified by:
      hasName in interface IssueCommandRequestOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public String getName()
       Command name.
       
      optional string name = 8;
      Specified by:
      getName in interface IssueCommandRequestOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       Command name.
       
      optional string name = 8;
      Specified by:
      getNameBytes in interface IssueCommandRequestOrBuilder
      Returns:
      The bytes for name.
    • setName

      public IssueCommandRequest.Builder setName(String value)
       Command name.
       
      optional string name = 8;
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

      public IssueCommandRequest.Builder clearName()
       Command name.
       
      optional string name = 8;
      Returns:
      This builder for chaining.
    • setNameBytes

      public IssueCommandRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
       Command name.
       
      optional string name = 8;
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • hasArgs

      public boolean hasArgs()
       The name/value assignments for this command.
       
      optional .google.protobuf.Struct args = 16;
      Specified by:
      hasArgs in interface IssueCommandRequestOrBuilder
      Returns:
      Whether the args field is set.
    • getArgs

      public com.google.protobuf.Struct getArgs()
       The name/value assignments for this command.
       
      optional .google.protobuf.Struct args = 16;
      Specified by:
      getArgs in interface IssueCommandRequestOrBuilder
      Returns:
      The args.
    • setArgs

      public IssueCommandRequest.Builder setArgs(com.google.protobuf.Struct value)
       The name/value assignments for this command.
       
      optional .google.protobuf.Struct args = 16;
    • setArgs

      public IssueCommandRequest.Builder setArgs(com.google.protobuf.Struct.Builder builderForValue)
       The name/value assignments for this command.
       
      optional .google.protobuf.Struct args = 16;
    • mergeArgs

      public IssueCommandRequest.Builder mergeArgs(com.google.protobuf.Struct value)
       The name/value assignments for this command.
       
      optional .google.protobuf.Struct args = 16;
    • clearArgs

      public IssueCommandRequest.Builder clearArgs()
       The name/value assignments for this command.
       
      optional .google.protobuf.Struct args = 16;
    • getArgsBuilder

      public com.google.protobuf.Struct.Builder getArgsBuilder()
       The name/value assignments for this command.
       
      optional .google.protobuf.Struct args = 16;
    • getArgsOrBuilder

      public com.google.protobuf.StructOrBuilder getArgsOrBuilder()
       The name/value assignments for this command.
       
      optional .google.protobuf.Struct args = 16;
      Specified by:
      getArgsOrBuilder in interface IssueCommandRequestOrBuilder
    • getAssignmentList

      @Deprecated public List<IssueCommandRequest.Assignment> getAssignmentList()
      Deprecated.
       The name/value assignments for this command.
       Deprecated: use ``args`` instead.
       
      repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1 [deprecated = true];
      Specified by:
      getAssignmentList in interface IssueCommandRequestOrBuilder
    • getAssignmentCount

      @Deprecated public int getAssignmentCount()
      Deprecated.
       The name/value assignments for this command.
       Deprecated: use ``args`` instead.
       
      repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1 [deprecated = true];
      Specified by:
      getAssignmentCount in interface IssueCommandRequestOrBuilder
    • getAssignment

      @Deprecated public IssueCommandRequest.Assignment getAssignment(int index)
      Deprecated.
       The name/value assignments for this command.
       Deprecated: use ``args`` instead.
       
      repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1 [deprecated = true];
      Specified by:
      getAssignment in interface IssueCommandRequestOrBuilder
    • setAssignment

      Deprecated.
       The name/value assignments for this command.
       Deprecated: use ``args`` instead.
       
      repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1 [deprecated = true];
    • setAssignment

      @Deprecated public IssueCommandRequest.Builder setAssignment(int index, IssueCommandRequest.Assignment.Builder builderForValue)
      Deprecated.
       The name/value assignments for this command.
       Deprecated: use ``args`` instead.
       
      repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1 [deprecated = true];
    • addAssignment

      Deprecated.
       The name/value assignments for this command.
       Deprecated: use ``args`` instead.
       
      repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1 [deprecated = true];
    • addAssignment

      Deprecated.
       The name/value assignments for this command.
       Deprecated: use ``args`` instead.
       
      repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1 [deprecated = true];
    • addAssignment

      Deprecated.
       The name/value assignments for this command.
       Deprecated: use ``args`` instead.
       
      repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1 [deprecated = true];
    • addAssignment

      @Deprecated public IssueCommandRequest.Builder addAssignment(int index, IssueCommandRequest.Assignment.Builder builderForValue)
      Deprecated.
       The name/value assignments for this command.
       Deprecated: use ``args`` instead.
       
      repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1 [deprecated = true];
    • addAllAssignment

      Deprecated.
       The name/value assignments for this command.
       Deprecated: use ``args`` instead.
       
      repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1 [deprecated = true];
    • clearAssignment

      @Deprecated public IssueCommandRequest.Builder clearAssignment()
      Deprecated.
       The name/value assignments for this command.
       Deprecated: use ``args`` instead.
       
      repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1 [deprecated = true];
    • removeAssignment

      @Deprecated public IssueCommandRequest.Builder removeAssignment(int index)
      Deprecated.
       The name/value assignments for this command.
       Deprecated: use ``args`` instead.
       
      repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1 [deprecated = true];
    • getAssignmentBuilder

      @Deprecated public IssueCommandRequest.Assignment.Builder getAssignmentBuilder(int index)
      Deprecated.
       The name/value assignments for this command.
       Deprecated: use ``args`` instead.
       
      repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1 [deprecated = true];
    • getAssignmentOrBuilder

      @Deprecated public IssueCommandRequest.AssignmentOrBuilder getAssignmentOrBuilder(int index)
      Deprecated.
       The name/value assignments for this command.
       Deprecated: use ``args`` instead.
       
      repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1 [deprecated = true];
      Specified by:
      getAssignmentOrBuilder in interface IssueCommandRequestOrBuilder
    • getAssignmentOrBuilderList

      @Deprecated public List<? extends IssueCommandRequest.AssignmentOrBuilder> getAssignmentOrBuilderList()
      Deprecated.
       The name/value assignments for this command.
       Deprecated: use ``args`` instead.
       
      repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1 [deprecated = true];
      Specified by:
      getAssignmentOrBuilderList in interface IssueCommandRequestOrBuilder
    • addAssignmentBuilder

      @Deprecated public IssueCommandRequest.Assignment.Builder addAssignmentBuilder()
      Deprecated.
       The name/value assignments for this command.
       Deprecated: use ``args`` instead.
       
      repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1 [deprecated = true];
    • addAssignmentBuilder

      @Deprecated public IssueCommandRequest.Assignment.Builder addAssignmentBuilder(int index)
      Deprecated.
       The name/value assignments for this command.
       Deprecated: use ``args`` instead.
       
      repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1 [deprecated = true];
    • getAssignmentBuilderList

      @Deprecated public List<IssueCommandRequest.Assignment.Builder> getAssignmentBuilderList()
      Deprecated.
       The name/value assignments for this command.
       Deprecated: use ``args`` instead.
       
      repeated .yamcs.protobuf.commanding.IssueCommandRequest.Assignment assignment = 1 [deprecated = true];
    • hasOrigin

      public boolean hasOrigin()
       The origin of the command. Typically a hostname.
       
      optional string origin = 2;
      Specified by:
      hasOrigin in interface IssueCommandRequestOrBuilder
      Returns:
      Whether the origin field is set.
    • getOrigin

      public String getOrigin()
       The origin of the command. Typically a hostname.
       
      optional string origin = 2;
      Specified by:
      getOrigin in interface IssueCommandRequestOrBuilder
      Returns:
      The origin.
    • getOriginBytes

      public com.google.protobuf.ByteString getOriginBytes()
       The origin of the command. Typically a hostname.
       
      optional string origin = 2;
      Specified by:
      getOriginBytes in interface IssueCommandRequestOrBuilder
      Returns:
      The bytes for origin.
    • setOrigin

      public IssueCommandRequest.Builder setOrigin(String value)
       The origin of the command. Typically a hostname.
       
      optional string origin = 2;
      Parameters:
      value - The origin to set.
      Returns:
      This builder for chaining.
    • clearOrigin

      public IssueCommandRequest.Builder clearOrigin()
       The origin of the command. Typically a hostname.
       
      optional string origin = 2;
      Returns:
      This builder for chaining.
    • setOriginBytes

      public IssueCommandRequest.Builder setOriginBytes(com.google.protobuf.ByteString value)
       The origin of the command. Typically a hostname.
       
      optional string origin = 2;
      Parameters:
      value - The bytes for origin to set.
      Returns:
      This builder for chaining.
    • hasSequenceNumber

      public boolean hasSequenceNumber()
       The sequence number as specified by the origin. This gets
       communicated back in command history and command queue entries,
       thereby allowing clients to map local with remote command
       identities.
       
      optional int32 sequenceNumber = 3;
      Specified by:
      hasSequenceNumber in interface IssueCommandRequestOrBuilder
      Returns:
      Whether the sequenceNumber field is set.
    • getSequenceNumber

      public int getSequenceNumber()
       The sequence number as specified by the origin. This gets
       communicated back in command history and command queue entries,
       thereby allowing clients to map local with remote command
       identities.
       
      optional int32 sequenceNumber = 3;
      Specified by:
      getSequenceNumber in interface IssueCommandRequestOrBuilder
      Returns:
      The sequenceNumber.
    • setSequenceNumber

      public IssueCommandRequest.Builder setSequenceNumber(int value)
       The sequence number as specified by the origin. This gets
       communicated back in command history and command queue entries,
       thereby allowing clients to map local with remote command
       identities.
       
      optional int32 sequenceNumber = 3;
      Parameters:
      value - The sequenceNumber to set.
      Returns:
      This builder for chaining.
    • clearSequenceNumber

      public IssueCommandRequest.Builder clearSequenceNumber()
       The sequence number as specified by the origin. This gets
       communicated back in command history and command queue entries,
       thereby allowing clients to map local with remote command
       identities.
       
      optional int32 sequenceNumber = 3;
      Returns:
      This builder for chaining.
    • hasDryRun

      public boolean hasDryRun()
       Whether a response will be returned without actually issuing
       the command. This is useful when debugging commands.
       Default ``no``
       
      optional bool dryRun = 4;
      Specified by:
      hasDryRun in interface IssueCommandRequestOrBuilder
      Returns:
      Whether the dryRun field is set.
    • getDryRun

      public boolean getDryRun()
       Whether a response will be returned without actually issuing
       the command. This is useful when debugging commands.
       Default ``no``
       
      optional bool dryRun = 4;
      Specified by:
      getDryRun in interface IssueCommandRequestOrBuilder
      Returns:
      The dryRun.
    • setDryRun

      public IssueCommandRequest.Builder setDryRun(boolean value)
       Whether a response will be returned without actually issuing
       the command. This is useful when debugging commands.
       Default ``no``
       
      optional bool dryRun = 4;
      Parameters:
      value - The dryRun to set.
      Returns:
      This builder for chaining.
    • clearDryRun

      public IssueCommandRequest.Builder clearDryRun()
       Whether a response will be returned without actually issuing
       the command. This is useful when debugging commands.
       Default ``no``
       
      optional bool dryRun = 4;
      Returns:
      This builder for chaining.
    • hasComment

      public boolean hasComment()
       Comment attached to this command.
       
      optional string comment = 5;
      Specified by:
      hasComment in interface IssueCommandRequestOrBuilder
      Returns:
      Whether the comment field is set.
    • getComment

      public String getComment()
       Comment attached to this command.
       
      optional string comment = 5;
      Specified by:
      getComment in interface IssueCommandRequestOrBuilder
      Returns:
      The comment.
    • getCommentBytes

      public com.google.protobuf.ByteString getCommentBytes()
       Comment attached to this command.
       
      optional string comment = 5;
      Specified by:
      getCommentBytes in interface IssueCommandRequestOrBuilder
      Returns:
      The bytes for comment.
    • setComment

      public IssueCommandRequest.Builder setComment(String value)
       Comment attached to this command.
       
      optional string comment = 5;
      Parameters:
      value - The comment to set.
      Returns:
      This builder for chaining.
    • clearComment

      public IssueCommandRequest.Builder clearComment()
       Comment attached to this command.
       
      optional string comment = 5;
      Returns:
      This builder for chaining.
    • setCommentBytes

      public IssueCommandRequest.Builder setCommentBytes(com.google.protobuf.ByteString value)
       Comment attached to this command.
       
      optional string comment = 5;
      Parameters:
      value - The bytes for comment to set.
      Returns:
      This builder for chaining.
    • hasStream

      public boolean hasStream()
       Override the stream on which the command should be sent out.
       Requires elevated privilege.
       
      optional string stream = 11;
      Specified by:
      hasStream in interface IssueCommandRequestOrBuilder
      Returns:
      Whether the stream field is set.
    • getStream

      public String getStream()
       Override the stream on which the command should be sent out.
       Requires elevated privilege.
       
      optional string stream = 11;
      Specified by:
      getStream in interface IssueCommandRequestOrBuilder
      Returns:
      The stream.
    • getStreamBytes

      public com.google.protobuf.ByteString getStreamBytes()
       Override the stream on which the command should be sent out.
       Requires elevated privilege.
       
      optional string stream = 11;
      Specified by:
      getStreamBytes in interface IssueCommandRequestOrBuilder
      Returns:
      The bytes for stream.
    • setStream

      public IssueCommandRequest.Builder setStream(String value)
       Override the stream on which the command should be sent out.
       Requires elevated privilege.
       
      optional string stream = 11;
      Parameters:
      value - The stream to set.
      Returns:
      This builder for chaining.
    • clearStream

      public IssueCommandRequest.Builder clearStream()
       Override the stream on which the command should be sent out.
       Requires elevated privilege.
       
      optional string stream = 11;
      Returns:
      This builder for chaining.
    • setStreamBytes

      public IssueCommandRequest.Builder setStreamBytes(com.google.protobuf.ByteString value)
       Override the stream on which the command should be sent out.
       Requires elevated privilege.
       
      optional string stream = 11;
      Parameters:
      value - The bytes for stream to set.
      Returns:
      This builder for chaining.
    • hasDisableTransmissionConstraints

      public boolean hasDisableTransmissionConstraints()
       Disable verification of all transmission constrains (if any
       specified in the MDB).
       Requires elevated privilege.
       
      optional bool disableTransmissionConstraints = 12;
      Specified by:
      hasDisableTransmissionConstraints in interface IssueCommandRequestOrBuilder
      Returns:
      Whether the disableTransmissionConstraints field is set.
    • getDisableTransmissionConstraints

      public boolean getDisableTransmissionConstraints()
       Disable verification of all transmission constrains (if any
       specified in the MDB).
       Requires elevated privilege.
       
      optional bool disableTransmissionConstraints = 12;
      Specified by:
      getDisableTransmissionConstraints in interface IssueCommandRequestOrBuilder
      Returns:
      The disableTransmissionConstraints.
    • setDisableTransmissionConstraints

      public IssueCommandRequest.Builder setDisableTransmissionConstraints(boolean value)
       Disable verification of all transmission constrains (if any
       specified in the MDB).
       Requires elevated privilege.
       
      optional bool disableTransmissionConstraints = 12;
      Parameters:
      value - The disableTransmissionConstraints to set.
      Returns:
      This builder for chaining.
    • clearDisableTransmissionConstraints

      public IssueCommandRequest.Builder clearDisableTransmissionConstraints()
       Disable verification of all transmission constrains (if any
       specified in the MDB).
       Requires elevated privilege.
       
      optional bool disableTransmissionConstraints = 12;
      Returns:
      This builder for chaining.
    • hasDisableVerifiers

      public boolean hasDisableVerifiers()
       Disable all post transmission verifiers (if any specified in the MDB)
       Requires elevated privilege.
       
      optional bool disableVerifiers = 13;
      Specified by:
      hasDisableVerifiers in interface IssueCommandRequestOrBuilder
      Returns:
      Whether the disableVerifiers field is set.
    • getDisableVerifiers

      public boolean getDisableVerifiers()
       Disable all post transmission verifiers (if any specified in the MDB)
       Requires elevated privilege.
       
      optional bool disableVerifiers = 13;
      Specified by:
      getDisableVerifiers in interface IssueCommandRequestOrBuilder
      Returns:
      The disableVerifiers.
    • setDisableVerifiers

      public IssueCommandRequest.Builder setDisableVerifiers(boolean value)
       Disable all post transmission verifiers (if any specified in the MDB)
       Requires elevated privilege.
       
      optional bool disableVerifiers = 13;
      Parameters:
      value - The disableVerifiers to set.
      Returns:
      This builder for chaining.
    • clearDisableVerifiers

      public IssueCommandRequest.Builder clearDisableVerifiers()
       Disable all post transmission verifiers (if any specified in the MDB)
       Requires elevated privilege.
       
      optional bool disableVerifiers = 13;
      Returns:
      This builder for chaining.
    • getVerifierConfigCount

      public int getVerifierConfigCount()
      Description copied from interface: IssueCommandRequestOrBuilder
       Override verifier configuration. Keyed by verifier name
       Requires elevated privilege.
       
      map<string, .yamcs.protobuf.commanding.VerifierConfig> verifierConfig = 14;
      Specified by:
      getVerifierConfigCount in interface IssueCommandRequestOrBuilder
    • containsVerifierConfig

      public boolean containsVerifierConfig(String key)
       Override verifier configuration. Keyed by verifier name
       Requires elevated privilege.
       
      map<string, .yamcs.protobuf.commanding.VerifierConfig> verifierConfig = 14;
      Specified by:
      containsVerifierConfig in interface IssueCommandRequestOrBuilder
    • getVerifierConfig

      @Deprecated public Map<String,Commanding.VerifierConfig> getVerifierConfig()
      Deprecated.
      Specified by:
      getVerifierConfig in interface IssueCommandRequestOrBuilder
    • getVerifierConfigMap

      public Map<String,Commanding.VerifierConfig> getVerifierConfigMap()
       Override verifier configuration. Keyed by verifier name
       Requires elevated privilege.
       
      map<string, .yamcs.protobuf.commanding.VerifierConfig> verifierConfig = 14;
      Specified by:
      getVerifierConfigMap in interface IssueCommandRequestOrBuilder
    • getVerifierConfigOrDefault

      public Commanding.VerifierConfig getVerifierConfigOrDefault(String key, Commanding.VerifierConfig defaultValue)
       Override verifier configuration. Keyed by verifier name
       Requires elevated privilege.
       
      map<string, .yamcs.protobuf.commanding.VerifierConfig> verifierConfig = 14;
      Specified by:
      getVerifierConfigOrDefault in interface IssueCommandRequestOrBuilder
    • getVerifierConfigOrThrow

      public Commanding.VerifierConfig getVerifierConfigOrThrow(String key)
       Override verifier configuration. Keyed by verifier name
       Requires elevated privilege.
       
      map<string, .yamcs.protobuf.commanding.VerifierConfig> verifierConfig = 14;
      Specified by:
      getVerifierConfigOrThrow in interface IssueCommandRequestOrBuilder
    • clearVerifierConfig

      public IssueCommandRequest.Builder clearVerifierConfig()
    • removeVerifierConfig

      public IssueCommandRequest.Builder removeVerifierConfig(String key)
       Override verifier configuration. Keyed by verifier name
       Requires elevated privilege.
       
      map<string, .yamcs.protobuf.commanding.VerifierConfig> verifierConfig = 14;
    • getMutableVerifierConfig

      @Deprecated public Map<String,Commanding.VerifierConfig> getMutableVerifierConfig()
      Deprecated.
      Use alternate mutation accessors instead.
    • putVerifierConfig

      public IssueCommandRequest.Builder putVerifierConfig(String key, Commanding.VerifierConfig value)
       Override verifier configuration. Keyed by verifier name
       Requires elevated privilege.
       
      map<string, .yamcs.protobuf.commanding.VerifierConfig> verifierConfig = 14;
    • putAllVerifierConfig

      public IssueCommandRequest.Builder putAllVerifierConfig(Map<String,Commanding.VerifierConfig> values)
       Override verifier configuration. Keyed by verifier name
       Requires elevated privilege.
       
      map<string, .yamcs.protobuf.commanding.VerifierConfig> verifierConfig = 14;
    • getExtraCount

      public int getExtraCount()
      Description copied from interface: IssueCommandRequestOrBuilder
       Specify custom options for interpretation by non-core extensions.
       Extensions must register these options against org.yamcs.YamcsServer
       
      map<string, .yamcs.protobuf.Value> extra = 15;
      Specified by:
      getExtraCount in interface IssueCommandRequestOrBuilder
    • containsExtra

      public boolean containsExtra(String key)
       Specify custom options for interpretation by non-core extensions.
       Extensions must register these options against org.yamcs.YamcsServer
       
      map<string, .yamcs.protobuf.Value> extra = 15;
      Specified by:
      containsExtra in interface IssueCommandRequestOrBuilder
    • getExtra

      @Deprecated public Map<String,Yamcs.Value> getExtra()
      Deprecated.
      Use getExtraMap() instead.
      Specified by:
      getExtra in interface IssueCommandRequestOrBuilder
    • getExtraMap

      public Map<String,Yamcs.Value> getExtraMap()
       Specify custom options for interpretation by non-core extensions.
       Extensions must register these options against org.yamcs.YamcsServer
       
      map<string, .yamcs.protobuf.Value> extra = 15;
      Specified by:
      getExtraMap in interface IssueCommandRequestOrBuilder
    • getExtraOrDefault

      public Yamcs.Value getExtraOrDefault(String key, Yamcs.Value defaultValue)
       Specify custom options for interpretation by non-core extensions.
       Extensions must register these options against org.yamcs.YamcsServer
       
      map<string, .yamcs.protobuf.Value> extra = 15;
      Specified by:
      getExtraOrDefault in interface IssueCommandRequestOrBuilder
    • getExtraOrThrow

      public Yamcs.Value getExtraOrThrow(String key)
       Specify custom options for interpretation by non-core extensions.
       Extensions must register these options against org.yamcs.YamcsServer
       
      map<string, .yamcs.protobuf.Value> extra = 15;
      Specified by:
      getExtraOrThrow in interface IssueCommandRequestOrBuilder
    • clearExtra

      public IssueCommandRequest.Builder clearExtra()
    • removeExtra

      public IssueCommandRequest.Builder removeExtra(String key)
       Specify custom options for interpretation by non-core extensions.
       Extensions must register these options against org.yamcs.YamcsServer
       
      map<string, .yamcs.protobuf.Value> extra = 15;
    • getMutableExtra

      @Deprecated public Map<String,Yamcs.Value> getMutableExtra()
      Deprecated.
      Use alternate mutation accessors instead.
    • putExtra

      public IssueCommandRequest.Builder putExtra(String key, Yamcs.Value value)
       Specify custom options for interpretation by non-core extensions.
       Extensions must register these options against org.yamcs.YamcsServer
       
      map<string, .yamcs.protobuf.Value> extra = 15;
    • putAllExtra

      public IssueCommandRequest.Builder putAllExtra(Map<String,Yamcs.Value> values)
       Specify custom options for interpretation by non-core extensions.
       Extensions must register these options against org.yamcs.YamcsServer
       
      map<string, .yamcs.protobuf.Value> extra = 15;
    • setUnknownFields

      public final IssueCommandRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<IssueCommandRequest.Builder>
    • mergeUnknownFields

      public final IssueCommandRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<IssueCommandRequest.Builder>