Class CreateBuildTriggerRequest (3.9.1)

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

Request to create a new BuildTrigger.

Attributes

NameDescription
parent str
The parent resource where this trigger will be created. Format: ``projects/{project}/locations/{location}``
project_id str
Required. ID of the project for which to configure automatic builds.
trigger google.cloud.devtools.cloudbuild_v1.types.BuildTrigger
Required. ``BuildTrigger`` to create.

Inheritance

builtins.object > proto.message.Message > CreateBuildTriggerRequest