namespace property
Namespace to avoid predicate collisions (e.g. "celest.auth").
Implementation
@$pb.TagNumber(1)
$core.String get namespace => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set namespace($core.String value) => $_setString(0, value);