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 page provides reference documentation for the `RetryJobRequest` class within the Google Cloud Deploy v1 API for .NET, detailing its usage and properties."],["The `RetryJobRequest` class is used as the request object for the `RetryJob` function, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers the constructors for the `RetryJobRequest` class, including a default constructor and one that takes another `RetryJobRequest` instance as a parameter."],["Key properties of `RetryJobRequest` are detailed, such as `JobId`, `PhaseId`, and `Rollout`, including the requirement of each of these properties and the format that the Rollout should be."],["The latest version documented is 3.4.0, and includes 25 different versions of the object."]]],[]]