uid property

  1. @TagNumber(3)
String uid

Output only. System generated globally unique ID for the environment. This ID will be different if the environment is deleted and re-created with the same name.

Implementation

@$pb.TagNumber(3)
$core.String get uid => $_getSZ(2);
  1. @TagNumber(3)
void uid=(String v)

Implementation

@$pb.TagNumber(3)
set uid($core.String v) { $_setString(2, v); }