Class JobRun
A JobRun resource in the Cloud Deploy API. A JobRun contains information of a single Rollout job
evaluation.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class JobRun : IDirectResponseSchema
Properties
AdvanceChildRolloutJobRun
Output only. Information specific to an advanceChildRollout JobRun
Declaration
[JsonProperty("advanceChildRolloutJobRun")]
public virtual AdvanceChildRolloutJobRun AdvanceChildRolloutJobRun { get; set; }
Property Value
| Type | Description |
|---|---|
| AdvanceChildRolloutJobRun |
CreateChildRolloutJobRun
Output only. Information specific to a createChildRollout JobRun.
Declaration
[JsonProperty("createChildRolloutJobRun")]
public virtual CreateChildRolloutJobRun CreateChildRolloutJobRun { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateChildRolloutJobRun |
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
CreateTimeRaw
Output only. Time at which the JobRun was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DeployJobRun
Output only. Information specific to a deploy JobRun.
Declaration
[JsonProperty("deployJobRun")]
public virtual DeployJobRun DeployJobRun { get; set; }
Property Value
| Type | Description |
|---|---|
| DeployJobRun |
ETag
Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndTime
object representation of EndTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")]
public virtual object EndTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
EndTimeDateTimeOffset
DateTimeOffset representation of EndTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? EndTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
EndTimeRaw
Output only. Time at which the JobRun ended.
Declaration
[JsonProperty("endTime")]
public virtual string EndTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
JobId
Output only. ID of the Rollout job this JobRun corresponds to.
Declaration
[JsonProperty("jobId")]
public virtual string JobId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Output only. Name of the JobRun. Format is
projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{releases}/rollouts/{rollouts}/jobRuns/{uuid}.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PhaseId
Output only. ID of the Rollout phase this JobRun belongs in.
Declaration
[JsonProperty("phaseId")]
public virtual string PhaseId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PostdeployJobRun
Output only. Information specific to a postdeploy JobRun.
Declaration
[JsonProperty("postdeployJobRun")]
public virtual PostdeployJobRun PostdeployJobRun { get; set; }
Property Value
| Type | Description |
|---|---|
| PostdeployJobRun |
PredeployJobRun
Output only. Information specific to a predeploy JobRun.
Declaration
[JsonProperty("predeployJobRun")]
public virtual PredeployJobRun PredeployJobRun { get; set; }
Property Value
| Type | Description |
|---|---|
| PredeployJobRun |
StartTime
object representation of StartTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
StartTimeDateTimeOffset
DateTimeOffset representation of StartTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
StartTimeRaw
Output only. Time at which the JobRun was started.
Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
State
Output only. The current state of the JobRun.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Uid
Output only. Unique identifier of the JobRun.
Declaration
[JsonProperty("uid")]
public virtual string Uid { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VerifyJobRun
Output only. Information specific to a verify JobRun.
Declaration
[JsonProperty("verifyJobRun")]
public virtual VerifyJobRun VerifyJobRun { get; set; }
Property Value
| Type | Description |
|---|---|
| VerifyJobRun |