Uses of Class
com.google.protobuf.DescriptorProtos.EnumDescriptorProto
Packages that use DescriptorProtos.EnumDescriptorProto
-
Uses of DescriptorProtos.EnumDescriptorProto in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.EnumDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.EnumDescriptorProto.Builder.build()DescriptorProtos.EnumDescriptorProto.Builder.buildPartial()DescriptorProtos.EnumDescriptorProto.getDefaultInstance()DescriptorProtos.EnumDescriptorProto.Builder.getDefaultInstanceForType()DescriptorProtos.EnumDescriptorProto.getDefaultInstanceForType()DescriptorProtos.DescriptorProto.Builder.getEnumType(int index) repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];DescriptorProtos.DescriptorProto.getEnumType(int index) repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];DescriptorProtos.DescriptorProtoOrBuilder.getEnumType(int index) repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];DescriptorProtos.FileDescriptorProto.Builder.getEnumType(int index) repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];DescriptorProtos.FileDescriptorProto.getEnumType(int index) repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];DescriptorProtos.FileDescriptorProtoOrBuilder.getEnumType(int index) repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];DescriptorProtos.EnumDescriptorProto.parseDelimitedFrom(InputStream input) DescriptorProtos.EnumDescriptorProto.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumDescriptorProto.parseFrom(byte[] data) DescriptorProtos.EnumDescriptorProto.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumDescriptorProto.parseFrom(ByteString data) DescriptorProtos.EnumDescriptorProto.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumDescriptorProto.parseFrom(CodedInputStream input) DescriptorProtos.EnumDescriptorProto.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumDescriptorProto.parseFrom(InputStream input) DescriptorProtos.EnumDescriptorProto.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumDescriptorProto.parseFrom(ByteBuffer data) DescriptorProtos.EnumDescriptorProto.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Descriptors.EnumDescriptor.toProto()Convert the descriptor to its protocol message representation.Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.EnumDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.getEnumTypeList()repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];DescriptorProtos.DescriptorProto.getEnumTypeList()repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];DescriptorProtos.DescriptorProtoOrBuilder.getEnumTypeList()repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];DescriptorProtos.FileDescriptorProto.Builder.getEnumTypeList()repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];DescriptorProtos.FileDescriptorProto.getEnumTypeList()repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];DescriptorProtos.FileDescriptorProtoOrBuilder.getEnumTypeList()repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];DescriptorProtos.EnumDescriptorProto.getParserForType()DescriptorProtos.EnumDescriptorProto.parser()Methods in com.google.protobuf with parameters of type DescriptorProtos.EnumDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.addEnumType(int index, DescriptorProtos.EnumDescriptorProto value) repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];DescriptorProtos.DescriptorProto.Builder.addEnumType(DescriptorProtos.EnumDescriptorProto value) repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];DescriptorProtos.FileDescriptorProto.Builder.addEnumType(int index, DescriptorProtos.EnumDescriptorProto value) repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];DescriptorProtos.FileDescriptorProto.Builder.addEnumType(DescriptorProtos.EnumDescriptorProto value) repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];DescriptorProtos.EnumDescriptorProto.Builder.mergeFrom(DescriptorProtos.EnumDescriptorProto other) DescriptorProtos.EnumDescriptorProto.newBuilder(DescriptorProtos.EnumDescriptorProto prototype) DescriptorProtos.DescriptorProto.Builder.setEnumType(int index, DescriptorProtos.EnumDescriptorProto value) repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];DescriptorProtos.FileDescriptorProto.Builder.setEnumType(int index, DescriptorProtos.EnumDescriptorProto value) repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];Method parameters in com.google.protobuf with type arguments of type DescriptorProtos.EnumDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.addAllEnumType(Iterable<? extends DescriptorProtos.EnumDescriptorProto> values) repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];DescriptorProtos.FileDescriptorProto.Builder.addAllEnumType(Iterable<? extends DescriptorProtos.EnumDescriptorProto> values) repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];