language property

String? language
getter/setter pair

Defaults to "SQL" if remote_function_options field is absent, not set otherwise.

Optional. Possible string values are:

  • "LANGUAGE_UNSPECIFIED" : Default value.
  • "SQL" : SQL language.
  • "JAVASCRIPT" : JavaScript language.
  • "PYTHON" : Python language.
  • "JAVA" : Java language.
  • "SCALA" : Scala language.

Implementation

core.String? language;