Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class RoutineType.
The fine-grained type of the routine.
Protobuf type google.cloud.datacatalog.v1.RoutineSpec.RoutineType
Namespace
Google \ Cloud \ DataCatalog \ V1 \ RoutineSpecMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ROUTINE_TYPE_UNSPECIFIED
Value: 0Unspecified type.
Generated from protobuf enum ROUTINE_TYPE_UNSPECIFIED = 0;
SCALAR_FUNCTION
Value: 1Non-builtin permanent scalar function.
Generated from protobuf enum SCALAR_FUNCTION = 1;
PROCEDURE
Value: 2Stored procedure.
Generated from protobuf enum PROCEDURE = 2;