public sealed class JobDeletion : IMessage<BigQueryAuditMetadata.Types.JobDeletion>, IEquatable<BigQueryAuditMetadata.Types.JobDeletion>, IDeepCloneable<BigQueryAuditMetadata.Types.JobDeletion>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Audit API class BigQueryAuditMetadata.Types.JobDeletion.
Job deletion event.
Implements
IMessage<BigQueryAuditMetadata.Types.JobDeletion>, IEquatable<BigQueryAuditMetadata.Types.JobDeletion>, IDeepCloneable<BigQueryAuditMetadata.Types.JobDeletion>, IBufferMessage, IMessageNamespace
Google.Cloud.AuditAssembly
Google.Cloud.Audit.dll
Constructors
JobDeletion()
public JobDeletion()JobDeletion(BigQueryAuditMetadata.Types.JobDeletion)
public JobDeletion(BigQueryAuditMetadata.Types.JobDeletion other)| Parameter | |
|---|---|
| Name | Description |
other |
BigQueryAuditMetadata.Types.JobDeletion |
Properties
JobName
public string JobName { get; set; }Job URI.
Format: projects/<project_id>/jobs/<job_id>.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Reason
public BigQueryAuditMetadata.Types.JobDeletion.Types.Reason Reason { get; set; }Describes how the job was deleted.
| Property Value | |
|---|---|
| Type | Description |
BigQueryAuditMetadata.Types.JobDeletion.Types.Reason |
|