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.
Implements
IMessageBigQueryAuditMetadataTypesJobStatus, IEquatableBigQueryAuditMetadataTypesJobStatus, IDeepCloneableBigQueryAuditMetadataTypesJobStatus, IBufferMessage, IMessageNamespace
Google.Cloud.AuditAssembly
Google.Cloud.Audit.dll
Constructors
JobStatus()
public JobStatus()
JobStatus(JobStatus)
public JobStatus(BigQueryAuditMetadata.Types.JobStatus other)
Parameter | |
---|---|
Name | Description |
other | BigQueryAuditMetadataTypesJobStatus |
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 |
RepeatedFieldStatus |
JobState
public BigQueryAuditMetadata.Types.JobState JobState { get; set; }
State of the job.
Property Value | |
---|---|
Type | Description |
BigQueryAuditMetadataTypesJobState |