public static interface TransferTypes.TransferManifestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLocation()
Specifies the path to the manifest in Cloud Storage.
|
com.google.protobuf.ByteString |
getLocationBytes()
Specifies the path to the manifest in Cloud Storage.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getLocation()
Specifies the path to the manifest in Cloud Storage. The Google-managed service account for the transfer must have `storage.objects.get` permission for this object. An example path is `gs://bucket_name/path/manifest.csv`.
string location = 1;com.google.protobuf.ByteString getLocationBytes()
Specifies the path to the manifest in Cloud Storage. The Google-managed service account for the transfer must have `storage.objects.get` permission for this object. An example path is `gs://bucket_name/path/manifest.csv`.
string location = 1;Copyright © 2022 Google LLC. All rights reserved.