public sealed class JobStatus : IMessage<JobStatus>, IEquatable<JobStatus>, IDeepCloneable<JobStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class JobStatus.
Running state of a job.
Implements
IMessage<JobStatus>, IEquatable<JobStatus>, IDeepCloneable<JobStatus>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Logging.V1Assembly
Google.Cloud.BigQuery.Logging.V1.dll
Constructors
JobStatus()
public JobStatus()
JobStatus(JobStatus)
public JobStatus(JobStatus other)
Parameter | |
---|---|
Name | Description |
other | JobStatus |
Properties
AdditionalErrors
public RepeatedField<Status> AdditionalErrors { get; }
Errors encountered during the running of the job. Do not necessarily mean that the job has completed or was unsuccessful.
Property Value | |
---|---|
Type | Description |
RepeatedField<Status> |
Error
public Status Error { get; set; }
If the job did not complete successfully, this field describes why.
Property Value | |
---|---|
Type | Description |
Status |
State
public string State { get; set; }
State of a job: PENDING
, RUNNING
, or DONE
.
Property Value | |
---|---|
Type | Description |
String |