public sealed class JobMetadata : IMessage<JobMetadata>, IEquatable<JobMetadata>, IDeepCloneable<JobMetadata>, IBufferMessage, IMessage
Job Operation metadata.
Implements
IMessage<JobMetadata>, IEquatable<JobMetadata>, IDeepCloneable<JobMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
JobMetadata()
public JobMetadata()
JobMetadata(JobMetadata)
public JobMetadata(JobMetadata other)
Parameter | |
---|---|
Name | Description |
other | JobMetadata |
Properties
JobId
public string JobId { get; set; }
Output only. The job id.
Property Value | |
---|---|
Type | Description |
String |
OperationType
public string OperationType { get; set; }
Output only. Operation type.
Property Value | |
---|---|
Type | Description |
String |
StartTime
public Timestamp StartTime { get; set; }
Output only. Job submission time.
Property Value | |
---|---|
Type | Description |
Timestamp |
Status
public JobStatus Status { get; set; }
Output only. Most recent job status.
Property Value | |
---|---|
Type | Description |
JobStatus |