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."],[[["The latest version of the `CancelBuildRequest` documentation is 2.15.0, which can be found on the provided page with links to previous versions."],["The `CancelBuildRequest` class is designed to request the cancellation of an ongoing build process and implements multiple interfaces."],["The class inherits properties from `Object` and is located within the `Google.Cloud.CloudBuild.V1` namespace, as defined in the `Google.Cloud.CloudBuild.V1.dll` assembly."],["You can cancel an ongoing build by using the `CancelBuildRequest` class, which includes properties like `Id`, `Name`, `ProjectId`, and `BuildName`."],["The `CancelBuildRequest` class has two constructors, a default one `CancelBuildRequest()` and a copy constructor `CancelBuildRequest(CancelBuildRequest other)`."]]],[]]