Class StorageSource (3.19.0)

StorageSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Location of the source in an archive file in Cloud Storage.

Attributes

NameDescription
bucket str
Cloud Storage bucket containing the source (see `Bucket Name Requirements
object_ str
Cloud Storage object containing the source. This object must be a zipped (.zip) or gzipped archive file (.tar.gz) containing source to build.
generation int
Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.