Class YamcsInstance.Builder

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

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

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

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

      public YamcsInstance.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<YamcsInstance.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<YamcsInstance.Builder>
    • getDefaultInstanceForType

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

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

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

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

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

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

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

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

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

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

      public YamcsInstance.Builder mergeFrom(YamcsInstance other)
    • isInitialized

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

      public YamcsInstance.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<YamcsInstance.Builder>
      Throws:
      IOException
    • hasName

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

      public String getName()
       Instance name.
       
      optional string name = 1;
      Specified by:
      getName in interface YamcsInstanceOrBuilder
      Returns:
      The name.
    • getNameBytes

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

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

      public YamcsInstance.Builder clearName()
       Instance name.
       
      optional string name = 1;
      Returns:
      This builder for chaining.
    • setNameBytes

      public YamcsInstance.Builder setNameBytes(com.google.protobuf.ByteString value)
       Instance name.
       
      optional string name = 1;
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • hasMissionDatabase

      public boolean hasMissionDatabase()
      optional .yamcs.protobuf.mdb.MissionDatabase missionDatabase = 3;
      Specified by:
      hasMissionDatabase in interface YamcsInstanceOrBuilder
      Returns:
      Whether the missionDatabase field is set.
    • getMissionDatabase

      public Mdb.MissionDatabase getMissionDatabase()
      optional .yamcs.protobuf.mdb.MissionDatabase missionDatabase = 3;
      Specified by:
      getMissionDatabase in interface YamcsInstanceOrBuilder
      Returns:
      The missionDatabase.
    • setMissionDatabase

      public YamcsInstance.Builder setMissionDatabase(Mdb.MissionDatabase value)
      optional .yamcs.protobuf.mdb.MissionDatabase missionDatabase = 3;
    • setMissionDatabase

      public YamcsInstance.Builder setMissionDatabase(Mdb.MissionDatabase.Builder builderForValue)
      optional .yamcs.protobuf.mdb.MissionDatabase missionDatabase = 3;
    • mergeMissionDatabase

      public YamcsInstance.Builder mergeMissionDatabase(Mdb.MissionDatabase value)
      optional .yamcs.protobuf.mdb.MissionDatabase missionDatabase = 3;
    • clearMissionDatabase

      public YamcsInstance.Builder clearMissionDatabase()
      optional .yamcs.protobuf.mdb.MissionDatabase missionDatabase = 3;
    • getMissionDatabaseBuilder

      public Mdb.MissionDatabase.Builder getMissionDatabaseBuilder()
      optional .yamcs.protobuf.mdb.MissionDatabase missionDatabase = 3;
    • getMissionDatabaseOrBuilder

      public Mdb.MissionDatabaseOrBuilder getMissionDatabaseOrBuilder()
      optional .yamcs.protobuf.mdb.MissionDatabase missionDatabase = 3;
      Specified by:
      getMissionDatabaseOrBuilder in interface YamcsInstanceOrBuilder
    • getProcessorsList

      public List<ProcessorInfo> getProcessorsList()
      repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 4;
      Specified by:
      getProcessorsList in interface YamcsInstanceOrBuilder
    • getProcessorsCount

      public int getProcessorsCount()
      repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 4;
      Specified by:
      getProcessorsCount in interface YamcsInstanceOrBuilder
    • getProcessors

      public ProcessorInfo getProcessors(int index)
      repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 4;
      Specified by:
      getProcessors in interface YamcsInstanceOrBuilder
    • setProcessors

      public YamcsInstance.Builder setProcessors(int index, ProcessorInfo value)
      repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 4;
    • setProcessors

      public YamcsInstance.Builder setProcessors(int index, ProcessorInfo.Builder builderForValue)
      repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 4;
    • addProcessors

      public YamcsInstance.Builder addProcessors(ProcessorInfo value)
      repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 4;
    • addProcessors

      public YamcsInstance.Builder addProcessors(int index, ProcessorInfo value)
      repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 4;
    • addProcessors

      public YamcsInstance.Builder addProcessors(ProcessorInfo.Builder builderForValue)
      repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 4;
    • addProcessors

      public YamcsInstance.Builder addProcessors(int index, ProcessorInfo.Builder builderForValue)
      repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 4;
    • addAllProcessors

      public YamcsInstance.Builder addAllProcessors(Iterable<? extends ProcessorInfo> values)
      repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 4;
    • clearProcessors

      public YamcsInstance.Builder clearProcessors()
      repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 4;
    • removeProcessors

      public YamcsInstance.Builder removeProcessors(int index)
      repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 4;
    • getProcessorsBuilder

      public ProcessorInfo.Builder getProcessorsBuilder(int index)
      repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 4;
    • getProcessorsOrBuilder

      public ProcessorInfoOrBuilder getProcessorsOrBuilder(int index)
      repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 4;
      Specified by:
      getProcessorsOrBuilder in interface YamcsInstanceOrBuilder
    • getProcessorsOrBuilderList

      public List<? extends ProcessorInfoOrBuilder> getProcessorsOrBuilderList()
      repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 4;
      Specified by:
      getProcessorsOrBuilderList in interface YamcsInstanceOrBuilder
    • addProcessorsBuilder

      public ProcessorInfo.Builder addProcessorsBuilder()
      repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 4;
    • addProcessorsBuilder

      public ProcessorInfo.Builder addProcessorsBuilder(int index)
      repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 4;
    • getProcessorsBuilderList

      public List<ProcessorInfo.Builder> getProcessorsBuilderList()
      repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 4;
    • hasState

      public boolean hasState()
      optional .yamcs.protobuf.instances.YamcsInstance.InstanceState state = 11;
      Specified by:
      hasState in interface YamcsInstanceOrBuilder
      Returns:
      Whether the state field is set.
    • getState

      public YamcsInstance.InstanceState getState()
      optional .yamcs.protobuf.instances.YamcsInstance.InstanceState state = 11;
      Specified by:
      getState in interface YamcsInstanceOrBuilder
      Returns:
      The state.
    • setState

      optional .yamcs.protobuf.instances.YamcsInstance.InstanceState state = 11;
      Parameters:
      value - The state to set.
      Returns:
      This builder for chaining.
    • clearState

      public YamcsInstance.Builder clearState()
      optional .yamcs.protobuf.instances.YamcsInstance.InstanceState state = 11;
      Returns:
      This builder for chaining.
    • hasFailureCause

      public boolean hasFailureCause()
      in case the state=FAILED, this field will indicate the cause of the failure
       the missionDatabase and other fields may not be filled when this happens
       
      optional string failureCause = 9;
      Specified by:
      hasFailureCause in interface YamcsInstanceOrBuilder
      Returns:
      Whether the failureCause field is set.
    • getFailureCause

      public String getFailureCause()
      in case the state=FAILED, this field will indicate the cause of the failure
       the missionDatabase and other fields may not be filled when this happens
       
      optional string failureCause = 9;
      Specified by:
      getFailureCause in interface YamcsInstanceOrBuilder
      Returns:
      The failureCause.
    • getFailureCauseBytes

      public com.google.protobuf.ByteString getFailureCauseBytes()
      in case the state=FAILED, this field will indicate the cause of the failure
       the missionDatabase and other fields may not be filled when this happens
       
      optional string failureCause = 9;
      Specified by:
      getFailureCauseBytes in interface YamcsInstanceOrBuilder
      Returns:
      The bytes for failureCause.
    • setFailureCause

      public YamcsInstance.Builder setFailureCause(String value)
      in case the state=FAILED, this field will indicate the cause of the failure
       the missionDatabase and other fields may not be filled when this happens
       
      optional string failureCause = 9;
      Parameters:
      value - The failureCause to set.
      Returns:
      This builder for chaining.
    • clearFailureCause

      public YamcsInstance.Builder clearFailureCause()
      in case the state=FAILED, this field will indicate the cause of the failure
       the missionDatabase and other fields may not be filled when this happens
       
      optional string failureCause = 9;
      Returns:
      This builder for chaining.
    • setFailureCauseBytes

      public YamcsInstance.Builder setFailureCauseBytes(com.google.protobuf.ByteString value)
      in case the state=FAILED, this field will indicate the cause of the failure
       the missionDatabase and other fields may not be filled when this happens
       
      optional string failureCause = 9;
      Parameters:
      value - The bytes for failureCause to set.
      Returns:
      This builder for chaining.
    • hasMissionTime

      public boolean hasMissionTime()
      optional .google.protobuf.Timestamp missionTime = 10;
      Specified by:
      hasMissionTime in interface YamcsInstanceOrBuilder
      Returns:
      Whether the missionTime field is set.
    • getMissionTime

      public com.google.protobuf.Timestamp getMissionTime()
      optional .google.protobuf.Timestamp missionTime = 10;
      Specified by:
      getMissionTime in interface YamcsInstanceOrBuilder
      Returns:
      The missionTime.
    • setMissionTime

      public YamcsInstance.Builder setMissionTime(com.google.protobuf.Timestamp value)
      optional .google.protobuf.Timestamp missionTime = 10;
    • setMissionTime

      public YamcsInstance.Builder setMissionTime(com.google.protobuf.Timestamp.Builder builderForValue)
      optional .google.protobuf.Timestamp missionTime = 10;
    • mergeMissionTime

      public YamcsInstance.Builder mergeMissionTime(com.google.protobuf.Timestamp value)
      optional .google.protobuf.Timestamp missionTime = 10;
    • clearMissionTime

      public YamcsInstance.Builder clearMissionTime()
      optional .google.protobuf.Timestamp missionTime = 10;
    • getMissionTimeBuilder

      public com.google.protobuf.Timestamp.Builder getMissionTimeBuilder()
      optional .google.protobuf.Timestamp missionTime = 10;
    • getMissionTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getMissionTimeOrBuilder()
      optional .google.protobuf.Timestamp missionTime = 10;
      Specified by:
      getMissionTimeOrBuilder in interface YamcsInstanceOrBuilder
    • getLabelsCount

      public int getLabelsCount()
      Description copied from interface: YamcsInstanceOrBuilder
       Labels assigned to this instance. Each entry is keyed by the tag name
       of the label. The value represent the label value for that tag.
       
      map<string, string> labels = 12;
      Specified by:
      getLabelsCount in interface YamcsInstanceOrBuilder
    • containsLabels

      public boolean containsLabels(String key)
       Labels assigned to this instance. Each entry is keyed by the tag name
       of the label. The value represent the label value for that tag.
       
      map<string, string> labels = 12;
      Specified by:
      containsLabels in interface YamcsInstanceOrBuilder
    • getLabels

      @Deprecated public Map<String,String> getLabels()
      Deprecated.
      Use getLabelsMap() instead.
      Specified by:
      getLabels in interface YamcsInstanceOrBuilder
    • getLabelsMap

      public Map<String,String> getLabelsMap()
       Labels assigned to this instance. Each entry is keyed by the tag name
       of the label. The value represent the label value for that tag.
       
      map<string, string> labels = 12;
      Specified by:
      getLabelsMap in interface YamcsInstanceOrBuilder
    • getLabelsOrDefault

      public String getLabelsOrDefault(String key, String defaultValue)
       Labels assigned to this instance. Each entry is keyed by the tag name
       of the label. The value represent the label value for that tag.
       
      map<string, string> labels = 12;
      Specified by:
      getLabelsOrDefault in interface YamcsInstanceOrBuilder
    • getLabelsOrThrow

      public String getLabelsOrThrow(String key)
       Labels assigned to this instance. Each entry is keyed by the tag name
       of the label. The value represent the label value for that tag.
       
      map<string, string> labels = 12;
      Specified by:
      getLabelsOrThrow in interface YamcsInstanceOrBuilder
    • clearLabels

      public YamcsInstance.Builder clearLabels()
    • removeLabels

      public YamcsInstance.Builder removeLabels(String key)
       Labels assigned to this instance. Each entry is keyed by the tag name
       of the label. The value represent the label value for that tag.
       
      map<string, string> labels = 12;
    • getMutableLabels

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

      public YamcsInstance.Builder putLabels(String key, String value)
       Labels assigned to this instance. Each entry is keyed by the tag name
       of the label. The value represent the label value for that tag.
       
      map<string, string> labels = 12;
    • putAllLabels

      public YamcsInstance.Builder putAllLabels(Map<String,String> values)
       Labels assigned to this instance. Each entry is keyed by the tag name
       of the label. The value represent the label value for that tag.
       
      map<string, string> labels = 12;
    • getCapabilitiesList

      public com.google.protobuf.ProtocolStringList getCapabilitiesList()
       Feature capability hints for client use
       
      repeated string capabilities = 13;
      Specified by:
      getCapabilitiesList in interface YamcsInstanceOrBuilder
      Returns:
      A list containing the capabilities.
    • getCapabilitiesCount

      public int getCapabilitiesCount()
       Feature capability hints for client use
       
      repeated string capabilities = 13;
      Specified by:
      getCapabilitiesCount in interface YamcsInstanceOrBuilder
      Returns:
      The count of capabilities.
    • getCapabilities

      public String getCapabilities(int index)
       Feature capability hints for client use
       
      repeated string capabilities = 13;
      Specified by:
      getCapabilities in interface YamcsInstanceOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The capabilities at the given index.
    • getCapabilitiesBytes

      public com.google.protobuf.ByteString getCapabilitiesBytes(int index)
       Feature capability hints for client use
       
      repeated string capabilities = 13;
      Specified by:
      getCapabilitiesBytes in interface YamcsInstanceOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the capabilities at the given index.
    • setCapabilities

      public YamcsInstance.Builder setCapabilities(int index, String value)
       Feature capability hints for client use
       
      repeated string capabilities = 13;
      Parameters:
      index - The index to set the value at.
      value - The capabilities to set.
      Returns:
      This builder for chaining.
    • addCapabilities

      public YamcsInstance.Builder addCapabilities(String value)
       Feature capability hints for client use
       
      repeated string capabilities = 13;
      Parameters:
      value - The capabilities to add.
      Returns:
      This builder for chaining.
    • addAllCapabilities

      public YamcsInstance.Builder addAllCapabilities(Iterable<String> values)
       Feature capability hints for client use
       
      repeated string capabilities = 13;
      Parameters:
      values - The capabilities to add.
      Returns:
      This builder for chaining.
    • clearCapabilities

      public YamcsInstance.Builder clearCapabilities()
       Feature capability hints for client use
       
      repeated string capabilities = 13;
      Returns:
      This builder for chaining.
    • addCapabilitiesBytes

      public YamcsInstance.Builder addCapabilitiesBytes(com.google.protobuf.ByteString value)
       Feature capability hints for client use
       
      repeated string capabilities = 13;
      Parameters:
      value - The bytes of the capabilities to add.
      Returns:
      This builder for chaining.
    • hasTemplate

      public boolean hasTemplate()
       Name of the template, if this instance was generated  
       
      optional string template = 14;
      Specified by:
      hasTemplate in interface YamcsInstanceOrBuilder
      Returns:
      Whether the template field is set.
    • getTemplate

      public String getTemplate()
       Name of the template, if this instance was generated  
       
      optional string template = 14;
      Specified by:
      getTemplate in interface YamcsInstanceOrBuilder
      Returns:
      The template.
    • getTemplateBytes

      public com.google.protobuf.ByteString getTemplateBytes()
       Name of the template, if this instance was generated  
       
      optional string template = 14;
      Specified by:
      getTemplateBytes in interface YamcsInstanceOrBuilder
      Returns:
      The bytes for template.
    • setTemplate

      public YamcsInstance.Builder setTemplate(String value)
       Name of the template, if this instance was generated  
       
      optional string template = 14;
      Parameters:
      value - The template to set.
      Returns:
      This builder for chaining.
    • clearTemplate

      public YamcsInstance.Builder clearTemplate()
       Name of the template, if this instance was generated  
       
      optional string template = 14;
      Returns:
      This builder for chaining.
    • setTemplateBytes

      public YamcsInstance.Builder setTemplateBytes(com.google.protobuf.ByteString value)
       Name of the template, if this instance was generated  
       
      optional string template = 14;
      Parameters:
      value - The bytes for template to set.
      Returns:
      This builder for chaining.
    • getTemplateArgsCount

      public int getTemplateArgsCount()
      Description copied from interface: YamcsInstanceOrBuilder
       Arguments used during template processing, if this instance
       was generated
       
      map<string, string> templateArgs = 15;
      Specified by:
      getTemplateArgsCount in interface YamcsInstanceOrBuilder
    • containsTemplateArgs

      public boolean containsTemplateArgs(String key)
       Arguments used during template processing, if this instance
       was generated
       
      map<string, string> templateArgs = 15;
      Specified by:
      containsTemplateArgs in interface YamcsInstanceOrBuilder
    • getTemplateArgs

      @Deprecated public Map<String,String> getTemplateArgs()
      Deprecated.
      Specified by:
      getTemplateArgs in interface YamcsInstanceOrBuilder
    • getTemplateArgsMap

      public Map<String,String> getTemplateArgsMap()
       Arguments used during template processing, if this instance
       was generated
       
      map<string, string> templateArgs = 15;
      Specified by:
      getTemplateArgsMap in interface YamcsInstanceOrBuilder
    • getTemplateArgsOrDefault

      public String getTemplateArgsOrDefault(String key, String defaultValue)
       Arguments used during template processing, if this instance
       was generated
       
      map<string, string> templateArgs = 15;
      Specified by:
      getTemplateArgsOrDefault in interface YamcsInstanceOrBuilder
    • getTemplateArgsOrThrow

      public String getTemplateArgsOrThrow(String key)
       Arguments used during template processing, if this instance
       was generated
       
      map<string, string> templateArgs = 15;
      Specified by:
      getTemplateArgsOrThrow in interface YamcsInstanceOrBuilder
    • clearTemplateArgs

      public YamcsInstance.Builder clearTemplateArgs()
    • removeTemplateArgs

      public YamcsInstance.Builder removeTemplateArgs(String key)
       Arguments used during template processing, if this instance
       was generated
       
      map<string, string> templateArgs = 15;
    • getMutableTemplateArgs

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

      public YamcsInstance.Builder putTemplateArgs(String key, String value)
       Arguments used during template processing, if this instance
       was generated
       
      map<string, string> templateArgs = 15;
    • putAllTemplateArgs

      public YamcsInstance.Builder putAllTemplateArgs(Map<String,String> values)
       Arguments used during template processing, if this instance
       was generated
       
      map<string, string> templateArgs = 15;
    • hasTemplateAvailable

      public boolean hasTemplateAvailable()
       Whether the template is stil available
       
      optional bool templateAvailable = 16;
      Specified by:
      hasTemplateAvailable in interface YamcsInstanceOrBuilder
      Returns:
      Whether the templateAvailable field is set.
    • getTemplateAvailable

      public boolean getTemplateAvailable()
       Whether the template is stil available
       
      optional bool templateAvailable = 16;
      Specified by:
      getTemplateAvailable in interface YamcsInstanceOrBuilder
      Returns:
      The templateAvailable.
    • setTemplateAvailable

      public YamcsInstance.Builder setTemplateAvailable(boolean value)
       Whether the template is stil available
       
      optional bool templateAvailable = 16;
      Parameters:
      value - The templateAvailable to set.
      Returns:
      This builder for chaining.
    • clearTemplateAvailable

      public YamcsInstance.Builder clearTemplateAvailable()
       Whether the template is stil available
       
      optional bool templateAvailable = 16;
      Returns:
      This builder for chaining.
    • hasTemplateChanged

      public boolean hasTemplateChanged()
       Whether the template has changed since this instance was
       generated
       
      optional bool templateChanged = 17;
      Specified by:
      hasTemplateChanged in interface YamcsInstanceOrBuilder
      Returns:
      Whether the templateChanged field is set.
    • getTemplateChanged

      public boolean getTemplateChanged()
       Whether the template has changed since this instance was
       generated
       
      optional bool templateChanged = 17;
      Specified by:
      getTemplateChanged in interface YamcsInstanceOrBuilder
      Returns:
      The templateChanged.
    • setTemplateChanged

      public YamcsInstance.Builder setTemplateChanged(boolean value)
       Whether the template has changed since this instance was
       generated
       
      optional bool templateChanged = 17;
      Parameters:
      value - The templateChanged to set.
      Returns:
      This builder for chaining.
    • clearTemplateChanged

      public YamcsInstance.Builder clearTemplateChanged()
       Whether the template has changed since this instance was
       generated
       
      optional bool templateChanged = 17;
      Returns:
      This builder for chaining.
    • setUnknownFields

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

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