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."],[[["The latest version available for the `QueryMetadataResponse` class is 2.9.0, with multiple previous versions from 2.8.0 back to 1.0.0 also documented."],["`QueryMetadataResponse` is a response message for Dataproc Metastore's `QueryMetadata` and is found within the `Google.Cloud.Metastore.V1` namespace."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with having inherited members such as `GetHashCode`, `GetType`, and `ToString`."],["The `QueryMetadataResponse` class includes a constructor that accepts another `QueryMetadataResponse` object for copying."],["The class includes a `ResultManifestUri` property, a string that is a URI to a JSON instance in Cloud Storage, manifesting alongside the `QueryMetadataResponse`, but is not available until the long-running metadata query operation has finished."]]],[]]