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 webpage provides documentation for the `RetryBuildRequest` class within the Google Cloud Build v1 API, with the latest version being 2.15.0."],["The `RetryBuildRequest` class is used to specify a build for retrying and is derived from various interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `RetryBuildRequest` class has properties such as `Id`, `Name`, and `ProjectId`, used to identify the specific build to retry, and a `BuildName` to be used as a typed view over the `Name` property."],["The documentation includes links to various versions of the API, ranging from version 1.0.0 up to the latest version, 2.15.0, to ensure compatibility."],["The `RetryBuildRequest` has inherited members such as `GetHashCode()`, `GetType()` and `ToString()`, as well as constructors for creating new `RetryBuildRequest` objects, either empty or based on another pre-existing `RetryBuildRequest`."]]],[]]