public sealed class RetryBuildRequest : IMessage<RetryBuildRequest>, IEquatable<RetryBuildRequest>, IDeepCloneable<RetryBuildRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class RetryBuildRequest.
[[["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 `RetryBuildRequest` class within the Google Cloud Build v1 API, specifically for the .NET framework."],["The `RetryBuildRequest` class is used to specify and execute a retry of a previous build, and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers multiple versions of the API, from version 1.0.0 up to the latest version 2.15.0, with the current displayed version being 2.14.0."],["The `RetryBuildRequest` class includes properties like `BuildName`, `Id`, `Name`, and `ProjectId`, which are used to identify the specific build to retry."],["There are two constructors available for the `RetryBuildRequest` class: a default constructor and one that accepts another `RetryBuildRequest` object for copying."]]],[]]