Google Cloud Dataproc Metastore V1beta Client - Class QueryMetadataRequest (0.11.4)

Reference documentation and code samples for the Google Cloud Dataproc Metastore V1beta Client class QueryMetadataRequest.

Request message for DataprocMetastore.QueryMetadata.

Generated from protobuf message google.cloud.metastore.v1beta.QueryMetadataRequest

Namespace

Google \ Cloud \ Metastore \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
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}.

Returns
Type Description
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}.

Parameter
Name Description
var string
Returns
Type Description
$this

getQuery

Required. A read-only SQL query to execute against the metadata database.

The query cannot change or mutate the data.

Returns
Type Description
string

setQuery

Required. A read-only SQL query to execute against the metadata database.

The query cannot change or mutate the data.

Parameter
Name Description
var string
Returns
Type Description
$this