Dataproc Metastore v1alpha API - Class QueryMetadataRequest (2.0.0-alpha09)

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].

Inheritance

object > QueryMetadataRequest

Namespace

Google.Cloud.Metastore.V1Alpha

Assembly

Google.Cloud.Metastore.V1Alpha.dll

Constructors

QueryMetadataRequest()

public QueryMetadataRequest()

QueryMetadataRequest(QueryMetadataRequest)

public QueryMetadataRequest(QueryMetadataRequest other)
Parameter
NameDescription
otherQueryMetadataRequest

Properties

Query

public string Query { get; set; }

Required. A read-only SQL query to execute against the metadata database. The query cannot change or mutate the data.

Property Value
TypeDescription
string

Service

public string Service { get; set; }

Required. The relative resource name of the metastore service to query metadata, in the following format:

projects/{project_id}/locations/{location_id}/services/{service_id}.

Property Value
TypeDescription
string

ServiceAsServiceName

public ServiceName ServiceAsServiceName { get; set; }

ServiceName-typed view over the Service resource name property.

Property Value
TypeDescription
ServiceName