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, detailing its usage in specifying a build to retry."],["The `RetryBuildRequest` class, which implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, is found within the `Google.Cloud.CloudBuild.V1` namespace."],["The page lists available versions of the `RetryBuildRequest`, ranging from the latest version 2.15.0 down to version 1.0.0."],["Key properties of the `RetryBuildRequest` class include `BuildName`, `Id`, `Name`, and `ProjectId`, each with specific requirements and formatting guidelines."],["The documentation provides details for the `RetryBuildRequest` constructors, including a default constructor and one for making a copy of another instance."]]],[]]