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-04-09 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.11.0."],["The `RetryBuildRequest` class allows users to specify and retry a previously executed build, inheriting from various interfaces like `IMessage` and `IEquatable`."],["There are several available versioned reference documents ranging from the latest version, 2.15.0, down to 1.0.0."],["The class implements properties such as `BuildName`, `Id`, `Name`, and `ProjectId` to manage and identify build retry requests."],["`RetryBuildRequest` class can be instantiated through a default constructor or by using another `RetryBuildRequest` object."]]],[]]