View Source GoogleApi.CloudFunctions.V2.Model.StorageSource (google_api_cloud_functions v0.37.0)

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

Attributes

  • bucket (type: String.t, default: nil) - Google Cloud Storage bucket containing the source (see Bucket Name Requirements).
  • generation (type: String.t, default: nil) - Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
  • object (type: String.t, default: nil) - Google Cloud Storage object containing the source. This object must be a gzipped archive file (.tar.gz) containing source to build.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudFunctions.V2.Model.StorageSource{
  bucket: String.t() | nil,
  generation: String.t() | nil,
  object: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.