Module: Google::Cloud::DataCatalog::V1::RoutineSpec::Argument::Mode

Defined in:
proto_docs/google/cloud/datacatalog/v1/datacatalog.rb

Overview

The input or output mode of the argument.

Constant Summary collapse

MODE_UNSPECIFIED =

Unspecified mode.

0
IN =

The argument is input-only.

1
OUT =

The argument is output-only.

2
INOUT =

The argument is both an input and an output.

3