public sealed class QueryMetadataResponse : IMessage<QueryMetadataResponse>, IEquatable<QueryMetadataResponse>, IDeepCloneable<QueryMetadataResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1alpha API class QueryMetadataResponse.
Response message for
[DataprocMetastore.QueryMetadata][google.cloud.metastore.v1alpha.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."],[[["This document provides reference documentation for the `QueryMetadataResponse` class within the Dataproc Metastore v1alpha API, specifically for the .NET environment, with the latest version being 2.0.0-alpha11."],["The `QueryMetadataResponse` class is a response message for the `DataprocMetastore.QueryMetadata` method, used in querying metadata, and it inherits from the base `object` class while implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `QueryMetadataResponse` object as a parameter, allowing for the creation of new instances or cloning existing ones."],["`QueryMetadataResponse` contains a `ResultManifestUri` property, which is a string that points to a JSON manifest file in Cloud Storage, where this URI is made available immediately, with the content becoming retrievable after a long-running query operation completes."]]],[]]