Class IssueCommandResponse.Builder

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

public static final class IssueCommandResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<IssueCommandResponse.Builder> implements IssueCommandResponseOrBuilder
Protobuf type yamcs.protobuf.commanding.IssueCommandResponse
  • 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<IssueCommandResponse.Builder>
    • internalGetMutableMapField

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

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<IssueCommandResponse.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<IssueCommandResponse.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<IssueCommandResponse.Builder>
    • getDefaultInstanceForType

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

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

      public IssueCommandResponse 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<IssueCommandResponse.Builder>
    • setField

      public IssueCommandResponse.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<IssueCommandResponse.Builder>
    • clearField

      public IssueCommandResponse.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<IssueCommandResponse.Builder>
    • clearOneof

      public IssueCommandResponse.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<IssueCommandResponse.Builder>
    • setRepeatedField

      public IssueCommandResponse.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<IssueCommandResponse.Builder>
    • addRepeatedField

      public IssueCommandResponse.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<IssueCommandResponse.Builder>
    • mergeFrom

      public IssueCommandResponse.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<IssueCommandResponse.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<IssueCommandResponse.Builder>
    • mergeFrom

      public IssueCommandResponse.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<IssueCommandResponse.Builder>
      Throws:
      IOException
    • hasId

      public boolean hasId()
       Command ID
       
      optional string id = 5;
      Specified by:
      hasId in interface IssueCommandResponseOrBuilder
      Returns:
      Whether the id field is set.
    • getId

      public String getId()
       Command ID
       
      optional string id = 5;
      Specified by:
      getId in interface IssueCommandResponseOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Command ID
       
      optional string id = 5;
      Specified by:
      getIdBytes in interface IssueCommandResponseOrBuilder
      Returns:
      The bytes for id.
    • setId

      public IssueCommandResponse.Builder setId(String value)
       Command ID
       
      optional string id = 5;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

      public IssueCommandResponse.Builder clearId()
       Command ID
       
      optional string id = 5;
      Returns:
      This builder for chaining.
    • setIdBytes

      public IssueCommandResponse.Builder setIdBytes(com.google.protobuf.ByteString value)
       Command ID
       
      optional string id = 5;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • hasGenerationTime

      public boolean hasGenerationTime()
       Command generation time
       
      optional .google.protobuf.Timestamp generationTime = 6;
      Specified by:
      hasGenerationTime in interface IssueCommandResponseOrBuilder
      Returns:
      Whether the generationTime field is set.
    • getGenerationTime

      public com.google.protobuf.Timestamp getGenerationTime()
       Command generation time
       
      optional .google.protobuf.Timestamp generationTime = 6;
      Specified by:
      getGenerationTime in interface IssueCommandResponseOrBuilder
      Returns:
      The generationTime.
    • setGenerationTime

      public IssueCommandResponse.Builder setGenerationTime(com.google.protobuf.Timestamp value)
       Command generation time
       
      optional .google.protobuf.Timestamp generationTime = 6;
    • setGenerationTime

      public IssueCommandResponse.Builder setGenerationTime(com.google.protobuf.Timestamp.Builder builderForValue)
       Command generation time
       
      optional .google.protobuf.Timestamp generationTime = 6;
    • mergeGenerationTime

      public IssueCommandResponse.Builder mergeGenerationTime(com.google.protobuf.Timestamp value)
       Command generation time
       
      optional .google.protobuf.Timestamp generationTime = 6;
    • clearGenerationTime

      public IssueCommandResponse.Builder clearGenerationTime()
       Command generation time
       
      optional .google.protobuf.Timestamp generationTime = 6;
    • getGenerationTimeBuilder

      public com.google.protobuf.Timestamp.Builder getGenerationTimeBuilder()
       Command generation time
       
      optional .google.protobuf.Timestamp generationTime = 6;
    • getGenerationTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getGenerationTimeOrBuilder()
       Command generation time
       
      optional .google.protobuf.Timestamp generationTime = 6;
      Specified by:
      getGenerationTimeOrBuilder in interface IssueCommandResponseOrBuilder
    • hasOrigin

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

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

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

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

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

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

      public boolean hasSequenceNumber()
       The sequence number for the origin
       
      optional int32 sequenceNumber = 8;
      Specified by:
      hasSequenceNumber in interface IssueCommandResponseOrBuilder
      Returns:
      Whether the sequenceNumber field is set.
    • getSequenceNumber

      public int getSequenceNumber()
       The sequence number for the origin
       
      optional int32 sequenceNumber = 8;
      Specified by:
      getSequenceNumber in interface IssueCommandResponseOrBuilder
      Returns:
      The sequenceNumber.
    • setSequenceNumber

      public IssueCommandResponse.Builder setSequenceNumber(int value)
       The sequence number for the origin
       
      optional int32 sequenceNumber = 8;
      Parameters:
      value - The sequenceNumber to set.
      Returns:
      This builder for chaining.
    • clearSequenceNumber

      public IssueCommandResponse.Builder clearSequenceNumber()
       The sequence number for the origin
       
      optional int32 sequenceNumber = 8;
      Returns:
      This builder for chaining.
    • hasCommandName

      public boolean hasCommandName()
       Qualified name
       
      optional string commandName = 9;
      Specified by:
      hasCommandName in interface IssueCommandResponseOrBuilder
      Returns:
      Whether the commandName field is set.
    • getCommandName

      public String getCommandName()
       Qualified name
       
      optional string commandName = 9;
      Specified by:
      getCommandName in interface IssueCommandResponseOrBuilder
      Returns:
      The commandName.
    • getCommandNameBytes

      public com.google.protobuf.ByteString getCommandNameBytes()
       Qualified name
       
      optional string commandName = 9;
      Specified by:
      getCommandNameBytes in interface IssueCommandResponseOrBuilder
      Returns:
      The bytes for commandName.
    • setCommandName

      public IssueCommandResponse.Builder setCommandName(String value)
       Qualified name
       
      optional string commandName = 9;
      Parameters:
      value - The commandName to set.
      Returns:
      This builder for chaining.
    • clearCommandName

      public IssueCommandResponse.Builder clearCommandName()
       Qualified name
       
      optional string commandName = 9;
      Returns:
      This builder for chaining.
    • setCommandNameBytes

      public IssueCommandResponse.Builder setCommandNameBytes(com.google.protobuf.ByteString value)
       Qualified name
       
      optional string commandName = 9;
      Parameters:
      value - The bytes for commandName to set.
      Returns:
      This builder for chaining.
    • getAliasesCount

      public int getAliasesCount()
      Description copied from interface: IssueCommandResponseOrBuilder
       Name aliases keyed by namespace.
       (as currently present in Mission Database)
       
      map<string, string> aliases = 14;
      Specified by:
      getAliasesCount in interface IssueCommandResponseOrBuilder
    • containsAliases

      public boolean containsAliases(String key)
       Name aliases keyed by namespace.
       (as currently present in Mission Database)
       
      map<string, string> aliases = 14;
      Specified by:
      containsAliases in interface IssueCommandResponseOrBuilder
    • getAliases

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

      public Map<String,String> getAliasesMap()
       Name aliases keyed by namespace.
       (as currently present in Mission Database)
       
      map<string, string> aliases = 14;
      Specified by:
      getAliasesMap in interface IssueCommandResponseOrBuilder
    • getAliasesOrDefault

      public String getAliasesOrDefault(String key, String defaultValue)
       Name aliases keyed by namespace.
       (as currently present in Mission Database)
       
      map<string, string> aliases = 14;
      Specified by:
      getAliasesOrDefault in interface IssueCommandResponseOrBuilder
    • getAliasesOrThrow

      public String getAliasesOrThrow(String key)
       Name aliases keyed by namespace.
       (as currently present in Mission Database)
       
      map<string, string> aliases = 14;
      Specified by:
      getAliasesOrThrow in interface IssueCommandResponseOrBuilder
    • clearAliases

      public IssueCommandResponse.Builder clearAliases()
    • removeAliases

      public IssueCommandResponse.Builder removeAliases(String key)
       Name aliases keyed by namespace.
       (as currently present in Mission Database)
       
      map<string, string> aliases = 14;
    • getMutableAliases

      @Deprecated public Map<String,String> getMutableAliases()
      Deprecated.
      Use alternate mutation accessors instead.
    • putAliases

      public IssueCommandResponse.Builder putAliases(String key, String value)
       Name aliases keyed by namespace.
       (as currently present in Mission Database)
       
      map<string, string> aliases = 14;
    • putAllAliases

      public IssueCommandResponse.Builder putAllAliases(Map<String,String> values)
       Name aliases keyed by namespace.
       (as currently present in Mission Database)
       
      map<string, string> aliases = 14;
    • getAssignmentsList

      public List<Commanding.CommandAssignment> getAssignmentsList()
       The name/value assignments for this command
       
      repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 12;
      Specified by:
      getAssignmentsList in interface IssueCommandResponseOrBuilder
    • getAssignmentsCount

      public int getAssignmentsCount()
       The name/value assignments for this command
       
      repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 12;
      Specified by:
      getAssignmentsCount in interface IssueCommandResponseOrBuilder
    • getAssignments

      public Commanding.CommandAssignment getAssignments(int index)
       The name/value assignments for this command
       
      repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 12;
      Specified by:
      getAssignments in interface IssueCommandResponseOrBuilder
    • setAssignments

      public IssueCommandResponse.Builder setAssignments(int index, Commanding.CommandAssignment value)
       The name/value assignments for this command
       
      repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 12;
    • setAssignments

      public IssueCommandResponse.Builder setAssignments(int index, Commanding.CommandAssignment.Builder builderForValue)
       The name/value assignments for this command
       
      repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 12;
    • addAssignments

       The name/value assignments for this command
       
      repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 12;
    • addAssignments

      public IssueCommandResponse.Builder addAssignments(int index, Commanding.CommandAssignment value)
       The name/value assignments for this command
       
      repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 12;
    • addAssignments

      public IssueCommandResponse.Builder addAssignments(Commanding.CommandAssignment.Builder builderForValue)
       The name/value assignments for this command
       
      repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 12;
    • addAssignments

      public IssueCommandResponse.Builder addAssignments(int index, Commanding.CommandAssignment.Builder builderForValue)
       The name/value assignments for this command
       
      repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 12;
    • addAllAssignments

      public IssueCommandResponse.Builder addAllAssignments(Iterable<? extends Commanding.CommandAssignment> values)
       The name/value assignments for this command
       
      repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 12;
    • clearAssignments

      public IssueCommandResponse.Builder clearAssignments()
       The name/value assignments for this command
       
      repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 12;
    • removeAssignments

      public IssueCommandResponse.Builder removeAssignments(int index)
       The name/value assignments for this command
       
      repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 12;
    • getAssignmentsBuilder

      public Commanding.CommandAssignment.Builder getAssignmentsBuilder(int index)
       The name/value assignments for this command
       
      repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 12;
    • getAssignmentsOrBuilder

      public Commanding.CommandAssignmentOrBuilder getAssignmentsOrBuilder(int index)
       The name/value assignments for this command
       
      repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 12;
      Specified by:
      getAssignmentsOrBuilder in interface IssueCommandResponseOrBuilder
    • getAssignmentsOrBuilderList

      public List<? extends Commanding.CommandAssignmentOrBuilder> getAssignmentsOrBuilderList()
       The name/value assignments for this command
       
      repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 12;
      Specified by:
      getAssignmentsOrBuilderList in interface IssueCommandResponseOrBuilder
    • addAssignmentsBuilder

      public Commanding.CommandAssignment.Builder addAssignmentsBuilder()
       The name/value assignments for this command
       
      repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 12;
    • addAssignmentsBuilder

      public Commanding.CommandAssignment.Builder addAssignmentsBuilder(int index)
       The name/value assignments for this command
       
      repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 12;
    • getAssignmentsBuilderList

      public List<Commanding.CommandAssignment.Builder> getAssignmentsBuilderList()
       The name/value assignments for this command
       
      repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 12;
    • hasUnprocessedBinary

      public boolean hasUnprocessedBinary()
       Generated binary, before any link post-processing
       
      optional bytes unprocessedBinary = 13;
      Specified by:
      hasUnprocessedBinary in interface IssueCommandResponseOrBuilder
      Returns:
      Whether the unprocessedBinary field is set.
    • getUnprocessedBinary

      public com.google.protobuf.ByteString getUnprocessedBinary()
       Generated binary, before any link post-processing
       
      optional bytes unprocessedBinary = 13;
      Specified by:
      getUnprocessedBinary in interface IssueCommandResponseOrBuilder
      Returns:
      The unprocessedBinary.
    • setUnprocessedBinary

      public IssueCommandResponse.Builder setUnprocessedBinary(com.google.protobuf.ByteString value)
       Generated binary, before any link post-processing
       
      optional bytes unprocessedBinary = 13;
      Parameters:
      value - The unprocessedBinary to set.
      Returns:
      This builder for chaining.
    • clearUnprocessedBinary

      public IssueCommandResponse.Builder clearUnprocessedBinary()
       Generated binary, before any link post-processing
       
      optional bytes unprocessedBinary = 13;
      Returns:
      This builder for chaining.
    • hasBinary

      public boolean hasBinary()
       Generated binary, after link post-processing.
       The differences compared to ``unprocessedBinary``,
       can be anything. Typical manipulations include
       sequence numbers or checksum calculations.
       
      optional bytes binary = 4;
      Specified by:
      hasBinary in interface IssueCommandResponseOrBuilder
      Returns:
      Whether the binary field is set.
    • getBinary

      public com.google.protobuf.ByteString getBinary()
       Generated binary, after link post-processing.
       The differences compared to ``unprocessedBinary``,
       can be anything. Typical manipulations include
       sequence numbers or checksum calculations.
       
      optional bytes binary = 4;
      Specified by:
      getBinary in interface IssueCommandResponseOrBuilder
      Returns:
      The binary.
    • setBinary

      public IssueCommandResponse.Builder setBinary(com.google.protobuf.ByteString value)
       Generated binary, after link post-processing.
       The differences compared to ``unprocessedBinary``,
       can be anything. Typical manipulations include
       sequence numbers or checksum calculations.
       
      optional bytes binary = 4;
      Parameters:
      value - The binary to set.
      Returns:
      This builder for chaining.
    • clearBinary

      public IssueCommandResponse.Builder clearBinary()
       Generated binary, after link post-processing.
       The differences compared to ``unprocessedBinary``,
       can be anything. Typical manipulations include
       sequence numbers or checksum calculations.
       
      optional bytes binary = 4;
      Returns:
      This builder for chaining.
    • hasUsername

      public boolean hasUsername()
       Command issuer
       
      optional string username = 11;
      Specified by:
      hasUsername in interface IssueCommandResponseOrBuilder
      Returns:
      Whether the username field is set.
    • getUsername

      public String getUsername()
       Command issuer
       
      optional string username = 11;
      Specified by:
      getUsername in interface IssueCommandResponseOrBuilder
      Returns:
      The username.
    • getUsernameBytes

      public com.google.protobuf.ByteString getUsernameBytes()
       Command issuer
       
      optional string username = 11;
      Specified by:
      getUsernameBytes in interface IssueCommandResponseOrBuilder
      Returns:
      The bytes for username.
    • setUsername

      public IssueCommandResponse.Builder setUsername(String value)
       Command issuer
       
      optional string username = 11;
      Parameters:
      value - The username to set.
      Returns:
      This builder for chaining.
    • clearUsername

      public IssueCommandResponse.Builder clearUsername()
       Command issuer
       
      optional string username = 11;
      Returns:
      This builder for chaining.
    • setUsernameBytes

      public IssueCommandResponse.Builder setUsernameBytes(com.google.protobuf.ByteString value)
       Command issuer
       
      optional string username = 11;
      Parameters:
      value - The bytes for username to set.
      Returns:
      This builder for chaining.
    • hasQueue

      public boolean hasQueue()
       Queue that was selected for this command
       
      optional string queue = 10;
      Specified by:
      hasQueue in interface IssueCommandResponseOrBuilder
      Returns:
      Whether the queue field is set.
    • getQueue

      public String getQueue()
       Queue that was selected for this command
       
      optional string queue = 10;
      Specified by:
      getQueue in interface IssueCommandResponseOrBuilder
      Returns:
      The queue.
    • getQueueBytes

      public com.google.protobuf.ByteString getQueueBytes()
       Queue that was selected for this command
       
      optional string queue = 10;
      Specified by:
      getQueueBytes in interface IssueCommandResponseOrBuilder
      Returns:
      The bytes for queue.
    • setQueue

      public IssueCommandResponse.Builder setQueue(String value)
       Queue that was selected for this command
       
      optional string queue = 10;
      Parameters:
      value - The queue to set.
      Returns:
      This builder for chaining.
    • clearQueue

      public IssueCommandResponse.Builder clearQueue()
       Queue that was selected for this command
       
      optional string queue = 10;
      Returns:
      This builder for chaining.
    • setQueueBytes

      public IssueCommandResponse.Builder setQueueBytes(com.google.protobuf.ByteString value)
       Queue that was selected for this command
       
      optional string queue = 10;
      Parameters:
      value - The bytes for queue to set.
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final IssueCommandResponse.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<IssueCommandResponse.Builder>
    • mergeUnknownFields

      public final IssueCommandResponse.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<IssueCommandResponse.Builder>