public sealed class JobStatus : IMessage<BigQueryAuditMetadata.Types.JobStatus>, IEquatable<BigQueryAuditMetadata.Types.JobStatus>, IDeepCloneable<BigQueryAuditMetadata.Types.JobStatus>, IBufferMessage, IMessage
Status of a job.
Implements
IMessage<BigQueryAuditMetadata.Types.JobStatus>, IEquatable<BigQueryAuditMetadata.Types.JobStatus>, IDeepCloneable<BigQueryAuditMetadata.Types.JobStatus>, IBufferMessage, IMessageNamespace
Google.Cloud.AuditAssembly
Google.Cloud.Audit.dll
Constructors
JobStatus()
public JobStatus()
JobStatus(BigQueryAuditMetadata.Types.JobStatus)
public JobStatus(BigQueryAuditMetadata.Types.JobStatus other)
Parameter | |
---|---|
Name | Description |
other | BigQueryAuditMetadata.Types.JobStatus |
Properties
ErrorResult
public Status ErrorResult { get; set; }
Job error, if the job failed.
Property Value | |
---|---|
Type | Description |
Status |
Errors
public RepeatedField<Status> Errors { get; }
Errors encountered during the running of the job. Does not necessarily mean that the job has completed or was unsuccessful.
Property Value | |
---|---|
Type | Description |
RepeatedField<Status> |
JobState
public BigQueryAuditMetadata.Types.JobState JobState { get; set; }
State of the job.
Property Value | |
---|---|
Type | Description |
BigQueryAuditMetadata.Types.JobState |