Uses of Class
com.google.protobuf.generated.DescriptorProtos.EnumValueDescriptorProto.Builder
Packages that use DescriptorProtos.EnumValueDescriptorProto.Builder
-
Uses of DescriptorProtos.EnumValueDescriptorProto.Builder in com.google.protobuf.generated
Subclasses with type arguments of type DescriptorProtos.EnumValueDescriptorProto.Builder in com.google.protobuf.generatedModifier and TypeClassDescriptionstatic final class
Describes a value within an enum.Methods in com.google.protobuf.generated that return DescriptorProtos.EnumValueDescriptorProto.BuilderModifier and TypeMethodDescriptionDescriptorProtos.EnumDescriptorProto.Builder.addValueBuilder()
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
DescriptorProtos.EnumDescriptorProto.Builder.addValueBuilder
(int index) repeated .google.protobuf.EnumValueDescriptorProto value = 2;
DescriptorProtos.EnumValueDescriptorProto.Builder.clear()
DescriptorProtos.EnumValueDescriptorProto.Builder.clearName()
optional string name = 1;
DescriptorProtos.EnumValueDescriptorProto.Builder.clearNumber()
optional int32 number = 2;
DescriptorProtos.EnumValueDescriptorProto.Builder.clearOptions()
optional .google.protobuf.EnumValueOptions options = 3;
DescriptorProtos.EnumDescriptorProto.Builder.getValueBuilder
(int index) repeated .google.protobuf.EnumValueDescriptorProto value = 2;
DescriptorProtos.EnumValueDescriptorProto.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumValueDescriptorProto.Builder.mergeFrom
(DescriptorProtos.EnumValueDescriptorProto other) DescriptorProtos.EnumValueDescriptorProto.Builder.mergeFrom
(com.google.protobuf.Message other) DescriptorProtos.EnumValueDescriptorProto.Builder.mergeOptions
(DescriptorProtos.EnumValueOptions value) optional .google.protobuf.EnumValueOptions options = 3;
DescriptorProtos.EnumValueDescriptorProto.newBuilder()
DescriptorProtos.EnumValueDescriptorProto.newBuilder
(DescriptorProtos.EnumValueDescriptorProto prototype) DescriptorProtos.EnumValueDescriptorProto.newBuilderForType()
DescriptorProtos.EnumValueDescriptorProto.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) optional string name = 1;
DescriptorProtos.EnumValueDescriptorProto.Builder.setNameBytes
(com.google.protobuf.ByteString value) optional string name = 1;
DescriptorProtos.EnumValueDescriptorProto.Builder.setNumber
(int value) optional int32 number = 2;
DescriptorProtos.EnumValueDescriptorProto.Builder.setOptions
(DescriptorProtos.EnumValueOptions value) optional .google.protobuf.EnumValueOptions options = 3;
DescriptorProtos.EnumValueDescriptorProto.Builder.setOptions
(DescriptorProtos.EnumValueOptions.Builder builderForValue) optional .google.protobuf.EnumValueOptions options = 3;
DescriptorProtos.EnumValueDescriptorProto.toBuilder()
Methods in com.google.protobuf.generated that return types with arguments of type DescriptorProtos.EnumValueDescriptorProto.BuilderModifier and TypeMethodDescriptionDescriptorProtos.EnumDescriptorProto.Builder.getValueBuilderList()
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
Methods in com.google.protobuf.generated with parameters of type DescriptorProtos.EnumValueDescriptorProto.BuilderModifier and TypeMethodDescriptionDescriptorProtos.EnumDescriptorProto.Builder.addValue
(int index, DescriptorProtos.EnumValueDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumValueDescriptorProto value = 2;
DescriptorProtos.EnumDescriptorProto.Builder.addValue
(DescriptorProtos.EnumValueDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumValueDescriptorProto value = 2;
DescriptorProtos.EnumDescriptorProto.Builder.setValue
(int index, DescriptorProtos.EnumValueDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumValueDescriptorProto value = 2;