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 implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with Google Protobuf and other .NET functionalities."],["The latest version of this request is 2.15.0, while this specific page is related to version 1.3.0, with access to other listed version in the provided links."],["The class includes properties such as `Id`, `Name`, `ProjectId`, and `BuildName` to identify the build that should be cancelled."],["You can construct a `CancelBuildRequest` object either by using the default constructor or by providing another `CancelBuildRequest` object to the constructor."]]],[]]