language property

String? language
getter/setter pair

Programming language of the code.

Required. Possible string values are:

  • "LANGUAGE_UNSPECIFIED" : Unspecified language. This value should not be used.
  • "PYTHON" : Python >= 3.10, with numpy and simpy available.

Implementation

core.String? language;