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."],[[["This document provides reference documentation for the `QueryMetadataRequest` class within the Google.Cloud.Metastore.V1 namespace, detailing its use in the Dataproc Metastore v1 API."],["The `QueryMetadataRequest` class is used to send read-only SQL queries to a metadata database, which cannot be mutated, and it includes properties such as `Query`, `Service`, and `ServiceAsServiceName`."],["The provided content covers versions 1.0.0 through 2.9.0 of the API, with 2.9.0 being the latest version documented, indicating a history of updates to the API."],["`QueryMetadataRequest` inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, showcasing its integration within the .NET environment and the Google Protobuf library."],["The documentation covers the `QueryMetadataRequest` class' constructors, with one being default, and the other allowing for the use of another `QueryMetadataRequest` instance as a parameter."]]],[]]