public sealed class QueryMetadataResponse : IMessage<QueryMetadataResponse>, IEquatable<QueryMetadataResponse>, IDeepCloneable<QueryMetadataResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1beta API class QueryMetadataResponse.
Response message for
[DataprocMetastore.QueryMetadata][google.cloud.metastore.v1beta.DataprocMetastore.QueryMetadata].
The manifest URI is link to a JSON instance in Cloud Storage.
This instance manifests immediately along with QueryMetadataResponse. The
content of the URI is not retriable until the long-running operation query
against the metadata finishes.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eQueryMetadataResponse\u003c/code\u003e class is part of the Dataproc Metastore v1beta API and serves as the response message for the \u003ccode\u003eDataprocMetastore.QueryMetadata\u003c/code\u003e operation.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eQueryMetadataResponse\u003c/code\u003e is 2.0.0-beta11, with previous versions 2.0.0-beta10 and 1.0.0-beta02 also documented.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eQueryMetadataResponse\u003c/code\u003e implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, showcasing its capabilities for data handling.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits members from the base \u003ccode\u003eobject\u003c/code\u003e class, and has a property called \u003ccode\u003eResultManifestUri\u003c/code\u003e, which provides a link to a JSON manifest in Cloud Storage.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eQueryMetadataResponse\u003c/code\u003e class has two constructors: one default and another that accepts a \u003ccode\u003eQueryMetadataResponse\u003c/code\u003e object for copying.\u003c/p\u003e\n"]]],[],null,["# Dataproc Metastore v1beta API - Class QueryMetadataResponse (2.0.0-beta11)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta11 (latest)](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta.QueryMetadataResponse)\n- [2.0.0-beta10](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/2.0.0-beta10/Google.Cloud.Metastore.V1Beta.QueryMetadataResponse)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/1.0.0-beta02/Google.Cloud.Metastore.V1Beta.QueryMetadataResponse) \n\n public sealed class QueryMetadataResponse : IMessage\u003cQueryMetadataResponse\u003e, IEquatable\u003cQueryMetadataResponse\u003e, IDeepCloneable\u003cQueryMetadataResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataproc Metastore v1beta API class QueryMetadataResponse.\n\nResponse message for\n\\[DataprocMetastore.QueryMetadata\\]\\[google.cloud.metastore.v1beta.DataprocMetastore.QueryMetadata\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e QueryMetadataResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[QueryMetadataResponse](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta.QueryMetadataResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[QueryMetadataResponse](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta.QueryMetadataResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[QueryMetadataResponse](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta.QueryMetadataResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Metastore.V1Beta](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.Metastore.V1Beta.dll\n\nConstructors\n------------\n\n### QueryMetadataResponse()\n\n public QueryMetadataResponse()\n\n### QueryMetadataResponse(QueryMetadataResponse)\n\n public QueryMetadataResponse(QueryMetadataResponse other)\n\nProperties\n----------\n\n### ResultManifestUri\n\n public string ResultManifestUri { get; set; }\n\nThe manifest URI is link to a JSON instance in Cloud Storage.\nThis instance manifests immediately along with QueryMetadataResponse. The\ncontent of the URI is not retriable until the long-running operation query\nagainst the metadata finishes."]]