Class 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 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<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>
      • 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
      • getInstanceBytes

        public com.google.protobuf.ByteString getInstanceBytes()
         Yamcs instance name.
         
        optional string instance = 1;
        Specified by:
        getInstanceBytes in interface EditTagRequestOrBuilder
      • 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;
      • getNameBytes

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