uniqueId property

  1. @TagNumber(11)
String get uniqueId

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);
  1. @TagNumber(11)
set uniqueId (String v)

Implementation

@$pb.TagNumber(11)
set uniqueId($core.String v) { $_setString(10, v); }