Google Cloud Audit API - Class BigQueryAuditMetadata.Types.JobStatus (2.4.0)

public sealed class BigQueryAuditMetadata.Types.JobStatus : IMessage<BigQueryAuditMetadata.Types.JobStatus>, IEquatable<BigQueryAuditMetadata.Types.JobStatus>, IDeepCloneable<BigQueryAuditMetadata.Types.JobStatus>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Audit API class BigQueryAuditMetadata.Types.JobStatus.

Status of a job.

Inheritance

object > BigQueryAuditMetadata.Types.JobStatus

Namespace

Google.Cloud.Audit

Assembly

Google.Cloud.Audit.dll

Constructors

JobStatus()

public JobStatus()

JobStatus(JobStatus)

public JobStatus(BigQueryAuditMetadata.Types.JobStatus other)
Parameter
NameDescription
otherBigQueryAuditMetadataTypesJobStatus

Properties

ErrorResult

public Status ErrorResult { get; set; }

Job error, if the job failed.

Property Value
TypeDescription
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
TypeDescription
RepeatedFieldStatus

JobState

public BigQueryAuditMetadata.Types.JobState JobState { get; set; }

State of the job.

Property Value
TypeDescription
BigQueryAuditMetadataTypesJobState