location property
The location name. All position information attached to an expression is relative to this location.
The location could be a file, UI element, or similar. For example,
acme/app/AnvilPolicy.cel.
Implementation
@$pb.TagNumber(2)
$core.String get location => $_getSZ(0);
Implementation
@$pb.TagNumber(2)
set location($core.String value) => $_setString(0, value);