uniqueId property

  1. @TagNumber.new(8)
String get uniqueId

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

Implementation

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