defaultRegion property

  1. @TagNumber(5)
String defaultRegion

GCS region of the organization. Locations created under this org will have their GCS region set to this by default and packages associated with this org will be stored in this region.

Implementation

@$pb.TagNumber(5)
$core.String get defaultRegion => $_getSZ(4);
  1. @TagNumber(5)
void defaultRegion=(String v)

Implementation

@$pb.TagNumber(5)
set defaultRegion($core.String v) { $_setString(4, v); }