Uses of Class
com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
Packages that use DescriptorProtos.EnumDescriptorProto.Builder
-
Uses of DescriptorProtos.EnumDescriptorProto.Builder in com.google.protobuf
Methods in com.google.protobuf 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.EnumDescriptorProto.Builder.addReservedName
(String value) Reserved enum value names, which may not be reused.DescriptorProtos.EnumDescriptorProto.Builder.addReservedNameBytes
(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.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.EnumDescriptorProto.Builder.mergeOptions
(DescriptorProtos.EnumOptions value) optional .google.protobuf.EnumOptions options = 3;
DescriptorProtos.EnumDescriptorProto.newBuilder()
DescriptorProtos.EnumDescriptorProto.newBuilder
(DescriptorProtos.EnumDescriptorProto prototype) 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
(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;
Methods in com.google.protobuf 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;