Interface QueryMetadataResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QueryMetadataResponse,QueryMetadataResponse.Builder
public interface QueryMetadataResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetResultManifestUri()The manifest URI is link to a JSON instance in Cloud Storage.com.google.protobuf.ByteStringgetResultManifestUriBytes()The manifest URI is link to a JSON instance in Cloud Storage.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResultManifestUri
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:
- The resultManifestUri.
-
getResultManifestUriBytes
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;- Returns:
- The bytes for resultManifestUri.
-
-