Class RunBuildTriggerRequest (3.2.1)

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

Specifies a build trigger to run and the source to use. .. attribute:: project_id

Required. ID of the project.

:type: str

Attributes

NameDescription
trigger_id str
Required. ID of the trigger.
source google.cloud.devtools.cloudbuild_v1.types.RepoSource
Source to build against this trigger.