google_api_cloud_build v0.6.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: null.
  • generation (String.t): Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used. Defaults to: null.
  • 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: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.CloudBuild.V1.Model.StorageSource{
  bucket: any(),
  generation: any(),
  object: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.