syntax property

String? syntax
getter/setter pair

The source syntax of this method. Possible string values are:

  • "SYNTAX_PROTO2" : Syntax proto2.
  • "SYNTAX_PROTO3" : Syntax proto3.
  • "SYNTAX_EDITIONS" : Syntax editions.

Implementation

core.String? syntax;