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

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

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

Job state change event.

Inheritance

object > BigQueryAuditMetadata.Types.JobChange

Namespace

Google.Cloud.Audit

Assembly

Google.Cloud.Audit.dll

Constructors

JobChange()

public JobChange()

JobChange(JobChange)

public JobChange(BigQueryAuditMetadata.Types.JobChange other)
Parameter
NameDescription
otherBigQueryAuditMetadataTypesJobChange

Properties

After

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

Job state after the job state change.

Property Value
TypeDescription
BigQueryAuditMetadataTypesJobState

Before

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

Job state before the job state change.

Property Value
TypeDescription
BigQueryAuditMetadataTypesJobState

Job

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

Job metadata.

Property Value
TypeDescription
BigQueryAuditMetadataTypesJob