zone property
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);
Implementation
@$pb.TagNumber(1)
set zone($core.String v) { $_setString(0, v); }