autoStorageIncrease property

  1. @TagNumber(7)
BoolValue get autoStorageIncrease

default: ON If you enable this setting, Cloud SQL checks your available storage every 30 seconds. If the available storage falls below a threshold size, Cloud SQL automatically adds additional storage capacity. If the available storage repeatedly falls below the threshold size, Cloud SQL continues to add storage until it reaches the maximum of 30 TB.

Implementation

@$pb.TagNumber(7)
$45.BoolValue get autoStorageIncrease => $_getN(6);
  1. @TagNumber(7)
set autoStorageIncrease (BoolValue v)

Implementation

@$pb.TagNumber(7)
set autoStorageIncrease($45.BoolValue v) { setField(7, v); }