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-17 UTC."],[[["This webpage provides reference documentation for the `QueryMetadataResponse` class within the Google.Cloud.Metastore.V1 API, specifically version 2.6.0."],["The `QueryMetadataResponse` class is a response message used by the Dataproc Metastore API's `QueryMetadata` function."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from the `object` class and includes inherited members like `GetHashCode`, `GetType`, and `ToString`."],["The `QueryMetadataResponse` class features a `ResultManifestUri` property, which is a string type and provides a URI pointing to a JSON instance in Cloud Storage, allowing users to retrieve the metadata."]]],[]]