public sealed class CancelBuildRequest : IMessage<CancelBuildRequest>, IEquatable<CancelBuildRequest>, IDeepCloneable<CancelBuildRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class CancelBuildRequest.
[[["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 provides reference documentation for the `CancelBuildRequest` class within the Google Cloud Build v1 API for .NET, with the current version being 2.10.0."],["The `CancelBuildRequest` class, used to request the cancellation of an ongoing build, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes details on the class's constructors (`CancelBuildRequest()`, `CancelBuildRequest(CancelBuildRequest)`), as well as properties like `BuildName`, `Id`, `Name`, and `ProjectId`."],["The page also provides links to all available versions of the `CancelBuildRequest` documentation, ranging from version 1.0.0 up to the latest version, 2.15.0."],["The format required to use the `Name` property to cancel a build is `projects/{project}/locations/{location}/builds/{build}`."]]],[]]