GoogleApi.CloudBuild.V1.Model.Dependency (google_api_cloud_build v0.54.0)

View Source

A dependency that the Cloud Build worker will fetch before executing user steps.

Attributes

  • empty (type: boolean(), default: nil) - If set to true disable all dependency fetching (ignoring the default source as well).
  • gitSource (type: GoogleApi.CloudBuild.V1.Model.GitSourceDependency.t, default: nil) - Represents a git repository as a build dependency.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.CloudBuild.V1.Model.Dependency{
  empty: boolean() | nil,
  gitSource: GoogleApi.CloudBuild.V1.Model.GitSourceDependency.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.