Class StorageSource (3.7.1)

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

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

Attributes

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