public sealed class RoutineSpec.Types.Argument : IMessage<RoutineSpec.Types.Argument>, IEquatable<RoutineSpec.Types.Argument>, IDeepCloneable<RoutineSpec.Types.Argument>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class RoutineSpec.Types.Argument.
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."],[[["This webpage provides documentation for the `RoutineSpec.Types.Argument` class within the Google Cloud Data Catalog V1 API, detailing its purpose as an input or output argument for functions or stored procedures."],["The content covers various versions of the API, ranging from version 1.2.0 to the latest 2.14.0, with version 2.9.0 highlighted in the documentation."],["The `RoutineSpec.Types.Argument` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling message handling, equality comparisons, deep cloning, and buffer message operations."],["Key properties of the `Argument` class include `Mode`, which specifies whether the argument is an input or output, `Name` for the argument's name, and `Type` for the argument's data type."]]],[]]