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 webpage provides reference documentation for the `RetryJobRequest` class within the Google Cloud Deploy v1 API, specifically for .NET development."],["`RetryJobRequest` is utilized as the request object for retrying a job, with multiple versions of the API listed, ranging from version 1.0.0 to 3.4.0, with 3.4.0 as the latest."],["The `RetryJobRequest` class is a sealed class that implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which defines its behavior and usage."],["The class includes properties such as `JobId`, `PhaseId`, and `Rollout` for specifying the details of the job to be retried."],["The webpage displays the inheritance hierarchy, implemented interfaces, available constructors, and the properties of the `RetryJobRequest` class along with their respective descriptions and value types."]]],[]]