unit property
The limit unit.
An example unit would be
1/{project}/{region}
Note that {project} and {region} are not placeholders in this example;
the literal characters { and } occur in the string.
Implementation
@$pb.TagNumber(2)
$core.String get unit => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set unit($core.String value) => $_setString(1, value);