public sealed class RetryJobRequest : IMessage<RetryJobRequest>, IEquatable<RetryJobRequest>, IDeepCloneable<RetryJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class RetryJobRequest.
RetryJobRequest is the request object used by RetryJob.
Required. Name of the Rollout. Format is
projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}.
[[["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 document provides reference documentation for the `RetryJobRequest` class within the Google Cloud Deploy v1 API."],["The `RetryJobRequest` class is used to define the parameters for retrying a job and it includes properties such as `JobId`, `PhaseId`, and `Rollout`."],["The `Rollout` property, which is required, is formatted as a specific resource name and can also be accessed as a `RolloutName`-typed object via the `RolloutAsRolloutName` property."],["This documentation includes historical versions of this class, ranging from version 1.0.0 up to the latest version 3.4.0, allowing users to reference different iterations."],["This class implements multiple interfaces, such as `IMessage`, `IEquatable\u003cRetryJobRequest\u003e`, `IDeepCloneable\u003cRetryJobRequest\u003e`, and `IBufferMessage`."]]],[]]