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