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 for .NET, with the current version being 2.7.0."],["The `RetryBuildRequest` class is used to specify a build to be retried, inheriting from `object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists multiple previous versions of the package, ranging from version 1.0.0 up to 2.15.0, along with links to each version's respective documentation for `RetryBuildRequest`."],["Key properties of the `RetryBuildRequest` class include `BuildName`, `Id`, `Name`, and `ProjectId`, which are essential for identifying and specifying the build to be retried."],["The `RetryBuildRequest` class offers two constructors, a default constructor and one that takes another `RetryBuildRequest` object as a parameter for creating a new instance."]]],[]]