public sealed class QueryMetadataRequest : IMessage<QueryMetadataRequest>, IEquatable<QueryMetadataRequest>, IDeepCloneable<QueryMetadataRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1alpha API class QueryMetadataRequest.
Request message for
[DataprocMetastore.QueryMetadata][google.cloud.metastore.v1alpha.DataprocMetastore.QueryMetadata].
[[["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 documentation is for the `QueryMetadataRequest` class within the Google Cloud Metastore v1alpha API, specifically version 2.0.0-alpha10, with a more recent version of 2.0.0-alpha11 also available."],["`QueryMetadataRequest` is a sealed class that serves as a request message for querying metadata in Dataproc Metastore and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor and another that accepts a `QueryMetadataRequest` object as a parameter for copying purposes."],["It contains properties such as `Query`, for specifying the read-only SQL query, `Service`, for indicating the service to be queried, and `ServiceAsServiceName`, which provides a typed view of the service resource name."],["The class, which inherits from the root `object` class, is part of the `Google.Cloud.Metastore.V1Alpha` namespace and is contained in the `Google.Cloud.Metastore.V1Alpha.dll` assembly."]]],[]]