Class StorageSource (0.13.0) Stay organized with collections Save and categorize content based on your preferences.
StorageSource(mapping=None,*,ignore_unknown_fields=False,**kwargs)Location of the source in an archive file in Google CloudStorage.
Attributes | |
|---|---|
| Name | Description |
bucket | strRequired. Google Cloud Storage bucket containing the source (see `Bucket Name Requirements |
object_ | strRequired. Google Cloud Storage object containing the source. This object must be a gzipped archive file ( .tar.gz) containing source to build. |
generation | intOptional. Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-16 UTC.