Class GetBuildTriggerRequest (3.9.1)

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

Returns the BuildTrigger with the specified ID.

Attributes

NameDescription
name str
The name of the ``Trigger`` to retrieve. Format: ``projects/{project}/locations/{location}/triggers/{trigger}``
project_id str
Required. ID of the project that owns the trigger.
trigger_id str
Required. Identifier (``id`` or ``name``) of the ``BuildTrigger`` to get.

Inheritance

builtins.object > proto.message.Message > GetBuildTriggerRequest