Show / Hide Table of Contents

Class RetryJobRequest

RetryJobRequest is the request object used by RetryJob.

Inheritance
object
RetryJobRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class RetryJobRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

JobId

Required. The job ID for the Job to retry.

Declaration
[JsonProperty("jobId")]
public virtual string JobId { get; set; }
Property Value
Type Description
string

OverrideDeployPolicy

Optional. Deploy policies to override. Format is projects/{project}/locations/{location}/deployPolicies/{deployPolicy}.

Declaration
[JsonProperty("overrideDeployPolicy")]
public virtual IList<string> OverrideDeployPolicy { get; set; }
Property Value
Type Description
IList<string>

PhaseId

Required. The phase ID the Job to retry belongs to.

Declaration
[JsonProperty("phaseId")]
public virtual string PhaseId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX