Class CancelBuildRequest

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

Request to cancel an ongoing build.

Attributes

NameDescription
name str
The name of the ``Build`` to cancel. Format: ``projects/{project}/locations/{location}/builds/{build}``
project_id str
Required. ID of the project.
id str
Required. ID of the build.

Inheritance

builtins.object > proto.message.Message > CancelBuildRequest