public sealed class BigQueryAuditMetadata.Types.RoutineDeletion : IMessage<BigQueryAuditMetadata.Types.RoutineDeletion>, IEquatable<BigQueryAuditMetadata.Types.RoutineDeletion>, IDeepCloneable<BigQueryAuditMetadata.Types.RoutineDeletion>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Audit API class BigQueryAuditMetadata.Types.RoutineDeletion.
Routine deletion event.
Implements
IMessageBigQueryAuditMetadataTypesRoutineDeletion, IEquatableBigQueryAuditMetadataTypesRoutineDeletion, IDeepCloneableBigQueryAuditMetadataTypesRoutineDeletion, IBufferMessage, IMessageNamespace
Google.Cloud.AuditAssembly
Google.Cloud.Audit.dll
Constructors
RoutineDeletion()
public RoutineDeletion()RoutineDeletion(RoutineDeletion)
public RoutineDeletion(BigQueryAuditMetadata.Types.RoutineDeletion other)| Parameter | |
|---|---|
| Name | Description |
other |
BigQueryAuditMetadataTypesRoutineDeletion |
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 | |
|---|---|
| Type | Description |
string |
|
Reason
public BigQueryAuditMetadata.Types.RoutineDeletion.Types.Reason Reason { get; set; }Describes how the routine was deleted.
| Property Value | |
|---|---|
| Type | Description |
BigQueryAuditMetadataTypesRoutineDeletionTypesReason |
|
Routine
public BigQueryAuditMetadata.Types.Routine Routine { get; set; }Deleted routine.
| Property Value | |
|---|---|
| Type | Description |
BigQueryAuditMetadataTypesRoutine |
|