currentLocationId property
Output only. The current zone where the Redis primary node is located. In
basic tier, this will always be the same as location_id. In
standard tier, this can be the zone of any node in the instance.
Implementation
@$pb.TagNumber(12)
$core.String get currentLocationId => $_getSZ(9);
Implementation
@$pb.TagNumber(12)
set currentLocationId($core.String v) {
$_setString(9, v);
}