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"]],[["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-03-21 UTC."],[[["The `QueryMetadataResponse` class is part of the Dataproc Metastore v1beta API and serves as the response message for the `DataprocMetastore.QueryMetadata` operation."],["The latest version of `QueryMetadataResponse` is 2.0.0-beta11, with previous versions 2.0.0-beta10 and 1.0.0-beta02 also documented."],["`QueryMetadataResponse` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities for data handling."],["The class inherits members from the base `object` class, and has a property called `ResultManifestUri`, which provides a link to a JSON manifest in Cloud Storage."],["The `QueryMetadataResponse` class has two constructors: one default and another that accepts a `QueryMetadataResponse` object for copying."]]],[]]