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."],[[["The latest version available for the `RetryJobRequest` class is 3.4.0, but there are many versions available in this page, ranging down to version 1.0.0."],["`RetryJobRequest` is a class within the Google Cloud Deploy v1 API, specifically designed as a request object for retrying a job."],["It implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RetryJobRequest` class has properties such as `JobId`, `PhaseId`, and `Rollout`, all of which are required fields for retrying a job, where `Rollout` can be accessed through `RolloutAsRolloutName` as a typed view."],["The class includes two constructors, one default and one that takes a `RetryJobRequest` as a parameter for copying objects, along with inheriting certain members from the base Object class."]]],[]]