Show / Hide Table of Contents

Class Job

Job represents an operation for a Rollout.

Inheritance
object
Job
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 Job : IDirectResponseSchema

Properties

AdvanceChildRolloutJob

Output only. An advanceChildRollout Job.

Declaration
[JsonProperty("advanceChildRolloutJob")]
public virtual AdvanceChildRolloutJob AdvanceChildRolloutJob { get; set; }
Property Value
Type Description
AdvanceChildRolloutJob

CreateChildRolloutJob

Output only. A createChildRollout Job.

Declaration
[JsonProperty("createChildRolloutJob")]
public virtual CreateChildRolloutJob CreateChildRolloutJob { get; set; }
Property Value
Type Description
CreateChildRolloutJob

DeployJob

Output only. A deploy Job.

Declaration
[JsonProperty("deployJob")]
public virtual DeployJob DeployJob { get; set; }
Property Value
Type Description
DeployJob

ETag

The ETag of the item.

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

Id

Output only. The ID of the Job.

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

JobRun

Output only. The name of the JobRun responsible for the most recent invocation of this Job.

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

PostdeployJob

Output only. A postdeploy Job.

Declaration
[JsonProperty("postdeployJob")]
public virtual PostdeployJob PostdeployJob { get; set; }
Property Value
Type Description
PostdeployJob

PredeployJob

Output only. A predeploy Job.

Declaration
[JsonProperty("predeployJob")]
public virtual PredeployJob PredeployJob { get; set; }
Property Value
Type Description
PredeployJob

SkipMessage

Output only. Additional information on why the Job was skipped, if available.

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

State

Output only. The current state of the Job.

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

VerifyJob

Output only. A verify Job.

Declaration
[JsonProperty("verifyJob")]
public virtual VerifyJob VerifyJob { get; set; }
Property Value
Type Description
VerifyJob

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX