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 \ ArgumentMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MODE_UNSPECIFIED
Value: 0Unspecified mode.
Generated from protobuf enum MODE_UNSPECIFIED = 0;
IN
Value: 1The argument is input-only.
Generated from protobuf enum IN = 1;
OUT
Value: 2The argument is output-only.
Generated from protobuf enum OUT = 2;
INOUT
Value: 3The argument is both an input and an output.
Generated from protobuf enum INOUT = 3;