Uses of Class
com.google.protobuf.DescriptorProtos.OneofDescriptorProto
Packages that use DescriptorProtos.OneofDescriptorProto
-
Uses of DescriptorProtos.OneofDescriptorProto in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.OneofDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.OneofDescriptorProto.getDefaultInstance()DescriptorProtos.DescriptorProto.Builder.getOneofDecl(int index) repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];DescriptorProtos.DescriptorProto.getOneofDecl(int index) repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];DescriptorProtos.DescriptorProtoOrBuilder.getOneofDecl(int index) repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];DescriptorProtos.OneofDescriptorProto.parseDelimitedFrom(InputStream input) DescriptorProtos.OneofDescriptorProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.OneofDescriptorProto.parseFrom(byte[] data) DescriptorProtos.OneofDescriptorProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.OneofDescriptorProto.parseFrom(com.google.protobuf.ByteString data) DescriptorProtos.OneofDescriptorProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.OneofDescriptorProto.parseFrom(com.google.protobuf.CodedInputStream input) DescriptorProtos.OneofDescriptorProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.OneofDescriptorProto.parseFrom(InputStream input) DescriptorProtos.OneofDescriptorProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.OneofDescriptorProto.parseFrom(ByteBuffer data) DescriptorProtos.OneofDescriptorProto.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.OneofDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.getOneofDeclList()repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];DescriptorProtos.DescriptorProto.getOneofDeclList()repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];DescriptorProtos.DescriptorProtoOrBuilder.getOneofDeclList()repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];static com.google.protobuf.Parser<DescriptorProtos.OneofDescriptorProto>DescriptorProtos.OneofDescriptorProto.parser()Methods in com.google.protobuf with parameters of type DescriptorProtos.OneofDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.addOneofDecl(int index, DescriptorProtos.OneofDescriptorProto value) repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];DescriptorProtos.DescriptorProto.Builder.addOneofDecl(DescriptorProtos.OneofDescriptorProto value) repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];DescriptorProtos.OneofDescriptorProto.newBuilder(DescriptorProtos.OneofDescriptorProto prototype) DescriptorProtos.DescriptorProto.Builder.setOneofDecl(int index, DescriptorProtos.OneofDescriptorProto value) repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];Method parameters in com.google.protobuf with type arguments of type DescriptorProtos.OneofDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.addAllOneofDecl(Iterable<? extends DescriptorProtos.OneofDescriptorProto> values) repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];