View Source GoogleApi.CloudBuild.V1.Model.RunBuildTriggerRequest (google_api_cloud_build v0.50.1)

Specifies a build trigger to run and the source to use.

Attributes

  • projectId (type: String.t, default: nil) - Required. ID of the project.
  • source (type: GoogleApi.CloudBuild.V1.Model.RepoSource.t, default: nil) - Source to build against this trigger. Branch and tag names cannot consist of regular expressions.
  • triggerId (type: String.t, default: nil) - Required. ID of the trigger.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V1.Model.RunBuildTriggerRequest{
  projectId: String.t() | nil,
  source: GoogleApi.CloudBuild.V1.Model.RepoSource.t() | nil,
  triggerId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.