public sealed class RetryBuildRequest : IMessage<RetryBuildRequest>, IEquatable<RetryBuildRequest>, IDeepCloneable<RetryBuildRequest>, IBufferMessage, IMessage
[[["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 `RetryBuildRequest` class, part of the `Google.Cloud.CloudBuild.V1` namespace, allows users to specify and retry a previously executed build, with the latest version being 2.15.0."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class, with multiple methods."],["The `RetryBuildRequest` class can be instantiated using a default constructor or by copying from an existing `RetryBuildRequest` object."],["Key properties of `RetryBuildRequest` include `BuildName` (a `BuildName`-typed resource name), `Id` (the original build ID), `Name` (the full resource name of the build), and `ProjectId` (the project's ID)."],["The available documentation versions for the `RetryBuildRequest` class range from version 1.0.0 up to the latest 2.15.0, and they are all linked, allowing you to view the class in prior versions."]]],[]]