Reference documentation and code samples for the Google Cloud Dataproc Metastore V1 Client class QueryMetadataRequest.
Request message for DataprocMetastore.QueryMetadata .
Generated from protobuf message google.cloud.metastore.v1.QueryMetadataRequest
Namespace
Google \ Cloud \ Metastore \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ service
string
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}
.
↳ query
string
Required. A read-only SQL query to execute against the metadata database. The query cannot change or mutate the data.
getService
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}
.
string
setService
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}
.
var
string
$this
getQuery
Required. A read-only SQL query to execute against the metadata database.
The query cannot change or mutate the data.
string
setQuery
Required. A read-only SQL query to execute against the metadata database.
The query cannot change or mutate the data.
var
string
$this