GoogleApi.ContainerAnalysis.V1.Model.ContaineranalysisGoogleDevtoolsCloudbuildV1Dependency (google_api_container_analysis v0.34.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.ContainerAnalysis.V1.Model.ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceDependency.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.ContainerAnalysis.V1.Model.ContaineranalysisGoogleDevtoolsCloudbuildV1Dependency{
    empty: boolean() | nil,
    gitSource:
      GoogleApi.ContainerAnalysis.V1.Model.ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceDependency.t()
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.