Google Cloud BigQuery Analytics Hub V1 Client - Class RoutineType (1.3.0)

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 \ Routine

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ROUTINE_TYPE_UNSPECIFIED

Value: 0

Default value.

Generated from protobuf enum ROUTINE_TYPE_UNSPECIFIED = 0;

TABLE_VALUED_FUNCTION

Value: 1

Non-built-in persistent TVF.

Generated from protobuf enum TABLE_VALUED_FUNCTION = 1;