Class Enum.Builder

    • Method Detail

      • getDefaultInstanceForType

        public Enum getDefaultInstanceForType()
        Description copied from interface: MessageLiteOrBuilder
        Get an instance of the type with no fields set. Because no fields are set, all getters for singular fields will return default values and repeated fields will appear empty. This may or may not be a singleton. This differs from the getDefaultInstance() method of generated message classes in that this method is an abstract method of the MessageLite interface whereas getDefaultInstance() is a static method of a specific class. They return the same thing.
        Specified by:
        getDefaultInstanceForType in interface MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface MessageOrBuilder
      • mergeFrom

        public Enum.Builder mergeFrom​(Message other)
        Description copied from interface: Message.Builder
        Merge other into the message being built. other must have the exact same type as this (i.e. getDescriptorForType() == other.getDescriptorForType()).

        Merging occurs as follows. For each field:
        * For singular primitive fields, if the field is set in other, then other's value overwrites the value in this message.
        * For singular message fields, if the field is set in other, it is merged into the corresponding sub-message of this message using the same merging rules.
        * For repeated fields, the elements in other are concatenated with the elements in this message.
        * For oneof groups, if the other message has one of the fields set, the group of this message is cleared and replaced by the field of the other message, so that the oneof constraint is preserved.

        This is equivalent to the Message::MergeFrom method in C++.

        Specified by:
        mergeFrom in interface Message.Builder
        Overrides:
        mergeFrom in class AbstractMessage.Builder<Enum.Builder>
      • getName

        public java.lang.String getName()
        string name = 1 [json_name = "name"];
        Specified by:
        getName in interface EnumOrBuilder
        Returns:
        The name.
      • setName

        public Enum.Builder setName​(java.lang.String value)
        string name = 1 [json_name = "name"];
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public Enum.Builder clearName()
        string name = 1 [json_name = "name"];
        Returns:
        This builder for chaining.
      • setNameBytes

        public Enum.Builder setNameBytes​(ByteString value)
        string name = 1 [json_name = "name"];
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getEnumvalueList

        public java.util.List<EnumValue> getEnumvalueList()
        repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
        Specified by:
        getEnumvalueList in interface EnumOrBuilder
      • getEnumvalueCount

        public int getEnumvalueCount()
        repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
        Specified by:
        getEnumvalueCount in interface EnumOrBuilder
      • getEnumvalue

        public EnumValue getEnumvalue​(int index)
        repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
        Specified by:
        getEnumvalue in interface EnumOrBuilder
      • setEnumvalue

        public Enum.Builder setEnumvalue​(int index,
                                         EnumValue value)
        repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
      • setEnumvalue

        public Enum.Builder setEnumvalue​(int index,
                                         EnumValue.Builder builderForValue)
        repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
      • addEnumvalue

        public Enum.Builder addEnumvalue​(EnumValue value)
        repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
      • addEnumvalue

        public Enum.Builder addEnumvalue​(int index,
                                         EnumValue value)
        repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
      • addEnumvalue

        public Enum.Builder addEnumvalue​(EnumValue.Builder builderForValue)
        repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
      • addEnumvalue

        public Enum.Builder addEnumvalue​(int index,
                                         EnumValue.Builder builderForValue)
        repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
      • addAllEnumvalue

        public Enum.Builder addAllEnumvalue​(java.lang.Iterable<? extends EnumValue> values)
        repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
      • clearEnumvalue

        public Enum.Builder clearEnumvalue()
        repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
      • removeEnumvalue

        public Enum.Builder removeEnumvalue​(int index)
        repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
      • getEnumvalueBuilder

        public EnumValue.Builder getEnumvalueBuilder​(int index)
        repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
      • addEnumvalueBuilder

        public EnumValue.Builder addEnumvalueBuilder()
        repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
      • addEnumvalueBuilder

        public EnumValue.Builder addEnumvalueBuilder​(int index)
        repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
      • getEnumvalueBuilderList

        public java.util.List<EnumValue.Builder> getEnumvalueBuilderList()
        repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
      • getOptionsList

        public java.util.List<Option> getOptionsList()
        repeated .google.protobuf.Option options = 3 [json_name = "options"];
        Specified by:
        getOptionsList in interface EnumOrBuilder
      • getOptionsCount

        public int getOptionsCount()
        repeated .google.protobuf.Option options = 3 [json_name = "options"];
        Specified by:
        getOptionsCount in interface EnumOrBuilder
      • getOptions

        public Option getOptions​(int index)
        repeated .google.protobuf.Option options = 3 [json_name = "options"];
        Specified by:
        getOptions in interface EnumOrBuilder
      • setOptions

        public Enum.Builder setOptions​(int index,
                                       Option value)
        repeated .google.protobuf.Option options = 3 [json_name = "options"];
      • setOptions

        public Enum.Builder setOptions​(int index,
                                       Option.Builder builderForValue)
        repeated .google.protobuf.Option options = 3 [json_name = "options"];
      • addOptions

        public Enum.Builder addOptions​(Option value)
        repeated .google.protobuf.Option options = 3 [json_name = "options"];
      • addOptions

        public Enum.Builder addOptions​(int index,
                                       Option value)
        repeated .google.protobuf.Option options = 3 [json_name = "options"];
      • addOptions

        public Enum.Builder addOptions​(Option.Builder builderForValue)
        repeated .google.protobuf.Option options = 3 [json_name = "options"];
      • addOptions

        public Enum.Builder addOptions​(int index,
                                       Option.Builder builderForValue)
        repeated .google.protobuf.Option options = 3 [json_name = "options"];
      • addAllOptions

        public Enum.Builder addAllOptions​(java.lang.Iterable<? extends Option> values)
        repeated .google.protobuf.Option options = 3 [json_name = "options"];
      • clearOptions

        public Enum.Builder clearOptions()
        repeated .google.protobuf.Option options = 3 [json_name = "options"];
      • removeOptions

        public Enum.Builder removeOptions​(int index)
        repeated .google.protobuf.Option options = 3 [json_name = "options"];
      • getOptionsBuilder

        public Option.Builder getOptionsBuilder​(int index)
        repeated .google.protobuf.Option options = 3 [json_name = "options"];
      • addOptionsBuilder

        public Option.Builder addOptionsBuilder()
        repeated .google.protobuf.Option options = 3 [json_name = "options"];
      • addOptionsBuilder

        public Option.Builder addOptionsBuilder​(int index)
        repeated .google.protobuf.Option options = 3 [json_name = "options"];
      • getOptionsBuilderList

        public java.util.List<Option.Builder> getOptionsBuilderList()
        repeated .google.protobuf.Option options = 3 [json_name = "options"];
      • hasSourceContext

        public boolean hasSourceContext()
        .google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
        Specified by:
        hasSourceContext in interface EnumOrBuilder
        Returns:
        Whether the sourceContext field is set.
      • getSourceContext

        public SourceContext getSourceContext()
        .google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
        Specified by:
        getSourceContext in interface EnumOrBuilder
        Returns:
        The sourceContext.
      • setSourceContext

        public Enum.Builder setSourceContext​(SourceContext value)
        .google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
      • setSourceContext

        public Enum.Builder setSourceContext​(SourceContext.Builder builderForValue)
        .google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
      • mergeSourceContext

        public Enum.Builder mergeSourceContext​(SourceContext value)
        .google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
      • clearSourceContext

        public Enum.Builder clearSourceContext()
        .google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
      • getSourceContextBuilder

        public SourceContext.Builder getSourceContextBuilder()
        .google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
      • getSyntaxValue

        public int getSyntaxValue()
        .google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
        Specified by:
        getSyntaxValue in interface EnumOrBuilder
        Returns:
        The enum numeric value on the wire for syntax.
      • setSyntaxValue

        public Enum.Builder setSyntaxValue​(int value)
        .google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
        Parameters:
        value - The enum numeric value on the wire for syntax to set.
        Returns:
        This builder for chaining.
      • getSyntax

        public Syntax getSyntax()
        .google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
        Specified by:
        getSyntax in interface EnumOrBuilder
        Returns:
        The syntax.
      • setSyntax

        public Enum.Builder setSyntax​(Syntax value)
        .google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
        Parameters:
        value - The syntax to set.
        Returns:
        This builder for chaining.
      • clearSyntax

        public Enum.Builder clearSyntax()
        .google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
        Returns:
        This builder for chaining.