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.
Implements
IMessageBigQueryAuditMetadataTypesRoutine, IEquatableBigQueryAuditMetadataTypesRoutine, IDeepCloneableBigQueryAuditMetadataTypesRoutine, IBufferMessage, IMessageNamespace
Google.Cloud.AuditAssembly
Google.Cloud.Audit.dll
Constructors
Routine()
public Routine()
Routine(Routine)
public Routine(BigQueryAuditMetadata.Types.Routine other)
Parameter | |
---|---|
Name | Description |
other | BigQueryAuditMetadataTypesRoutine |
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 |