Google Cloud Data Catalog V1 Client - Class Mode (1.3.9)
Stay organized with collections
Save and categorize content based on your preferences.
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
Methods
name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
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;