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