Class Enum.Builder

  • All Implemented Interfaces:
    EnumOrBuilder, MessageLite.Builder, MessageLiteOrBuilder, java.lang.Cloneable
    Enclosing class:
    Enum

    public static final class Enum.Builder
    extends GeneratedMessageLite.Builder<Enum,​Enum.Builder>
    implements EnumOrBuilder
     Enum type definition.
    
     New usages of this message as an alternative to EnumDescriptorProto are
     strongly discouraged. This message does not reliability preserve all
     information necessary to model the schema and preserve semantics. Instead
     make use of FileDescriptorSet which preserves the necessary information.
     
    Protobuf type google.protobuf.Enum
    • Constructor Detail

      • Builder

        private Builder()
    • Method Detail

      • getName

        public java.lang.String getName()
         Enum type name.
         
        string name = 1;
        Specified by:
        getName in interface EnumOrBuilder
        Returns:
        The name.
      • setName

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

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

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

        public java.util.List<EnumValue> getEnumvalueList()
         Enum value definitions.
         
        repeated .google.protobuf.EnumValue enumvalue = 2;
        Specified by:
        getEnumvalueList in interface EnumOrBuilder
      • getEnumvalueCount

        public int getEnumvalueCount()
         Enum value definitions.
         
        repeated .google.protobuf.EnumValue enumvalue = 2;
        Specified by:
        getEnumvalueCount in interface EnumOrBuilder
      • getEnumvalue

        public EnumValue getEnumvalue​(int index)
         Enum value definitions.
         
        repeated .google.protobuf.EnumValue enumvalue = 2;
        Specified by:
        getEnumvalue in interface EnumOrBuilder
      • setEnumvalue

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

        public Enum.Builder setEnumvalue​(int index,
                                         EnumValue.Builder builderForValue)
         Enum value definitions.
         
        repeated .google.protobuf.EnumValue enumvalue = 2;
      • addEnumvalue

        public Enum.Builder addEnumvalue​(EnumValue value)
         Enum value definitions.
         
        repeated .google.protobuf.EnumValue enumvalue = 2;
      • addEnumvalue

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

        public Enum.Builder addEnumvalue​(EnumValue.Builder builderForValue)
         Enum value definitions.
         
        repeated .google.protobuf.EnumValue enumvalue = 2;
      • addEnumvalue

        public Enum.Builder addEnumvalue​(int index,
                                         EnumValue.Builder builderForValue)
         Enum value definitions.
         
        repeated .google.protobuf.EnumValue enumvalue = 2;
      • addAllEnumvalue

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

        public Enum.Builder clearEnumvalue()
         Enum value definitions.
         
        repeated .google.protobuf.EnumValue enumvalue = 2;
      • removeEnumvalue

        public Enum.Builder removeEnumvalue​(int index)
         Enum value definitions.
         
        repeated .google.protobuf.EnumValue enumvalue = 2;
      • getOptionsList

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

        public int getOptionsCount()
         Protocol buffer options.
         
        repeated .google.protobuf.Option options = 3;
        Specified by:
        getOptionsCount in interface EnumOrBuilder
      • getOptions

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

        public Enum.Builder setOptions​(int index,
                                       Option value)
         Protocol buffer options.
         
        repeated .google.protobuf.Option options = 3;
      • setOptions

        public Enum.Builder setOptions​(int index,
                                       Option.Builder builderForValue)
         Protocol buffer options.
         
        repeated .google.protobuf.Option options = 3;
      • addOptions

        public Enum.Builder addOptions​(Option value)
         Protocol buffer options.
         
        repeated .google.protobuf.Option options = 3;
      • addOptions

        public Enum.Builder addOptions​(int index,
                                       Option value)
         Protocol buffer options.
         
        repeated .google.protobuf.Option options = 3;
      • addOptions

        public Enum.Builder addOptions​(Option.Builder builderForValue)
         Protocol buffer options.
         
        repeated .google.protobuf.Option options = 3;
      • addOptions

        public Enum.Builder addOptions​(int index,
                                       Option.Builder builderForValue)
         Protocol buffer options.
         
        repeated .google.protobuf.Option options = 3;
      • addAllOptions

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

        public Enum.Builder clearOptions()
         Protocol buffer options.
         
        repeated .google.protobuf.Option options = 3;
      • removeOptions

        public Enum.Builder removeOptions​(int index)
         Protocol buffer options.
         
        repeated .google.protobuf.Option options = 3;
      • hasSourceContext

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

        public SourceContext getSourceContext()
         The source context.
         
        .google.protobuf.SourceContext source_context = 4;
        Specified by:
        getSourceContext in interface EnumOrBuilder
        Returns:
        The sourceContext.
      • setSourceContext

        public Enum.Builder setSourceContext​(SourceContext value)
         The source context.
         
        .google.protobuf.SourceContext source_context = 4;
      • setSourceContext

        public Enum.Builder setSourceContext​(SourceContext.Builder builderForValue)
         The source context.
         
        .google.protobuf.SourceContext source_context = 4;
      • mergeSourceContext

        public Enum.Builder mergeSourceContext​(SourceContext value)
         The source context.
         
        .google.protobuf.SourceContext source_context = 4;
      • clearSourceContext

        public Enum.Builder clearSourceContext()
         The source context.
         
        .google.protobuf.SourceContext source_context = 4;
      • getSyntaxValue

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

        public Enum.Builder setSyntaxValue​(int value)
         The source syntax.
         
        .google.protobuf.Syntax syntax = 5;
        Parameters:
        value - The syntax to set.
        Returns:
        This builder for chaining.
      • getSyntax

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

        public Enum.Builder setSyntax​(Syntax value)
         The source syntax.
         
        .google.protobuf.Syntax syntax = 5;
        Parameters:
        value - The enum numeric value on the wire for syntax to set.
        Returns:
        This builder for chaining.
      • clearSyntax

        public Enum.Builder clearSyntax()
         The source syntax.
         
        .google.protobuf.Syntax syntax = 5;
        Returns:
        This builder for chaining.
      • getEdition

        public java.lang.String getEdition()
         The source edition string, only valid when syntax is SYNTAX_EDITIONS.
         
        string edition = 6;
        Specified by:
        getEdition in interface EnumOrBuilder
        Returns:
        The edition.
      • getEditionBytes

        public ByteString getEditionBytes()
         The source edition string, only valid when syntax is SYNTAX_EDITIONS.
         
        string edition = 6;
        Specified by:
        getEditionBytes in interface EnumOrBuilder
        Returns:
        The bytes for edition.
      • setEdition

        public Enum.Builder setEdition​(java.lang.String value)
         The source edition string, only valid when syntax is SYNTAX_EDITIONS.
         
        string edition = 6;
        Parameters:
        value - The edition to set.
        Returns:
        This builder for chaining.
      • clearEdition

        public Enum.Builder clearEdition()
         The source edition string, only valid when syntax is SYNTAX_EDITIONS.
         
        string edition = 6;
        Returns:
        This builder for chaining.
      • setEditionBytes

        public Enum.Builder setEditionBytes​(ByteString value)
         The source edition string, only valid when syntax is SYNTAX_EDITIONS.
         
        string edition = 6;
        Parameters:
        value - The bytes for edition to set.
        Returns:
        This builder for chaining.