GoogleApi.CloudBuild.V1.Model.Dependency (google_api_cloud_build v0.54.0)
View SourceA 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
@type t() :: %GoogleApi.CloudBuild.V1.Model.Dependency{ empty: boolean() | nil, gitSource: GoogleApi.CloudBuild.V1.Model.GitSourceDependency.t() | nil }