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) repeated string reserved_name = 5 [json_name = "reservedName"];
DescriptorProtos.EnumDescriptorProto.Builder.addAllReservedRange
(Iterable<? extends DescriptorProtos.EnumDescriptorProto.EnumReservedRange> values) repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
DescriptorProtos.EnumDescriptorProto.Builder.addAllValue
(Iterable<? extends DescriptorProtos.EnumValueDescriptorProto> values) repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
DescriptorProtos.DescriptorProto.Builder.addEnumTypeBuilder()
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
DescriptorProtos.DescriptorProto.Builder.addEnumTypeBuilder
(int index) repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
DescriptorProtos.FileDescriptorProto.Builder.addEnumTypeBuilder()
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
DescriptorProtos.FileDescriptorProto.Builder.addEnumTypeBuilder
(int index) repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
DescriptorProtos.EnumDescriptorProto.Builder.addReservedName
(String value) repeated string reserved_name = 5 [json_name = "reservedName"];
DescriptorProtos.EnumDescriptorProto.Builder.addReservedNameBytes
(com.google.protobuf.ByteString value) repeated string reserved_name = 5 [json_name = "reservedName"];
DescriptorProtos.EnumDescriptorProto.Builder.addReservedRange
(int index, DescriptorProtos.EnumDescriptorProto.EnumReservedRange value) repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
DescriptorProtos.EnumDescriptorProto.Builder.addReservedRange
(int index, DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder builderForValue) repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
DescriptorProtos.EnumDescriptorProto.Builder.addReservedRange
(DescriptorProtos.EnumDescriptorProto.EnumReservedRange value) repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
DescriptorProtos.EnumDescriptorProto.Builder.addReservedRange
(DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder builderForValue) repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
DescriptorProtos.EnumDescriptorProto.Builder.addValue
(int index, DescriptorProtos.EnumValueDescriptorProto value) repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
DescriptorProtos.EnumDescriptorProto.Builder.addValue
(int index, DescriptorProtos.EnumValueDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
DescriptorProtos.EnumDescriptorProto.Builder.addValue
(DescriptorProtos.EnumValueDescriptorProto value) repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
DescriptorProtos.EnumDescriptorProto.Builder.addValue
(DescriptorProtos.EnumValueDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
DescriptorProtos.EnumDescriptorProto.Builder.clear()
DescriptorProtos.EnumDescriptorProto.Builder.clearName()
optional string name = 1 [json_name = "name"];
DescriptorProtos.EnumDescriptorProto.Builder.clearOptions()
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
DescriptorProtos.EnumDescriptorProto.Builder.clearReservedName()
repeated string reserved_name = 5 [json_name = "reservedName"];
DescriptorProtos.EnumDescriptorProto.Builder.clearReservedRange()
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
DescriptorProtos.EnumDescriptorProto.Builder.clearValue()
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
DescriptorProtos.DescriptorProto.Builder.getEnumTypeBuilder
(int index) repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
DescriptorProtos.FileDescriptorProto.Builder.getEnumTypeBuilder
(int index) repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
DescriptorProtos.EnumDescriptorProto.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumDescriptorProto.Builder.mergeFrom
(DescriptorProtos.EnumDescriptorProto other) DescriptorProtos.EnumDescriptorProto.Builder.mergeOptions
(DescriptorProtos.EnumOptions value) optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
DescriptorProtos.EnumDescriptorProto.newBuilder()
DescriptorProtos.EnumDescriptorProto.newBuilder
(DescriptorProtos.EnumDescriptorProto prototype) DescriptorProtos.EnumDescriptorProto.newBuilderForType()
DescriptorProtos.EnumDescriptorProto.newBuilderForType
(AbstractMessage.BuilderParent parent) DescriptorProtos.EnumDescriptorProto.Builder.removeReservedRange
(int index) repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
DescriptorProtos.EnumDescriptorProto.Builder.removeValue
(int index) repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
optional string name = 1 [json_name = "name"];
DescriptorProtos.EnumDescriptorProto.Builder.setNameBytes
(com.google.protobuf.ByteString value) optional string name = 1 [json_name = "name"];
DescriptorProtos.EnumDescriptorProto.Builder.setOptions
(DescriptorProtos.EnumOptions value) optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
DescriptorProtos.EnumDescriptorProto.Builder.setOptions
(DescriptorProtos.EnumOptions.Builder builderForValue) optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
DescriptorProtos.EnumDescriptorProto.Builder.setReservedName
(int index, String value) repeated string reserved_name = 5 [json_name = "reservedName"];
DescriptorProtos.EnumDescriptorProto.Builder.setReservedRange
(int index, DescriptorProtos.EnumDescriptorProto.EnumReservedRange value) repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
DescriptorProtos.EnumDescriptorProto.Builder.setReservedRange
(int index, DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder builderForValue) repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
DescriptorProtos.EnumDescriptorProto.Builder.setValue
(int index, DescriptorProtos.EnumValueDescriptorProto value) repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
DescriptorProtos.EnumDescriptorProto.Builder.setValue
(int index, DescriptorProtos.EnumValueDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
DescriptorProtos.EnumDescriptorProto.toBuilder()
Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.EnumDescriptorProto.BuilderModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.getEnumTypeBuilderList()
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
DescriptorProtos.FileDescriptorProto.Builder.getEnumTypeBuilderList()
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
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 [json_name = "enumType"];
DescriptorProtos.DescriptorProto.Builder.addEnumType
(DescriptorProtos.EnumDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
DescriptorProtos.FileDescriptorProto.Builder.addEnumType
(int index, DescriptorProtos.EnumDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
DescriptorProtos.FileDescriptorProto.Builder.addEnumType
(DescriptorProtos.EnumDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
DescriptorProtos.DescriptorProto.Builder.setEnumType
(int index, DescriptorProtos.EnumDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
DescriptorProtos.FileDescriptorProto.Builder.setEnumType
(int index, DescriptorProtos.EnumDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];