public enum RoutineSpec.Types.Argument.Types.ModeReference 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.V1Assembly
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. |