Interface QueryMetadataResponseOrBuilder (2.42.0)

public interface QueryMetadataResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getResultManifestUri()

public abstract String 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.

string result_manifest_uri = 1;

Returns
TypeDescription
String

The resultManifestUri.

getResultManifestUriBytes()

public abstract ByteString getResultManifestUriBytes()

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.

string result_manifest_uri = 1;

Returns
TypeDescription
ByteString

The bytes for resultManifestUri.