Data Catalog v1 API - Enum RoutineSpec.Types.Argument.Types.Mode (2.11.0)

public enum RoutineSpec.Types.Argument.Types.Mode

Reference documentation and code samples for the Data Catalog v1 API enum RoutineSpec.Types.Argument.Types.Mode.

The input or output mode of the argument.

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Fields

Name Description
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.