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 document provides reference documentation for the `CancelBuildRequest` class within the Google Cloud Build v1 API for .NET, covering versions 1.0.0 through 2.15.0."],["The `CancelBuildRequest` class is used to request the cancellation of an ongoing build, and it implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties of the `CancelBuildRequest` class include `Id`, `Name`, `ProjectId`, and `BuildName`, which are essential for specifying which build to cancel."],["The document outlines the class's constructors, including a default constructor and one that takes another `CancelBuildRequest` as a parameter for copying."],["The `CancelBuildRequest` is contained within the `Google.Cloud.CloudBuild.V1` namespace, and the latest version of the class covered in this document is 2.15.0."]]],[]]