Class RunBuildTriggerRequest (3.24.0)

RunBuildTriggerRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
name str
The name of the Trigger to run. Format: projects/{project}/locations/{location}/triggers/{trigger}
project_id str
Required. ID of the project.
trigger_id str
Required. ID of the trigger.
source google.cloud.devtools.cloudbuild_v1.types.RepoSource
Source to build against this trigger. Branch and tag names cannot consist of regular expressions.