public sealed class Routine : IMessage<BigQueryAuditMetadata.Types.Routine>, IEquatable<BigQueryAuditMetadata.Types.Routine>, IDeepCloneable<BigQueryAuditMetadata.Types.Routine>, IBufferMessage, IMessageUser Defined Function (UDF) or Stored Procedure.
Implements
IMessage<BigQueryAuditMetadata.Types.Routine>, IEquatable<BigQueryAuditMetadata.Types.Routine>, IDeepCloneable<BigQueryAuditMetadata.Types.Routine>, IBufferMessage, IMessageNamespace
Google.Cloud.AuditAssembly
Google.Cloud.Audit.dll
Constructors
Routine()
public Routine()Routine(BigQueryAuditMetadata.Types.Routine)
public Routine(BigQueryAuditMetadata.Types.Routine other)| Parameter | |
|---|---|
| Name | Description |
other |
BigQueryAuditMetadata.Types.Routine |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Routine creation time.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
RoutineName
public string RoutineName { get; set; }Routine URI.
Format:
projects/<project_id>/datasets/<dataset_id>/routines/<routine_id>.
| Property Value | |
|---|---|
| Type | Description |
String |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Routine last update time.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|