Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class Argument.
Input or output argument of a function or stored procedure.
Generated from protobuf message google.cloud.datacatalog.v1.RoutineSpec.Argument
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
The name of the argument. A return argument of a function might not have a name.
↳ mode
int
Specifies whether the argument is input or output.
↳ type
string
Type of the argument. The exact value depends on the source system and the language.
getName
The name of the argument. A return argument of a function might not have a name.
string
setName
The name of the argument. A return argument of a function might not have a name.
var
string
$this
getMode
Specifies whether the argument is input or output.
int
setMode
Specifies whether the argument is input or output.
var
int
$this
getType
Type of the argument. The exact value depends on the source system and the language.
string
setType
Type of the argument. The exact value depends on the source system and the language.
var
string
$this