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
1298 1299 1300 1301 |
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 1298 class QueryMetadataResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |