Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::RoutineSpec::Argument.
Input or output argument of a function or stored procedure.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#mode
def mode() -> ::Google::Cloud::DataCatalog::V1::RoutineSpec::Argument::Mode
Returns
- (::Google::Cloud::DataCatalog::V1::RoutineSpec::Argument::Mode) — Specifies whether the argument is input or output.
#mode=
def mode=(value) -> ::Google::Cloud::DataCatalog::V1::RoutineSpec::Argument::Mode
Parameter
- value (::Google::Cloud::DataCatalog::V1::RoutineSpec::Argument::Mode) — Specifies whether the argument is input or output.
Returns
- (::Google::Cloud::DataCatalog::V1::RoutineSpec::Argument::Mode) — Specifies whether the argument is input or output.
#name
def name() -> ::String
Returns
- (::String) — The name of the argument. A return argument of a function might not have a name.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — The name of the argument. A return argument of a function might not have a name.
Returns
- (::String) — The name of the argument. A return argument of a function might not have a name.
#type
def type() -> ::String
Returns
- (::String) — Type of the argument. The exact value depends on the source system and the language.
#type=
def type=(value) -> ::String
Parameter
- value (::String) — Type of the argument. The exact value depends on the source system and the language.
Returns
- (::String) — Type of the argument. The exact value depends on the source system and the language.