Generated from protobuf message google.cloud.metastore.v1.QueryMetadataRequest
Namespace
Google \ Cloud \ Metastore \ V1
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Dataproc Metastore V1 Client - Class QueryMetadataRequest (1.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.1 (latest)](/php/docs/reference/cloud-dataproc-metastore/latest/V1.QueryMetadataRequest)\n- [1.1.0](/php/docs/reference/cloud-dataproc-metastore/1.1.0/V1.QueryMetadataRequest)\n- [1.0.4](/php/docs/reference/cloud-dataproc-metastore/1.0.4/V1.QueryMetadataRequest)\n- [0.11.5](/php/docs/reference/cloud-dataproc-metastore/0.11.5/V1.QueryMetadataRequest)\n- [0.10.2](/php/docs/reference/cloud-dataproc-metastore/0.10.2/V1.QueryMetadataRequest)\n- [0.9.0](/php/docs/reference/cloud-dataproc-metastore/0.9.0/V1.QueryMetadataRequest)\n- [0.8.1](/php/docs/reference/cloud-dataproc-metastore/0.8.1/V1.QueryMetadataRequest)\n- [0.7.0](/php/docs/reference/cloud-dataproc-metastore/0.7.0/V1.QueryMetadataRequest)\n- [0.6.1](/php/docs/reference/cloud-dataproc-metastore/0.6.1/V1.QueryMetadataRequest)\n- [0.5.1](/php/docs/reference/cloud-dataproc-metastore/0.5.1/V1.QueryMetadataRequest)\n- [0.4.1](/php/docs/reference/cloud-dataproc-metastore/0.4.1/V1.QueryMetadataRequest) \nReference documentation and code samples for the Google Cloud Dataproc Metastore V1 Client class QueryMetadataRequest.\n\nRequest message for\n[DataprocMetastore.QueryMetadata](/php/docs/reference/cloud-dataproc-metastore/latest/V1.Client.DataprocMetastoreClient#_Google_Cloud_Metastore_V1_Client_DataprocMetastoreClient__queryMetadata__).\n\nGenerated from protobuf message `google.cloud.metastore.v1.QueryMetadataRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Metastore \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getService\n\nRequired. The relative resource name of the metastore service to query\nmetadata, in the following format:\n`projects/{project_id}/locations/{location_id}/services/{service_id}`.\n\n### setService\n\nRequired. The relative resource name of the metastore service to query\nmetadata, in the following format:\n`projects/{project_id}/locations/{location_id}/services/{service_id}`.\n\n### getQuery\n\nRequired. A read-only SQL query to execute against the metadata database.\n\nThe query cannot change or mutate the data.\n\n### setQuery\n\nRequired. A read-only SQL query to execute against the metadata database.\n\nThe query cannot change or mutate the data."]]