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."],[[["The latest version available for the `RetryBuildRequest` class in the Cloud Build v1 API is 2.15.0, while the documentation covers versions ranging from 1.0.0 to 2.15.0."],["The `RetryBuildRequest` class is used to specify a build for retry within the Google Cloud Build service, and is an implementation of several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `RetryBuildRequest` class include `Id`, `Name`, `BuildName`, and `ProjectId`, which are used to identify and locate the build to be retried."],["The class offers two constructors, one default constructor and one that accepts another `RetryBuildRequest` instance to create a new instance."]]],[]]