Data Catalog V1 API - Module Google::Cloud::DataCatalog::V1::RoutineSpec::Argument::Mode (v0.11.0)

Reference documentation and code samples for the Data Catalog V1 API module Google::Cloud::DataCatalog::V1::RoutineSpec::Argument::Mode.

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.