diskSizeGb property

  1. @TagNumber(3)
Int64 diskSizeGb

Optional. Specifies the size of the disk in base-2 GB. If not specified, the disk will be the same size as the image (usually 10GB). If specified, the size must be equal to or larger than 10GB. Default 100 GB.

Implementation

@$pb.TagNumber(3)
$fixnum.Int64 get diskSizeGb => $_getI64(2);
  1. @TagNumber(3)
void diskSizeGb=(Int64 v)

Implementation

@$pb.TagNumber(3)
set diskSizeGb($fixnum.Int64 v) { $_setInt64(2, v); }