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-04-09 UTC."],[[["This page provides reference documentation for the `CancelBuildRequest` class within the Google Cloud Build v1 API for .NET, detailing its properties, constructors, and inheritance."],["The `CancelBuildRequest` class is used to request the cancellation of an ongoing build, as indicated by its purpose and the availability of methods to identify a specific build by `Id`, `Name`, or `ProjectId`."],["The `CancelBuildRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for use with Google Protobuf."],["The documentation covers various versions of the API, ranging from version 1.0.0 to 2.15.0, with 2.15.0 being the latest version available."],["The available properties for the `CancelBuildRequest` class include `BuildName`, `Id`, `Name`, and `ProjectId`, which allows for specifying the build to cancel."]]],[]]