google_api_cloud_build v0.7.0 GoogleApi.CloudBuild.V1.Model.StorageSource View Source
Location of the source in an archive file in Google Cloud Storage.
Attributes
- bucket (String.t): Google Cloud Storage bucket containing the source (see
Bucket Name
Requirements). Defaults to
nil. - generation (String.t): Google Cloud Storage generation for the object. If the generation is
omitted, the latest generation will be used. Defaults to
nil. - object (String.t): Google Cloud Storage object containing the source.
This object must be a gzipped archive file (.tar.gz) containing source to
build. Defaults to nil.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.