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 most recent version being 2.15.0."],["The `CancelBuildRequest` class is used to request the cancellation of an ongoing build process within Google Cloud Build, and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `CancelBuildRequest` class includes constructors for creating new instances, either default or by cloning another `CancelBuildRequest` object."],["The class offers properties such as `BuildName`, `Id`, `Name`, and `ProjectId` to configure the build cancellation request, with specific formatting and typing requirements for each."],["This page provides links to previous versions of the documentation, ranging from version 1.0.0 to 2.15.0, allowing developers to view changes across each release."]]],[]]