Class JobStatus
JobStatus represents the current state of a Job.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class JobStatus : IDirectResponseSchema
Properties
Conditions
Conditions communicate information about ongoing/complete reconciliation processes that bring the "spec"
inline with the observed state of the world. Job-specific conditions include: * Ready
: True
when the job
is ready to be executed.
Declaration
[JsonProperty("conditions")]
public virtual IList<GoogleCloudRunV1Condition> Conditions { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudRunV1Condition> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExecutionCount
Number of executions created for this job.
Declaration
[JsonProperty("executionCount")]
public virtual int? ExecutionCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
LatestCreatedExecution
A pointer to the most recently created execution for this job. This is set regardless of the eventual state of the execution.
Declaration
[JsonProperty("latestCreatedExecution")]
public virtual ExecutionReference LatestCreatedExecution { get; set; }
Property Value
Type | Description |
---|---|
ExecutionReference |
ObservedGeneration
The 'generation' of the job that was last processed by the controller.
Declaration
[JsonProperty("observedGeneration")]
public virtual int? ObservedGeneration { get; set; }
Property Value
Type | Description |
---|---|
int? |