Class EnumValue.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
All Implemented Interfaces:
EnumValueOrBuilder, Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, MessageOrBuilder, Cloneable
Enclosing class:
EnumValue

public static final class EnumValue.Builder extends GeneratedMessage.Builder<EnumValue.Builder> implements EnumValueOrBuilder
Protobuf type google.protobuf.EnumValue
  • Method Details

    • getDescriptor

      public static final Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Description copied from class: GeneratedMessage.Builder
      Get the FieldAccessorTable for this type. We can't have the message class pass this in to the constructor because of bootstrapping trouble with DescriptorProtos.
      Specified by:
      internalGetFieldAccessorTable in class GeneratedMessage.Builder<EnumValue.Builder>
    • clear

      public EnumValue.Builder clear()
      Description copied from class: GeneratedMessage.Builder
      Called by the initialization and clear code paths to allow subclasses to reset any of their builtin fields back to the initial values.
      Specified by:
      clear in interface Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class GeneratedMessage.Builder<EnumValue.Builder>
    • getDescriptorForType

      public Descriptors.Descriptor getDescriptorForType()
      Description copied from interface: Message.Builder
      Get the message's type's descriptor. See MessageOrBuilder.getDescriptorForType().
      Specified by:
      getDescriptorForType in interface Message.Builder
      Specified by:
      getDescriptorForType in interface MessageOrBuilder
      Overrides:
      getDescriptorForType in class GeneratedMessage.Builder<EnumValue.Builder>
    • getDefaultInstanceForType

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

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

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

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

      public EnumValue.Builder mergeFrom(EnumValue other)
    • isInitialized

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

      public EnumValue.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class AbstractMessage.Builder<EnumValue.Builder>
      Throws:
      IOException
    • getName

      public String getName()
      string name = 1 [json_name = "name"];
      Specified by:
      getName in interface EnumValueOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
      string name = 1 [json_name = "name"];
      Specified by:
      getNameBytes in interface EnumValueOrBuilder
      Returns:
      The bytes for name.
    • setName

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

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

      public EnumValue.Builder setNameBytes(com.google.protobuf.ByteString value)
      string name = 1 [json_name = "name"];
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • getNumber

      public int getNumber()
      int32 number = 2 [json_name = "number"];
      Specified by:
      getNumber in interface EnumValueOrBuilder
      Returns:
      The number.
    • setNumber

      public EnumValue.Builder setNumber(int value)
      int32 number = 2 [json_name = "number"];
      Parameters:
      value - The number to set.
      Returns:
      This builder for chaining.
    • clearNumber

      public EnumValue.Builder clearNumber()
      int32 number = 2 [json_name = "number"];
      Returns:
      This builder for chaining.
    • getOptionsList

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

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

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

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

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

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

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

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

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

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

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

      public EnumValue.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"];
    • getOptionsOrBuilder

      public OptionOrBuilder getOptionsOrBuilder(int index)
      repeated .google.protobuf.Option options = 3 [json_name = "options"];
      Specified by:
      getOptionsOrBuilder in interface EnumValueOrBuilder
    • getOptionsOrBuilderList

      public List<? extends OptionOrBuilder> getOptionsOrBuilderList()
      repeated .google.protobuf.Option options = 3 [json_name = "options"];
      Specified by:
      getOptionsOrBuilderList in interface EnumValueOrBuilder
    • 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 List<Option.Builder> getOptionsBuilderList()
      repeated .google.protobuf.Option options = 3 [json_name = "options"];