public sealed class BigQueryRoutineSpec : IMessage<BigQueryRoutineSpec>, IEquatable<BigQueryRoutineSpec>, IDeepCloneable<BigQueryRoutineSpec>, 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 provides documentation for the `BigQueryRoutineSpec` class within the `Google.Cloud.DataCatalog.V1` namespace in the .NET environment, detailing its structure and implementation."],["The latest version documented is 2.14.0, and the page provides access to documentation for multiple versions, including a historical range from 1.2.0 to the current 2.14.0."],["`BigQueryRoutineSpec` is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is designed to handle fields specific to BigQuery routines."],["The class has two constructors: a default one `BigQueryRoutineSpec()` and one that takes another `BigQueryRoutineSpec` object as a parameter for copying, `BigQueryRoutineSpec(BigQueryRoutineSpec other)`."],["The class possesses a `ImportedLibraries` property of the type `RepeatedField\u003cstring\u003e` that shows the paths of the imported libraries."]]],[]]