public sealed class QueryMetadataResponse : IMessage<QueryMetadataResponse>, IEquatable<QueryMetadataResponse>, IDeepCloneable<QueryMetadataResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1 API class QueryMetadataResponse.
Response message for
[DataprocMetastore.QueryMetadata][google.cloud.metastore.v1.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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage provides reference documentation for the `QueryMetadataResponse` class within the Google Cloud Dataproc Metastore v1 API, specifically version 2.4.0."],["The `QueryMetadataResponse` class is a response message used by the `DataprocMetastore.QueryMetadata` method, which is designed for retrieving metadata."],["The class is a part of the `Google.Cloud.Metastore.V1` namespace and is implemented within the `Google.Cloud.Metastore.V1.dll` assembly, supporting interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `QueryMetadataResponse` has two constructors: one default and one that accepts another `QueryMetadataResponse` object as a parameter for cloning."],["A key property of the `QueryMetadataResponse` is `ResultManifestUri`, a string property that is a link to a JSON manifest in Cloud Storage, accessible after the query operation completes."]]],[]]