Class RunBuildTriggerRequest (3.9.1)

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.

Inheritance

builtins.object > proto.message.Message > RunBuildTriggerRequest