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 reference documentation for the `CancelBuildRequest` class within the Google Cloud Build v1 API for .NET, with the current version being 2.14.0."],["The `CancelBuildRequest` class is used to request the cancellation of an ongoing build, with code samples and detailed information available on its constructors, properties, and inheritance."],["Multiple versions of the `CancelBuildRequest` class are accessible, ranging from the latest 2.15.0 down to version 1.0.0, catering to users with different dependency needs."],["The documentation details the `CancelBuildRequest` class's implementation of various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration within the Google Cloud Protobuf framework."],["Key properties of the `CancelBuildRequest` class include `Id`, `Name`, `ProjectId`, and `BuildName`, which are essential for specifying and identifying the build to be canceled."]]],[]]