public sealed class BigQueryAuditMetadata.Types.JobDeletion : IMessage<BigQueryAuditMetadata.Types.JobDeletion>, IEquatable<BigQueryAuditMetadata.Types.JobDeletion>, IDeepCloneable<BigQueryAuditMetadata.Types.JobDeletion>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Audit API class BigQueryAuditMetadata.Types.JobDeletion.
Job deletion event.
Implements
IMessageBigQueryAuditMetadataTypesJobDeletion, IEquatableBigQueryAuditMetadataTypesJobDeletion, IDeepCloneableBigQueryAuditMetadataTypesJobDeletion, IBufferMessage, IMessageNamespace
Google.Cloud.AuditAssembly
Google.Cloud.Audit.dll
Constructors
JobDeletion()
public JobDeletion()
JobDeletion(JobDeletion)
public JobDeletion(BigQueryAuditMetadata.Types.JobDeletion other)
Parameter | |
---|---|
Name | Description |
other | BigQueryAuditMetadataTypesJobDeletion |
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 |
BigQueryAuditMetadataTypesJobDeletionTypesReason |