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 within the `Google.Cloud.CloudBuild.V1` namespace, used to request the cancellation of a build."],["The latest version of the `CancelBuildRequest` documentation is version 2.15.0, with multiple previous versions available for review."],["The `CancelBuildRequest` class includes properties like `Id`, `Name`, `ProjectId`, and `BuildName`, which are used to identify and locate the build to be canceled."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The class also contains the constructors `CancelBuildRequest()` and `CancelBuildRequest(CancelBuildRequest other)`."]]],[]]