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

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.

Inheritance

object > BigQueryAuditMetadata.Types.JobDeletion

Namespace

Google.Cloud.Audit

Assembly

Google.Cloud.Audit.dll

Constructors

JobDeletion()

public JobDeletion()

JobDeletion(JobDeletion)

public JobDeletion(BigQueryAuditMetadata.Types.JobDeletion other)
Parameter
NameDescription
otherBigQueryAuditMetadataTypesJobDeletion

Properties

JobName

public string JobName { get; set; }

Job URI.

Format: projects/<project_id>/jobs/<job_id>.

Property Value
TypeDescription
string

Reason

public BigQueryAuditMetadata.Types.JobDeletion.Types.Reason Reason { get; set; }

Describes how the job was deleted.

Property Value
TypeDescription
BigQueryAuditMetadataTypesJobDeletionTypesReason