Class EditTagRequest.Builder

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

public static final class EditTagRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<EditTagRequest.Builder> implements EditTagRequestOrBuilder
Protobuf type yamcs.protobuf.web.EditTagRequest
  • Method Details

    • getDescriptor

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

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

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

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

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

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

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

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

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

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

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

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

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

      public EditTagRequest.Builder mergeFrom(EditTagRequest other)
    • isInitialized

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

      public EditTagRequest.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<EditTagRequest.Builder>
      Throws:
      IOException
    • hasInstance

      public boolean hasInstance()
       Yamcs instance name.
       
      optional string instance = 1;
      Specified by:
      hasInstance in interface EditTagRequestOrBuilder
    • getInstance

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

      public com.google.protobuf.ByteString getInstanceBytes()
       Yamcs instance name.
       
      optional string instance = 1;
      Specified by:
      getInstanceBytes in interface EditTagRequestOrBuilder
    • setInstance

      public EditTagRequest.Builder setInstance(String value)
       Yamcs instance name.
       
      optional string instance = 1;
    • clearInstance

      public EditTagRequest.Builder clearInstance()
       Yamcs instance name.
       
      optional string instance = 1;
    • setInstanceBytes

      public EditTagRequest.Builder setInstanceBytes(com.google.protobuf.ByteString value)
       Yamcs instance name.
       
      optional string instance = 1;
    • hasTagTime

      public boolean hasTagTime()
      optional int64 tagTime = 2;
      Specified by:
      hasTagTime in interface EditTagRequestOrBuilder
    • getTagTime

      public long getTagTime()
      optional int64 tagTime = 2;
      Specified by:
      getTagTime in interface EditTagRequestOrBuilder
    • setTagTime

      public EditTagRequest.Builder setTagTime(long value)
      optional int64 tagTime = 2;
    • clearTagTime

      public EditTagRequest.Builder clearTagTime()
      optional int64 tagTime = 2;
    • hasTagId

      public boolean hasTagId()
      optional int32 tagId = 3;
      Specified by:
      hasTagId in interface EditTagRequestOrBuilder
    • getTagId

      public int getTagId()
      optional int32 tagId = 3;
      Specified by:
      getTagId in interface EditTagRequestOrBuilder
    • setTagId

      public EditTagRequest.Builder setTagId(int value)
      optional int32 tagId = 3;
    • clearTagId

      public EditTagRequest.Builder clearTagId()
      optional int32 tagId = 3;
    • hasName

      public boolean hasName()
       The name of the tag.
       
      optional string name = 4;
      Specified by:
      hasName in interface EditTagRequestOrBuilder
    • getName

      public String getName()
       The name of the tag.
       
      optional string name = 4;
      Specified by:
      getName in interface EditTagRequestOrBuilder
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       The name of the tag.
       
      optional string name = 4;
      Specified by:
      getNameBytes in interface EditTagRequestOrBuilder
    • setName

      public EditTagRequest.Builder setName(String value)
       The name of the tag.
       
      optional string name = 4;
    • clearName

      public EditTagRequest.Builder clearName()
       The name of the tag.
       
      optional string name = 4;
    • setNameBytes

      public EditTagRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
       The name of the tag.
       
      optional string name = 4;
    • hasStart

      public boolean hasStart()
       The start time of the tag. Must be a date string in ISO 8601 format.
       
      optional string start = 5;
      Specified by:
      hasStart in interface EditTagRequestOrBuilder
    • getStart

      public String getStart()
       The start time of the tag. Must be a date string in ISO 8601 format.
       
      optional string start = 5;
      Specified by:
      getStart in interface EditTagRequestOrBuilder
    • getStartBytes

      public com.google.protobuf.ByteString getStartBytes()
       The start time of the tag. Must be a date string in ISO 8601 format.
       
      optional string start = 5;
      Specified by:
      getStartBytes in interface EditTagRequestOrBuilder
    • setStart

      public EditTagRequest.Builder setStart(String value)
       The start time of the tag. Must be a date string in ISO 8601 format.
       
      optional string start = 5;
    • clearStart

      public EditTagRequest.Builder clearStart()
       The start time of the tag. Must be a date string in ISO 8601 format.
       
      optional string start = 5;
    • setStartBytes

      public EditTagRequest.Builder setStartBytes(com.google.protobuf.ByteString value)
       The start time of the tag. Must be a date string in ISO 8601 format.
       
      optional string start = 5;
    • hasStop

      public boolean hasStop()
       The stop time of the tag. Must be a date string in ISO 8601 format.
       
      optional string stop = 6;
      Specified by:
      hasStop in interface EditTagRequestOrBuilder
    • getStop

      public String getStop()
       The stop time of the tag. Must be a date string in ISO 8601 format.
       
      optional string stop = 6;
      Specified by:
      getStop in interface EditTagRequestOrBuilder
    • getStopBytes

      public com.google.protobuf.ByteString getStopBytes()
       The stop time of the tag. Must be a date string in ISO 8601 format.
       
      optional string stop = 6;
      Specified by:
      getStopBytes in interface EditTagRequestOrBuilder
    • setStop

      public EditTagRequest.Builder setStop(String value)
       The stop time of the tag. Must be a date string in ISO 8601 format.
       
      optional string stop = 6;
    • clearStop

      public EditTagRequest.Builder clearStop()
       The stop time of the tag. Must be a date string in ISO 8601 format.
       
      optional string stop = 6;
    • setStopBytes

      public EditTagRequest.Builder setStopBytes(com.google.protobuf.ByteString value)
       The stop time of the tag. Must be a date string in ISO 8601 format.
       
      optional string stop = 6;
    • hasDescription

      public boolean hasDescription()
       The description of the tag.
       
      optional string description = 7;
      Specified by:
      hasDescription in interface EditTagRequestOrBuilder
    • getDescription

      public String getDescription()
       The description of the tag.
       
      optional string description = 7;
      Specified by:
      getDescription in interface EditTagRequestOrBuilder
    • getDescriptionBytes

      public com.google.protobuf.ByteString getDescriptionBytes()
       The description of the tag.
       
      optional string description = 7;
      Specified by:
      getDescriptionBytes in interface EditTagRequestOrBuilder
    • setDescription

      public EditTagRequest.Builder setDescription(String value)
       The description of the tag.
       
      optional string description = 7;
    • clearDescription

      public EditTagRequest.Builder clearDescription()
       The description of the tag.
       
      optional string description = 7;
    • setDescriptionBytes

      public EditTagRequest.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
       The description of the tag.
       
      optional string description = 7;
    • hasColor

      public boolean hasColor()
       The color of the tag. Must be an RGB hex color, e.g. ``#ff0000``.
       
      optional string color = 8;
      Specified by:
      hasColor in interface EditTagRequestOrBuilder
    • getColor

      public String getColor()
       The color of the tag. Must be an RGB hex color, e.g. ``#ff0000``.
       
      optional string color = 8;
      Specified by:
      getColor in interface EditTagRequestOrBuilder
    • getColorBytes

      public com.google.protobuf.ByteString getColorBytes()
       The color of the tag. Must be an RGB hex color, e.g. ``#ff0000``.
       
      optional string color = 8;
      Specified by:
      getColorBytes in interface EditTagRequestOrBuilder
    • setColor

      public EditTagRequest.Builder setColor(String value)
       The color of the tag. Must be an RGB hex color, e.g. ``#ff0000``.
       
      optional string color = 8;
    • clearColor

      public EditTagRequest.Builder clearColor()
       The color of the tag. Must be an RGB hex color, e.g. ``#ff0000``.
       
      optional string color = 8;
    • setColorBytes

      public EditTagRequest.Builder setColorBytes(com.google.protobuf.ByteString value)
       The color of the tag. Must be an RGB hex color, e.g. ``#ff0000``.
       
      optional string color = 8;
    • setUnknownFields

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

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