language property

String? language
getter/setter pair

The language the routine is written in.

The exact value depends on the source system. For BigQuery routines, possible values are: * SQL * JAVASCRIPT

Implementation

core.String? language;