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-03-21 UTC."],[[["This document provides reference information for the `RetryJobRequest` class within the Google Cloud Deploy v1 API for .NET, with the current version being 2.13.0, and the latest being 3.4.0."],["`RetryJobRequest` is used as the request object for the `RetryJob` function, enabling the retry of a specified job within a deployment process."],["The `RetryJobRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities such as message handling and deep cloning."],["The class has 2 constructors, `RetryJobRequest()` which is a default and a copy constructor, `RetryJobRequest(RetryJobRequest other)`, that takes in another `RetryJobRequest` object."],["Key properties of `RetryJobRequest` include `JobId`, `PhaseId`, `Rollout`, and `RolloutAsRolloutName`, which are used to identify and specify the job, phase, and rollout to be retried."]]],[]]