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

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

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

Routine creation event.

Inheritance

object > BigQueryAuditMetadata.Types.RoutineCreation

Namespace

Google.Cloud.Audit

Assembly

Google.Cloud.Audit.dll

Constructors

RoutineCreation()

public RoutineCreation()

RoutineCreation(RoutineCreation)

public RoutineCreation(BigQueryAuditMetadata.Types.RoutineCreation other)
Parameter
NameDescription
otherBigQueryAuditMetadataTypesRoutineCreation

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
TypeDescription
string

Reason

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

Describes how the routine was created.

Property Value
TypeDescription
BigQueryAuditMetadataTypesRoutineCreationTypesReason

Routine

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

Created routine.

Property Value
TypeDescription
BigQueryAuditMetadataTypesRoutine