Class BigQueryAuditMetadata.Types.RoutineCreation (2.0.0)

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

Routine creation event.

Inheritance

Object > BigQueryAuditMetadata.Types.RoutineCreation

Namespace

Google.Cloud.Audit

Assembly

Google.Cloud.Audit.dll

Constructors

RoutineCreation()

public RoutineCreation()

RoutineCreation(BigQueryAuditMetadata.Types.RoutineCreation)

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

Properties

JobName

public string JobName { get; set; }

The URI of the job that created the routine.

Format: projects/&lt;project_id>/jobs/&lt;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
BigQueryAuditMetadata.Types.RoutineCreation.Types.Reason

Routine

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

Created routine.

Property Value
TypeDescription
BigQueryAuditMetadata.Types.Routine