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

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

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

Routine change event.

Inheritance

object > BigQueryAuditMetadata.Types.RoutineChange

Namespace

Google.Cloud.Audit

Assembly

Google.Cloud.Audit.dll

Constructors

RoutineChange()

public RoutineChange()

RoutineChange(RoutineChange)

public RoutineChange(BigQueryAuditMetadata.Types.RoutineChange other)
Parameter
NameDescription
otherBigQueryAuditMetadataTypesRoutineChange

Properties

JobName

public string JobName { get; set; }

The URI of the job that updated the routine.

Format: projects/<project_id>/jobs/<job_id>.

Property Value
TypeDescription
string

Reason

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

Describes how the routine was updated.

Property Value
TypeDescription
BigQueryAuditMetadataTypesRoutineChangeTypesReason

Routine

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

Updated routine.

Property Value
TypeDescription
BigQueryAuditMetadataTypesRoutine