Class: Google::Apis::MetastoreV1alpha::QueryMetadataResponse
- Inherits:
-
Object
- Object
- Google::Apis::MetastoreV1alpha::QueryMetadataResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/metastore_v1alpha/classes.rb,
lib/google/apis/metastore_v1alpha/representations.rb,
lib/google/apis/metastore_v1alpha/representations.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 Method Summary collapse
-
#initialize(**args) ⇒ QueryMetadataResponse
constructor
A new instance of QueryMetadataResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ QueryMetadataResponse
Returns a new instance of QueryMetadataResponse.
2193 2194 2195 |
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 2193 def initialize(**args) update!(**args) end |
Instance Attribute Details
#result_manifest_uri ⇒ 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.
Corresponds to the JSON property resultManifestUri
2191 2192 2193 |
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 2191 def result_manifest_uri @result_manifest_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2198 2199 2200 |
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 2198 def update!(**args) @result_manifest_uri = args[:result_manifest_uri] if args.key?(:result_manifest_uri) end |