public sealed class CancelBuildRequest : IMessage<CancelBuildRequest>, IEquatable<CancelBuildRequest>, IDeepCloneable<CancelBuildRequest>, IBufferMessage, IMessage
[[["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 webpage details the `CancelBuildRequest` class, which is used to request the cancellation of an ongoing build within the Google Cloud Build service."],["The latest version of `CancelBuildRequest` is 2.15.0, and the page provides links to documentation for numerous older versions, ranging from 2.14.0 down to 1.0.0."],["The `CancelBuildRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CancelBuildRequest` class include `BuildName`, `Id`, `Name`, and `ProjectId`, which are crucial for identifying and targeting the specific build to be canceled."],["There are two constructors available for `CancelBuildRequest`: a default constructor and one that accepts another `CancelBuildRequest` instance for duplication."]]],[]]