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 page provides documentation for the `CancelBuildRequest` class within the Google Cloud Build v1 API, covering versions from 1.0.0 to the latest 2.15.0."],["The `CancelBuildRequest` class is used to request the cancellation of an ongoing build within the Google Cloud Build service, as outlined in the class description."],["Key properties for `CancelBuildRequest` include `BuildName`, `Id`, `Name`, and `ProjectId`, which are used to identify the specific build to be canceled."],["The `CancelBuildRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer message operations, respectively."],["The page details the constructors for the `CancelBuildRequest` class, allowing for the creation of a new instance, and creating a copy."]]],[]]