public sealed class CancelBuildRequest : IMessage<CancelBuildRequest>, IEquatable<CancelBuildRequest>, IDeepCloneable<CancelBuildRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class CancelBuildRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `CancelBuildRequest` class within the Google Cloud Build v1 API, detailing its usage and properties."],["The latest version of the API documented here is 2.15.0, with versions ranging down to 1.0.0 accessible."],["`CancelBuildRequest` is used to cancel an ongoing build, as specified in the request to the API."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with them."],["Key properties of `CancelBuildRequest` include `Id`, `Name`, `ProjectId`, and `BuildName`, all of which are necessary to identify and locate the build that is to be canceled."]]],[]]