field_2 property
Required. The name of the field to select.
For example, in the select expression request.auth, the auth portion
of the expression would be the field.
Implementation
@$pb.TagNumber(2)
$core.String get field_2 => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set field_2($core.String value) => $_setString(1, value);