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 for version 2.7.0."],["The `QueryMetadataResponse` class serves as the response message for the `DataprocMetastore.QueryMetadata` operation."],["The documentation includes information on the class's inheritance, the interfaces it implements (`IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`), and its constructors."],["It also details a property `ResultManifestUri` which provides the URI to a JSON manifest in Cloud Storage, which is only available after the long-running query operation has completed."],["The documentation covers a range of versions of the API, from 1.0.0 to 2.9.0."]]],[]]