Data Catalog V1 API - Class Google::Cloud::DataCatalog::V1::RoutineSpec::Argument (v0.13.0)

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

#mode=

def mode=(value) -> ::Google::Cloud::DataCatalog::V1::RoutineSpec::Argument::Mode
Parameter
Returns

#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.