public interface QueryMetadataResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getResultManifestUri()
The manifest URI is link to a JSON instance in Cloud Storage.
|
com.google.protobuf.ByteString |
getResultManifestUriBytes()
The manifest URI is link to a JSON instance in Cloud Storage.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;com.google.protobuf.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;Copyright © 2024 Google LLC. All rights reserved.