public sealed class BigQueryAuditMetadata.Types.RoutineCreation : IMessage<BigQueryAuditMetadata.Types.RoutineCreation>, IEquatable<BigQueryAuditMetadata.Types.RoutineCreation>, IDeepCloneable<BigQueryAuditMetadata.Types.RoutineCreation>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Audit API class BigQueryAuditMetadata.Types.RoutineCreation.
Routine creation event.
Implements
IMessageBigQueryAuditMetadataTypesRoutineCreation, IEquatableBigQueryAuditMetadataTypesRoutineCreation, IDeepCloneableBigQueryAuditMetadataTypesRoutineCreation, IBufferMessage, IMessageNamespace
Google.Cloud.AuditAssembly
Google.Cloud.Audit.dll
Constructors
RoutineCreation()
public RoutineCreation()RoutineCreation(RoutineCreation)
public RoutineCreation(BigQueryAuditMetadata.Types.RoutineCreation other)| Parameter | |
|---|---|
| Name | Description |
other |
BigQueryAuditMetadataTypesRoutineCreation |
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 |
BigQueryAuditMetadataTypesRoutineCreationTypesReason |
|
Routine
public BigQueryAuditMetadata.Types.Routine Routine { get; set; }Created routine.
| Property Value | |
|---|---|
| Type | Description |
BigQueryAuditMetadataTypesRoutine |
|