edition property

  1. @Deprecated('This field is deprecated.')
  2. @TagNumber.new(8)
String get edition

The source edition string, only valid when syntax is SYNTAX_EDITIONS.

This field should be ignored, instead the edition should be inherited from Api. This is similar to Field and EnumValue.

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(8)
$core.String get edition => $_getSZ(7);
  1. @Deprecated('This field is deprecated.')
  2. @TagNumber.new(8)
set edition (String value)

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(8)
set edition($core.String value) => $_setString(7, value);