Reference documentation and code samples for the Google Cloud BigQuery Analytics Hub V1 Client class RoutineType.
Represents the type of a given routine.
Protobuf type google.cloud.bigquery.analyticshub.v1.Routine.RoutineType
Namespace
Google \ Cloud \ BigQuery \ AnalyticsHub \ V1 \ RoutineMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ROUTINE_TYPE_UNSPECIFIED
Value: 0Default value.
Generated from protobuf enum ROUTINE_TYPE_UNSPECIFIED = 0;
TABLE_VALUED_FUNCTION
Value: 1Non-built-in persistent TVF.
Generated from protobuf enum TABLE_VALUED_FUNCTION = 1;