public sealed class JobChange : IMessage<BigQueryAuditMetadata.Types.JobChange>, IEquatable<BigQueryAuditMetadata.Types.JobChange>, IDeepCloneable<BigQueryAuditMetadata.Types.JobChange>, IBufferMessage, IMessageJob state change event.
Implements
IMessage<BigQueryAuditMetadata.Types.JobChange>, IEquatable<BigQueryAuditMetadata.Types.JobChange>, IDeepCloneable<BigQueryAuditMetadata.Types.JobChange>, IBufferMessage, IMessageNamespace
Google.Cloud.AuditAssembly
Google.Cloud.Audit.dll
Constructors
JobChange()
public JobChange()JobChange(BigQueryAuditMetadata.Types.JobChange)
public JobChange(BigQueryAuditMetadata.Types.JobChange other)| Parameter | |
|---|---|
| Name | Description |
other |
BigQueryAuditMetadata.Types.JobChange |
Properties
After
public BigQueryAuditMetadata.Types.JobState After { get; set; }Job state after the job state change.
| Property Value | |
|---|---|
| Type | Description |
BigQueryAuditMetadata.Types.JobState |
|
Before
public BigQueryAuditMetadata.Types.JobState Before { get; set; }Job state before the job state change.
| Property Value | |
|---|---|
| Type | Description |
BigQueryAuditMetadata.Types.JobState |
|
Job
public BigQueryAuditMetadata.Types.Job Job { get; set; }Job metadata.
| Property Value | |
|---|---|
| Type | Description |
BigQueryAuditMetadata.Types.Job |
|