public interface QueryMetadataResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for resultManifestUri. |