public sealed class Routine : IMessage<BigQueryAuditMetadata.Types.Routine>, IEquatable<BigQueryAuditMetadata.Types.Routine>, IDeepCloneable<BigQueryAuditMetadata.Types.Routine>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `Routine` class within the `Google.Cloud.Audit.BigQueryAuditMetadata.Types` namespace, specifically for version 2.0.0 of the Google.Cloud.Audit library, and outlines its role as a User Defined Function (UDF) or Stored Procedure."],["The `Routine` class inherits from `Object` and implements `IMessage\u003cBigQueryAuditMetadata.Types.Routine\u003e`, `IEquatable\u003cBigQueryAuditMetadata.Types.Routine\u003e`, `IDeepCloneable\u003cBigQueryAuditMetadata.Types.Routine\u003e`, `IBufferMessage`, and `IMessage`."],["The class includes two constructors: a default constructor `Routine()` and an overloaded constructor `Routine(BigQueryAuditMetadata.Types.Routine other)` that allows for the creation of a Routine object using another Routine object."],["Key properties of the `Routine` class include `CreateTime` (the routine's creation time), `RoutineName` (the routine's URI), and `UpdateTime` (the routine's last update time), all of which have specific data types and descriptions."],["Multiple previous versions of the library are available for usage, such as versions ranging from 1.0.0 to the latest 2.5.0."]]],[]]