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, specifically version 2.13.0."],["The `CancelBuildRequest` class is used to submit a request to cancel an ongoing build, inheriting from various interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties of the `CancelBuildRequest` class include `Id`, `Name`, `ProjectId`, and `BuildName`, which are used to specify the build to be canceled and the project it belongs to."],["The page also provides links to documentation for different versions of the `CancelBuildRequest` class, ranging from version 1.0.0 to the latest version, 2.15.0."]]],[]]