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

public sealed class 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(BigQueryAuditMetadata.Types.Routine)

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

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