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