public sealed class BigQueryRoutineSpec : IMessage<BigQueryRoutineSpec>, IEquatable<BigQueryRoutineSpec>, IDeepCloneable<BigQueryRoutineSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class BigQueryRoutineSpec.
[[["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."],[[["The page provides documentation for the `BigQueryRoutineSpec` class within the Google Cloud Data Catalog v1 API, specifically for .NET development."],["The latest version of the documentation available is 2.14.0, but it also includes documentation for historical versions, down to 1.2.0."],["`BigQueryRoutineSpec` is used to specify fields specific to BigQuery routines and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `BigQueryRoutineSpec` has two constructors, `BigQueryRoutineSpec()` which is the default, and `BigQueryRoutineSpec(BigQueryRoutineSpec other)`, which can take an existing `BigQueryRoutineSpec` object as parameter."],["The `ImportedLibraries` property, of type `RepeatedField\u003cstring\u003e`, allows users to specify the paths of any libraries that have been imported by the routines."]]],[]]