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 `CancelBuildRequest` class is part of the `Google.Cloud.CloudBuild.V1` namespace and is implemented in the `Google.Cloud.CloudBuild.V1.dll` assembly."],["The page lists multiple versions of the `CancelBuildRequest`, from version 1.0.0 up to the latest version, 2.15.0, highlighting the version history of the API."],["Key properties of the `CancelBuildRequest` class include `Id`, `Name`, `ProjectId`, and `BuildName`, all of which are used to identify the specific build to be canceled."],["The `CancelBuildRequest` class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities within the .NET framework and Protobuf ecosystem."]]],[]]