Google Cloud Dataproc Metastore V1alpha Client - Class QueryMetadataRequest (0.11.0)

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

Request message for DataprocMetastore.QueryMetadata.

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

Namespace

Google \ Cloud \ Metastore \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getQuery

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

The query cannot change or mutate the data.

Returns
TypeDescription
string

setQuery

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

The query cannot change or mutate the data.

Parameter
NameDescription
var string
Returns
TypeDescription
$this