Class: Google::Cloud::Metastore::V1::QueryMetadataRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/metastore/v1/metastore.rb

Overview

Request message for DataprocMetastore.QueryMetadata.

Instance Attribute Summary collapse

Instance Attribute Details

#query::String

Returns 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.



1281
1282
1283
1284
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 1281

class QueryMetadataRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#service::String

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



1281
1282
1283
1284
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 1281

class QueryMetadataRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end