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].
Implements
IMessageQueryMetadataRequest, IEquatableQueryMetadataRequest, IDeepCloneableQueryMetadataRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1AlphaAssembly
Google.Cloud.Metastore.V1Alpha.dll
Constructors
QueryMetadataRequest()
public QueryMetadataRequest()
QueryMetadataRequest(QueryMetadataRequest)
public QueryMetadataRequest(QueryMetadataRequest other)
Parameter | |
---|---|
Name | Description |
other |
QueryMetadataRequest |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
ServiceAsServiceName
public ServiceName ServiceAsServiceName { get; set; }
ServiceName-typed view over the Service resource name property.
Property Value | |
---|---|
Type | Description |
ServiceName |