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.getDefaultInstance()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, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumDescriptorProto.parseFrom(byte[] data) DescriptorProtos.EnumDescriptorProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumDescriptorProto.parseFrom(com.google.protobuf.ByteString data) DescriptorProtos.EnumDescriptorProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumDescriptorProto.parseFrom(com.google.protobuf.CodedInputStream input) DescriptorProtos.EnumDescriptorProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumDescriptorProto.parseFrom(InputStream input) DescriptorProtos.EnumDescriptorProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumDescriptorProto.parseFrom(ByteBuffer data) DescriptorProtos.EnumDescriptorProto.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) 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"];static com.google.protobuf.Parser<DescriptorProtos.EnumDescriptorProto>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.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"];