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

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

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

User Defined Function (UDF) or Stored Procedure.

Inheritance

object > BigQueryAuditMetadata.Types.Routine

Namespace

Google.Cloud.Audit

Assembly

Google.Cloud.Audit.dll

Constructors

Routine()

public Routine()

Routine(Routine)

public Routine(BigQueryAuditMetadata.Types.Routine other)
Parameter
NameDescription
otherBigQueryAuditMetadataTypesRoutine

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Routine creation time.

Property Value
TypeDescription
Timestamp

RoutineName

public string RoutineName { get; set; }

Routine URI.

Format: projects/<project_id>/datasets/<dataset_id>/routines/<routine_id>.

Property Value
TypeDescription
string

UpdateTime

public Timestamp UpdateTime { get; set; }

Routine last update time.

Property Value
TypeDescription
Timestamp