Class CreateTagRequest.Builder

    • Method Detail

      • 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>
      • 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
      • 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
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         **Required.** The name of the tag.
         
        optional string name = 2;
        Specified by:
        getNameBytes in interface CreateTagRequestOrBuilder
      • 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
      • 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
      • 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
      • 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
      • 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;
      • 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
      • 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>