Enum RoutineSpec.Types.Argument.Types.Mode (1.6.0)

public enum Mode

The input or output mode of the argument.

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Fields

NameDescription
In

The argument is input-only.

Inout

The argument is both an input and an output.

Out

The argument is output-only.

Unspecified

Unspecified mode.