Reference documentation and code samples for the Google Cloud Dataproc Metastore V1 Client class QueryMetadataResponse.
Response message for DataprocMetastore.QueryMetadata.
Generated from protobuf message google.cloud.metastore.v1.QueryMetadataResponse
Namespace
Google \ Cloud \ Metastore \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ 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. |
getResultManifestUri
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 | |
|---|---|
| Type | Description |
string |
|
setResultManifestUri
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.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|