zone property

  1. @TagNumber(1)
String get zone

Output only. The zone where the virtual machine is located. If using regional request, the notebooks service will pick a location in the corresponding runtime region. On a get request, zone will always be present. Example:

  • us-central1-b

Implementation

@$pb.TagNumber(1)
$core.String get zone => $_getSZ(0);
  1. @TagNumber(1)
set zone (String v)

Implementation

@$pb.TagNumber(1)
set zone($core.String v) { $_setString(0, v); }