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."],["The `CancelBuildRequest` class is used to request the cancellation of an ongoing build in the Google Cloud Build service and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists available versions of the `CancelBuildRequest` class, ranging from the latest 2.15.0 down to 1.0.0."],["Key properties of the `CancelBuildRequest` class include `BuildName`, `Id`, `Name`, and `ProjectId`, which are used to identify the specific build to be canceled."],["The documentation includes details about the constructors for `CancelBuildRequest` and a table outlining the parameters for one of them."]]],[]]