storageLocation property
Optional. The Cloud region that will be used for _Default and _Required log buckets
for newly created projects and folders. For example europe-west1.
This setting does not affect the location of custom log buckets.
Implementation
@$pb.TagNumber(4)
$core.String get storageLocation => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set storageLocation($core.String value) => $_setString(3, value);