Google Cloud Data Catalog V1 Client - Class RoutineType (1.4.2)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

ROUTINE_TYPE_UNSPECIFIED

Value: 0

Unspecified type.

Generated from protobuf enum ROUTINE_TYPE_UNSPECIFIED = 0;

SCALAR_FUNCTION

Value: 1

Non-builtin permanent scalar function.

Generated from protobuf enum SCALAR_FUNCTION = 1;

PROCEDURE

Value: 2

Stored procedure.

Generated from protobuf enum PROCEDURE = 2;