public sealed class RoutineCreation : IMessage<BigQueryAuditMetadata.Types.RoutineCreation>, IEquatable<BigQueryAuditMetadata.Types.RoutineCreation>, IDeepCloneable<BigQueryAuditMetadata.Types.RoutineCreation>, IBufferMessage, IMessageRoutine creation event.
Implements
IMessage<BigQueryAuditMetadata.Types.RoutineCreation>, IEquatable<BigQueryAuditMetadata.Types.RoutineCreation>, IDeepCloneable<BigQueryAuditMetadata.Types.RoutineCreation>, IBufferMessage, IMessageNamespace
Google.Cloud.AuditAssembly
Google.Cloud.Audit.dll
Constructors
RoutineCreation()
public RoutineCreation()RoutineCreation(BigQueryAuditMetadata.Types.RoutineCreation)
public RoutineCreation(BigQueryAuditMetadata.Types.RoutineCreation other)| Parameter | |
|---|---|
| Name | Description |
other |
BigQueryAuditMetadata.Types.RoutineCreation |
Properties
JobName
public string JobName { get; set; }The URI of the job that created the routine.
Format: projects/<project_id>/jobs/<job_id>.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Reason
public BigQueryAuditMetadata.Types.RoutineCreation.Types.Reason Reason { get; set; }Describes how the routine was created.
| Property Value | |
|---|---|
| Type | Description |
BigQueryAuditMetadata.Types.RoutineCreation.Types.Reason |
|
Routine
public BigQueryAuditMetadata.Types.Routine Routine { get; set; }Created routine.
| Property Value | |
|---|---|
| Type | Description |
BigQueryAuditMetadata.Types.Routine |
|