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 page 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 the `CancelBuildRequest` API is 2.15.0, with a history of versions dating back to 1.0.0."],["The `CancelBuildRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has constructor overloads and properties like `BuildName`, `Id`, `Name`, and `ProjectId`, to specify the build to be cancelled."],["The `CancelBuildRequest` is within the `Google.Cloud.CloudBuild.V1` namespace and the `Google.Cloud.CloudBuild.V1.dll` assembly."]]],[]]