Uses of Class
com.google.protobuf.generated.DescriptorProtos.EnumDescriptorProto.Builder
Packages that use DescriptorProtos.EnumDescriptorProto.Builder
-
Uses of DescriptorProtos.EnumDescriptorProto.Builder in com.google.protobuf.generated
Subclasses with type arguments of type DescriptorProtos.EnumDescriptorProto.Builder in com.google.protobuf.generatedModifier and TypeClassDescriptionstatic final class
Describes an enum type.Methods in com.google.protobuf.generated that return DescriptorProtos.EnumDescriptorProto.BuilderModifier and TypeMethodDescriptionDescriptorProtos.EnumDescriptorProto.Builder.addAllReservedName
(Iterable<String> values) Reserved enum value names, which may not be reused.DescriptorProtos.EnumDescriptorProto.Builder.addAllReservedRange
(Iterable<? extends DescriptorProtos.EnumDescriptorProto.EnumReservedRange> values) Range of reserved numeric values.DescriptorProtos.EnumDescriptorProto.Builder.addAllValue
(Iterable<? extends DescriptorProtos.EnumValueDescriptorProto> values) repeated .google.protobuf.EnumValueDescriptorProto value = 2;
DescriptorProtos.DescriptorProto.Builder.addEnumTypeBuilder()
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.DescriptorProto.Builder.addEnumTypeBuilder
(int index) repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.FileDescriptorProto.Builder.addEnumTypeBuilder()
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
DescriptorProtos.FileDescriptorProto.Builder.addEnumTypeBuilder
(int index) repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
DescriptorProtos.EnumDescriptorProto.Builder.addReservedName
(String value) Reserved enum value names, which may not be reused.DescriptorProtos.EnumDescriptorProto.Builder.addReservedNameBytes
(com.google.protobuf.ByteString value) Reserved enum value names, which may not be reused.DescriptorProtos.EnumDescriptorProto.Builder.addReservedRange
(int index, DescriptorProtos.EnumDescriptorProto.EnumReservedRange value) Range of reserved numeric values.DescriptorProtos.EnumDescriptorProto.Builder.addReservedRange
(int index, DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder builderForValue) Range of reserved numeric values.DescriptorProtos.EnumDescriptorProto.Builder.addReservedRange
(DescriptorProtos.EnumDescriptorProto.EnumReservedRange value) Range of reserved numeric values.DescriptorProtos.EnumDescriptorProto.Builder.addReservedRange
(DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder builderForValue) Range of reserved numeric values.DescriptorProtos.EnumDescriptorProto.Builder.addValue
(int index, DescriptorProtos.EnumValueDescriptorProto value) repeated .google.protobuf.EnumValueDescriptorProto value = 2;
DescriptorProtos.EnumDescriptorProto.Builder.addValue
(int index, DescriptorProtos.EnumValueDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumValueDescriptorProto value = 2;
DescriptorProtos.EnumDescriptorProto.Builder.addValue
(DescriptorProtos.EnumValueDescriptorProto value) repeated .google.protobuf.EnumValueDescriptorProto value = 2;
DescriptorProtos.EnumDescriptorProto.Builder.addValue
(DescriptorProtos.EnumValueDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumValueDescriptorProto value = 2;
DescriptorProtos.EnumDescriptorProto.Builder.clear()
DescriptorProtos.EnumDescriptorProto.Builder.clearName()
optional string name = 1;
DescriptorProtos.EnumDescriptorProto.Builder.clearOptions()
optional .google.protobuf.EnumOptions options = 3;
DescriptorProtos.EnumDescriptorProto.Builder.clearReservedName()
Reserved enum value names, which may not be reused.DescriptorProtos.EnumDescriptorProto.Builder.clearReservedRange()
Range of reserved numeric values.DescriptorProtos.EnumDescriptorProto.Builder.clearValue()
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
DescriptorProtos.DescriptorProto.Builder.getEnumTypeBuilder
(int index) repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.FileDescriptorProto.Builder.getEnumTypeBuilder
(int index) repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
DescriptorProtos.EnumDescriptorProto.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumDescriptorProto.Builder.mergeFrom
(DescriptorProtos.EnumDescriptorProto other) DescriptorProtos.EnumDescriptorProto.Builder.mergeFrom
(com.google.protobuf.Message other) DescriptorProtos.EnumDescriptorProto.Builder.mergeOptions
(DescriptorProtos.EnumOptions value) optional .google.protobuf.EnumOptions options = 3;
DescriptorProtos.EnumDescriptorProto.newBuilder()
DescriptorProtos.EnumDescriptorProto.newBuilder
(DescriptorProtos.EnumDescriptorProto prototype) DescriptorProtos.EnumDescriptorProto.newBuilderForType()
DescriptorProtos.EnumDescriptorProto.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) DescriptorProtos.EnumDescriptorProto.Builder.removeReservedRange
(int index) Range of reserved numeric values.DescriptorProtos.EnumDescriptorProto.Builder.removeValue
(int index) repeated .google.protobuf.EnumValueDescriptorProto value = 2;
optional string name = 1;
DescriptorProtos.EnumDescriptorProto.Builder.setNameBytes
(com.google.protobuf.ByteString value) optional string name = 1;
DescriptorProtos.EnumDescriptorProto.Builder.setOptions
(DescriptorProtos.EnumOptions value) optional .google.protobuf.EnumOptions options = 3;
DescriptorProtos.EnumDescriptorProto.Builder.setOptions
(DescriptorProtos.EnumOptions.Builder builderForValue) optional .google.protobuf.EnumOptions options = 3;
DescriptorProtos.EnumDescriptorProto.Builder.setReservedName
(int index, String value) Reserved enum value names, which may not be reused.DescriptorProtos.EnumDescriptorProto.Builder.setReservedRange
(int index, DescriptorProtos.EnumDescriptorProto.EnumReservedRange value) Range of reserved numeric values.DescriptorProtos.EnumDescriptorProto.Builder.setReservedRange
(int index, DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder builderForValue) Range of reserved numeric values.DescriptorProtos.EnumDescriptorProto.Builder.setValue
(int index, DescriptorProtos.EnumValueDescriptorProto value) repeated .google.protobuf.EnumValueDescriptorProto value = 2;
DescriptorProtos.EnumDescriptorProto.Builder.setValue
(int index, DescriptorProtos.EnumValueDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumValueDescriptorProto value = 2;
DescriptorProtos.EnumDescriptorProto.toBuilder()
Methods in com.google.protobuf.generated that return types with arguments of type DescriptorProtos.EnumDescriptorProto.BuilderModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.getEnumTypeBuilderList()
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.FileDescriptorProto.Builder.getEnumTypeBuilderList()
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
Methods in com.google.protobuf.generated with parameters of type DescriptorProtos.EnumDescriptorProto.BuilderModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.addEnumType
(int index, DescriptorProtos.EnumDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.DescriptorProto.Builder.addEnumType
(DescriptorProtos.EnumDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.FileDescriptorProto.Builder.addEnumType
(int index, DescriptorProtos.EnumDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
DescriptorProtos.FileDescriptorProto.Builder.addEnumType
(DescriptorProtos.EnumDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
DescriptorProtos.DescriptorProto.Builder.setEnumType
(int index, DescriptorProtos.EnumDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.FileDescriptorProto.Builder.setEnumType
(int index, DescriptorProtos.EnumDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumDescriptorProto enum_type = 5;