Module Google::Cloud::DataCatalog::V1::RoutineSpec::Argument::Mode (v0.9.1)

The input or output mode of the argument.

Constants

MODE_UNSPECIFIED

value: 0
Unspecified mode.

IN

value: 1
The argument is input-only.

OUT

value: 2
The argument is output-only.

INOUT

value: 3
The argument is both an input and an output.