Reference documentation and code samples for the Dataproc Metastore V1 API class Google::Cloud::Metastore::V1::QueryMetadataRequest.
Request message for DataprocMetastore.QueryMetadata.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#query
def query() -> ::String
Returns
- (::String) — Required. A read-only SQL query to execute against the metadata database. The query cannot change or mutate the data.
#query=
def query=(value) -> ::String
Parameter
- value (::String) — Required. A read-only SQL query to execute against the metadata database. The query cannot change or mutate the data.
Returns
- (::String) — Required. A read-only SQL query to execute against the metadata database. The query cannot change or mutate the data.
#service
def service() -> ::String
Returns
-
(::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}
.
#service=
def service=(value) -> ::String
Parameter
-
value (::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}
.
Returns
-
(::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}
.