public sealed class Argument : IMessage<RoutineSpec.Types.Argument>, IEquatable<RoutineSpec.Types.Argument>, IDeepCloneable<RoutineSpec.Types.Argument>, IBufferMessage, IMessage
Input or output argument of a function or stored procedure.
[[["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-25 UTC."],[[["The provided content outlines the different versions of `RoutineSpec.Types.Argument` for Google Cloud Data Catalog, ranging from version 1.2.0 up to the latest version 2.14.0, each linked to its corresponding documentation."],["`RoutineSpec.Types.Argument` is defined as an input or output argument for a function or stored procedure within the `Google.Cloud.DataCatalog.V1` namespace and includes a set of properties such as Mode, Name, and Type."],["The `Argument` class inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Argument` class provides two constructors: a default constructor `Argument()` and a constructor that accepts another `RoutineSpec.Types.Argument` as a parameter: `Argument(RoutineSpec.Types.Argument other)`."],["Properties of the `Argument` class include `Mode`, representing whether the argument is input or output, `Name`, representing the argument's name, and `Type`, representing the argument's data type."]]],[]]