location property

  1. @TagNumber(6)
String location

The location where the backup will be stored. Currently, the only supported option is to store the backup in the same region as the cluster.

If empty, defaults to the region of the cluster.

Implementation

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

Implementation

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