storageLocation property

  1. @TagNumber.new(4)
String get storageLocation

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);
  1. @TagNumber.new(4)
set storageLocation (String value)

Implementation

@$pb.TagNumber(4)
set storageLocation($core.String value) => $_setString(3, value);