Class: Google::Cloud::Metastore::V1::QueryMetadataResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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