Data Catalog v1 API - Enum RoutineSpec.Types.Argument.Types.Mode (2.3.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

GoogleCloudGoogle.Cloud.DataCatalogV1

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.