Uses of Class
com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
Packages that use DescriptorProtos.EnumDescriptorProto.Builder
-
Uses of DescriptorProtos.EnumDescriptorProto.Builder in com.google.protobuf
Fields in com.google.protobuf with type parameters of type DescriptorProtos.EnumDescriptorProto.BuilderModifier and TypeFieldDescriptionprivate RepeatedFieldBuilderV3<DescriptorProtos.EnumDescriptorProto,DescriptorProtos.EnumDescriptorProto.Builder, DescriptorProtos.EnumDescriptorProtoOrBuilder> DescriptorProtos.DescriptorProto.Builder.enumTypeBuilder_private RepeatedFieldBuilderV3<DescriptorProtos.EnumDescriptorProto,DescriptorProtos.EnumDescriptorProto.Builder, DescriptorProtos.EnumDescriptorProtoOrBuilder> DescriptorProtos.FileDescriptorProto.Builder.enumTypeBuilder_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.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.addRepeatedField(Descriptors.FieldDescriptor field, Object value) 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.clear()DescriptorProtos.EnumDescriptorProto.Builder.clearField(Descriptors.FieldDescriptor field) DescriptorProtos.EnumDescriptorProto.Builder.clearName()optional string name = 1;DescriptorProtos.EnumDescriptorProto.Builder.clearOneof(Descriptors.OneofDescriptor oneof) 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.clone()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(CodedInputStream input, ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumDescriptorProto.Builder.mergeFrom(DescriptorProtos.EnumDescriptorProto other) DescriptorProtos.EnumDescriptorProto.Builder.mergeOptions(DescriptorProtos.EnumOptions value) optional .google.protobuf.EnumOptions options = 3;DescriptorProtos.EnumDescriptorProto.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) DescriptorProtos.EnumDescriptorProto.newBuilder()DescriptorProtos.EnumDescriptorProto.newBuilder(DescriptorProtos.EnumDescriptorProto prototype) DescriptorProtos.EnumDescriptorProto.newBuilderForType()DescriptorProtos.EnumDescriptorProto.newBuilderForType(GeneratedMessageV3.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;DescriptorProtos.EnumDescriptorProto.Builder.setField(Descriptors.FieldDescriptor field, Object value) 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.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 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.setUnknownFields(UnknownFieldSet unknownFields) 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 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;private RepeatedFieldBuilderV3<DescriptorProtos.EnumDescriptorProto,DescriptorProtos.EnumDescriptorProto.Builder, DescriptorProtos.EnumDescriptorProtoOrBuilder> DescriptorProtos.DescriptorProto.Builder.getEnumTypeFieldBuilder()private RepeatedFieldBuilderV3<DescriptorProtos.EnumDescriptorProto,DescriptorProtos.EnumDescriptorProto.Builder, DescriptorProtos.EnumDescriptorProtoOrBuilder> DescriptorProtos.FileDescriptorProto.Builder.getEnumTypeFieldBuilder()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;