public sealed class QueryMetadataRequest : IMessage<QueryMetadataRequest>, IEquatable<QueryMetadataRequest>, IDeepCloneable<QueryMetadataRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1 API class QueryMetadataRequest.
Request message for
[DataprocMetastore.QueryMetadata][google.cloud.metastore.v1.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."],[[["The latest version of the `QueryMetadataRequest` API is 2.9.0, and it provides access to a range of previous versions, including the current version, 2.4.0, which this content primarily focuses on."],["`QueryMetadataRequest` is a class used in the Dataproc Metastore v1 API to send requests for querying metadata, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `QueryMetadataRequest` includes two constructors, one default constructor and another that takes another `QueryMetadataRequest` object, allowing for creating new instances."],["The `QueryMetadataRequest` class contains two crucial string properties, `Query` and `Service`, which represent the read-only SQL query to run and the metastore service's resource name, respectively, along with a `ServiceAsServiceName` property to manage the `Service` name."]]],[]]