public sealed class RoutineCreation : IMessage<BigQueryAuditMetadata.Types.RoutineCreation>, IEquatable<BigQueryAuditMetadata.Types.RoutineCreation>, IDeepCloneable<BigQueryAuditMetadata.Types.RoutineCreation>, 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 `RoutineCreation` class within the `Google.Cloud.Audit` namespace, version 1.1.0 of the Google Cloud .NET library."],["The `RoutineCreation` class represents an event related to the creation of a routine, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default constructor `RoutineCreation()` and an overload `RoutineCreation(BigQueryAuditMetadata.Types.RoutineCreation other)`, which accepts an existing `RoutineCreation` instance."],["Key properties of the `RoutineCreation` class include `JobName`, which stores the URI of the job creating the routine, `Reason`, which explains the creation reason, and `Routine`, which contains information about the created routine."],["Several versions of the documentation for this class are available, with 2.5.0 being the latest version, and the oldest version being 1.0.0."]]],[]]