Batch v1 API - Class JobStatus (2.3.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class JobStatus : IMessage<JobStatus>, IEquatable<JobStatus>, IDeepCloneable<JobStatus>, IBufferMessage, IMessageReference documentation and code samples for the Batch v1 API class JobStatus.
Job status.
Implements
IMessage JobStatus, IEquatable JobStatus, IDeepCloneable JobStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Batch.V1Assembly
Google.Cloud.Batch.V1.dll
Constructors
JobStatus()
public JobStatus()JobStatus(JobStatus)
public JobStatus(JobStatus other)| Parameter | |
|---|---|
| Name | Description |
other |
JobStatus |
Properties
RunDuration
public Duration RunDuration { get; set; }The duration of time that the Job spent in status RUNNING.
| Property Value | |
|---|---|
| Type | Description |
Duration |
|
State
public JobStatus.Types.State State { get; set; }Job state
| Property Value | |
|---|---|
| Type | Description |
JobStatus Types State |
|
StatusEvents
public RepeatedField<StatusEvent> StatusEvents { get; }Job status events
| Property Value | |
|---|---|
| Type | Description |
RepeatedField StatusEvent |
|
TaskGroups
public MapField<string, JobStatus.Types.TaskGroupStatus> TaskGroups { get; }Aggregated task status for each TaskGroup in the Job. The map key is TaskGroup ID.
| Property Value | |
|---|---|
| Type | Description |
MapField string JobStatus Types TaskGroupStatus |
|