uid property
Output only. Google-generated UUID for this resource. This is unique across all scope resources. If a scope resource is deleted and another resource with the same name is created, it gets a different uid.
Implementation
@$pb.TagNumber(2)
$core.String get uid => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set uid($core.String v) { $_setString(1, v); }