StorageSourceManifest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Location of the source manifest in Cloud Storage. This feature is in
Preview; see description
here <https://github.com/GoogleCloudPlatform/cloud-builders/tree/master/gcs-fetcher>__.
Attributes |
|
|---|---|
| Name | Description |
bucket |
str
Required. Cloud Storage bucket containing the source manifest (see `Bucket Name Requirements |
object_ |
str
Required. Cloud Storage object containing the source manifest. This object must be a JSON file. |
generation |
int
Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used. |