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, focusing on fields specific to BigQuery routines."],["The `BigQueryRoutineSpec` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffer operations."],["The page details the inheritance hierarchy of `BigQueryRoutineSpec`, showing that it inherits directly from `Object` and lists the inherited members from the `Object` class."],["The documentation covers the class's constructors, `BigQueryRoutineSpec()` and `BigQueryRoutineSpec(BigQueryRoutineSpec other)`, including a description and parameter details for the latter."],["It documents the `ImportedLibraries` property, which is of type `RepeatedField\u003cstring\u003e`, used for storing the paths of the imported libraries related to the BigQuery routine."]]],[]]