Class CreateTagRequest.Builder

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

public static final class CreateTagRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CreateTagRequest.Builder> implements CreateTagRequestOrBuilder
Protobuf type yamcs.protobuf.web.CreateTagRequest
  • 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<CreateTagRequest.Builder>
    • clear

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

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

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

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

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

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

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

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

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

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

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

      public CreateTagRequest.Builder mergeFrom(CreateTagRequest other)
    • isInitialized

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

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

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

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

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

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

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

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

      public boolean hasName()
       **Required.** The name of the tag.
       
      optional string name = 2;
      Specified by:
      hasName in interface CreateTagRequestOrBuilder
    • getName

      public String getName()
       **Required.** The name of the tag.
       
      optional string name = 2;
      Specified by:
      getName in interface CreateTagRequestOrBuilder
    • getNameBytes

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

      public CreateTagRequest.Builder setName(String value)
       **Required.** The name of the tag.
       
      optional string name = 2;
    • clearName

      public CreateTagRequest.Builder clearName()
       **Required.** The name of the tag.
       
      optional string name = 2;
    • setNameBytes

      public CreateTagRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
       **Required.** The name of the tag.
       
      optional string name = 2;
    • hasStart

      public boolean hasStart()
       The start time of the tag. Default is unbounded.
       
      optional string start = 3;
      Specified by:
      hasStart in interface CreateTagRequestOrBuilder
    • getStart

      public String getStart()
       The start time of the tag. Default is unbounded.
       
      optional string start = 3;
      Specified by:
      getStart in interface CreateTagRequestOrBuilder
    • getStartBytes

      public com.google.protobuf.ByteString getStartBytes()
       The start time of the tag. Default is unbounded.
       
      optional string start = 3;
      Specified by:
      getStartBytes in interface CreateTagRequestOrBuilder
    • setStart

      public CreateTagRequest.Builder setStart(String value)
       The start time of the tag. Default is unbounded.
       
      optional string start = 3;
    • clearStart

      public CreateTagRequest.Builder clearStart()
       The start time of the tag. Default is unbounded.
       
      optional string start = 3;
    • setStartBytes

      public CreateTagRequest.Builder setStartBytes(com.google.protobuf.ByteString value)
       The start time of the tag. Default is unbounded.
       
      optional string start = 3;
    • hasStop

      public boolean hasStop()
       The stop time of the tag. Default is unbounded.
       
      optional string stop = 4;
      Specified by:
      hasStop in interface CreateTagRequestOrBuilder
    • getStop

      public String getStop()
       The stop time of the tag. Default is unbounded.
       
      optional string stop = 4;
      Specified by:
      getStop in interface CreateTagRequestOrBuilder
    • getStopBytes

      public com.google.protobuf.ByteString getStopBytes()
       The stop time of the tag. Default is unbounded.
       
      optional string stop = 4;
      Specified by:
      getStopBytes in interface CreateTagRequestOrBuilder
    • setStop

      public CreateTagRequest.Builder setStop(String value)
       The stop time of the tag. Default is unbounded.
       
      optional string stop = 4;
    • clearStop

      public CreateTagRequest.Builder clearStop()
       The stop time of the tag. Default is unbounded.
       
      optional string stop = 4;
    • setStopBytes

      public CreateTagRequest.Builder setStopBytes(com.google.protobuf.ByteString value)
       The stop time of the tag. Default is unbounded.
       
      optional string stop = 4;
    • hasDescription

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

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

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

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

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

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

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

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

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

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

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

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

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

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