Class: Google::Cloud::Metastore::V1::QueryMetadataResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Metastore::V1::QueryMetadataResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/metastore/v1/metastore.rb
Overview
Response message for DataprocMetastore.QueryMetadata.
Instance Attribute Summary collapse
-
#result_manifest_uri ⇒ ::String
The manifest URI is link to a JSON instance in Cloud Storage.
Instance Attribute Details
#result_manifest_uri ⇒ ::String
Returns The manifest URI is link to a JSON instance in Cloud Storage. This instance manifests immediately along with QueryMetadataResponse. The content of the URI is not retriable until the long-running operation query against the metadata finishes.
1294 1295 1296 1297 |
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 1294 class QueryMetadataResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |