Class: Google::Apis::MetastoreV1::QueryMetadataResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/metastore_v1/classes.rb,
lib/google/apis/metastore_v1/representations.rb,
lib/google/apis/metastore_v1/representations.rb

Overview

Response message for DataprocMetastore.QueryMetadata.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ QueryMetadataResponse

Returns a new instance of QueryMetadataResponse.



1509
1510
1511
# File 'lib/google/apis/metastore_v1/classes.rb', line 1509

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#result_manifest_uriString

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. Corresponds to the JSON property resultManifestUri

Returns:

  • (String)


1507
1508
1509
# File 'lib/google/apis/metastore_v1/classes.rb', line 1507

def result_manifest_uri
  @result_manifest_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1514
1515
1516
# File 'lib/google/apis/metastore_v1/classes.rb', line 1514

def update!(**args)
  @result_manifest_uri = args[:result_manifest_uri] if args.key?(:result_manifest_uri)
end