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

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

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

Routine deletion event.

Inheritance

object > BigQueryAuditMetadata.Types.RoutineDeletion

Namespace

Google.Cloud.Audit

Assembly

Google.Cloud.Audit.dll

Constructors

RoutineDeletion()

public RoutineDeletion()

RoutineDeletion(RoutineDeletion)

public RoutineDeletion(BigQueryAuditMetadata.Types.RoutineDeletion other)
Parameter
NameDescription
otherBigQueryAuditMetadataTypesRoutineDeletion

Properties

JobName

public string JobName { get; set; }

The URI of the job that deleted the routine. Present if the reason is QUERY.

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

Property Value
TypeDescription
string

Reason

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

Describes how the routine was deleted.

Property Value
TypeDescription
BigQueryAuditMetadataTypesRoutineDeletionTypesReason

Routine

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

Deleted routine.

Property Value
TypeDescription
BigQueryAuditMetadataTypesRoutine