Google Cloud Data Catalog V1 Client - Class Mode (1.5.1)

Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class Mode.

The input or output mode of the argument.

Protobuf type google.cloud.datacatalog.v1.RoutineSpec.Argument.Mode

Namespace

Google \ Cloud \ DataCatalog \ V1 \ RoutineSpec \ Argument

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

MODE_UNSPECIFIED

Value: 0

Unspecified mode.

Generated from protobuf enum MODE_UNSPECIFIED = 0;

IN

Value: 1

The argument is input-only.

Generated from protobuf enum IN = 1;

OUT

Value: 2

The argument is output-only.

Generated from protobuf enum OUT = 2;

INOUT

Value: 3

The argument is both an input and an output.

Generated from protobuf enum INOUT = 3;