View Source GoogleApi.Run.V2.Model.GoogleDevtoolsCloudbuildV1DeveloperConnectConfig (google_api_run v0.32.2)

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

@type t() :: %GoogleApi.Run.V2.Model.GoogleDevtoolsCloudbuildV1DeveloperConnectConfig{
  dir: String.t() | nil,
  gitRepositoryLink: String.t() | nil,
  revision: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.