public static final class DescriptorProtos.EnumValueDescriptorProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<DescriptorProtos.EnumValueDescriptorProto.Builder> implements DescriptorProtos.EnumValueDescriptorProtoOrBuilder
google.protobuf.EnumValueDescriptorProto
Describes a value within an enum.
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<DescriptorProtos.EnumValueDescriptorProto.Builder>public DescriptorProtos.EnumValueDescriptorProto.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<DescriptorProtos.EnumValueDescriptorProto.Builder>public DescriptorProtos.EnumValueDescriptorProto.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<DescriptorProtos.EnumValueDescriptorProto.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<DescriptorProtos.EnumValueDescriptorProto.Builder>public DescriptorProtos.EnumValueDescriptorProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic DescriptorProtos.EnumValueDescriptorProto build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic DescriptorProtos.EnumValueDescriptorProto buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic DescriptorProtos.EnumValueDescriptorProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DescriptorProtos.EnumValueDescriptorProto.Builder>public DescriptorProtos.EnumValueDescriptorProto.Builder mergeFrom(DescriptorProtos.EnumValueDescriptorProto other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<DescriptorProtos.EnumValueDescriptorProto.Builder>public DescriptorProtos.EnumValueDescriptorProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DescriptorProtos.EnumValueDescriptorProto.Builder>java.io.IOExceptionpublic boolean hasName()
optional string name = 1;hasName in interface DescriptorProtos.EnumValueDescriptorProtoOrBuilderpublic java.lang.String getName()
optional string name = 1;getName in interface DescriptorProtos.EnumValueDescriptorProtoOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 1;getNameBytes in interface DescriptorProtos.EnumValueDescriptorProtoOrBuilderpublic DescriptorProtos.EnumValueDescriptorProto.Builder setName(java.lang.String value)
optional string name = 1;public DescriptorProtos.EnumValueDescriptorProto.Builder clearName()
optional string name = 1;public DescriptorProtos.EnumValueDescriptorProto.Builder setNameBytes(com.google.protobuf.ByteString value)
optional string name = 1;public boolean hasNumber()
optional int32 number = 2;hasNumber in interface DescriptorProtos.EnumValueDescriptorProtoOrBuilderpublic int getNumber()
optional int32 number = 2;getNumber in interface DescriptorProtos.EnumValueDescriptorProtoOrBuilderpublic DescriptorProtos.EnumValueDescriptorProto.Builder setNumber(int value)
optional int32 number = 2;public DescriptorProtos.EnumValueDescriptorProto.Builder clearNumber()
optional int32 number = 2;public boolean hasOptions()
optional .google.protobuf.EnumValueOptions options = 3;hasOptions in interface DescriptorProtos.EnumValueDescriptorProtoOrBuilderpublic DescriptorProtos.EnumValueOptions getOptions()
optional .google.protobuf.EnumValueOptions options = 3;getOptions in interface DescriptorProtos.EnumValueDescriptorProtoOrBuilderpublic DescriptorProtos.EnumValueDescriptorProto.Builder setOptions(DescriptorProtos.EnumValueOptions value)
optional .google.protobuf.EnumValueOptions options = 3;public DescriptorProtos.EnumValueDescriptorProto.Builder setOptions(DescriptorProtos.EnumValueOptions.Builder builderForValue)
optional .google.protobuf.EnumValueOptions options = 3;public DescriptorProtos.EnumValueDescriptorProto.Builder mergeOptions(DescriptorProtos.EnumValueOptions value)
optional .google.protobuf.EnumValueOptions options = 3;public DescriptorProtos.EnumValueDescriptorProto.Builder clearOptions()
optional .google.protobuf.EnumValueOptions options = 3;public DescriptorProtos.EnumValueOptions.Builder getOptionsBuilder()
optional .google.protobuf.EnumValueOptions options = 3;public DescriptorProtos.EnumValueOptionsOrBuilder getOptionsOrBuilder()
optional .google.protobuf.EnumValueOptions options = 3;getOptionsOrBuilder in interface DescriptorProtos.EnumValueDescriptorProtoOrBuilder