Google Cloud Dataproc Metastore V1 Client - Class QueryMetadataResponse (0.11.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this