GoogleApi.ContainerAnalysis.V1alpha1.Model.ContaineranalysisGoogleDevtoolsCloudbuildV1DeveloperConnectConfig (google_api_container_analysis v0.34.0)

View Source

This config defines the location of a source through Developer Connect.

Attributes

  • dir (type: String.t, default: nil) - Required. Directory, relative to the source root, in which to run the build.
  • gitRepositoryLink (type: String.t, default: nil) - Required. The Developer Connect Git repository link, formatted as projects/*/locations/*/connections/*/gitRepositoryLink/*.
  • revision (type: String.t, default: nil) - Required. The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ContainerAnalysis.V1alpha1.Model.ContaineranalysisGoogleDevtoolsCloudbuildV1DeveloperConnectConfig{
    dir: String.t() | nil,
    gitRepositoryLink: String.t() | nil,
    revision: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.