uniqueId property

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

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

Implementation

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