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 information for the `CancelBuildRequest` class within the Google Cloud Build v1 API, specifically for version 2.12.0."],["The `CancelBuildRequest` class allows users to request the cancellation of an ongoing build, implemented with properties such as `Id`, `Name`, `ProjectId` and `BuildName`."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities for object handling."],["The document details the constructors for the `CancelBuildRequest` class, including a parameter for copying properties from another `CancelBuildRequest` instance."],["There are numerous previous versions of this document available, ranging from version 1.0.0 up to the most recent version of 2.15.0."]]],[]]