Reference documentation and code samples for the Compute V1 Client class RegionDisksResizeRequest.
Generated from protobuf message google.cloud.compute.v1.RegionDisksResizeRequest
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ size_gb |
int|string
The new size of the regional persistent disk, which is specified in GB. |
getSizeGb
The new size of the regional persistent disk, which is specified in GB.
Generated from protobuf field optional int64 size_gb = 494929369;
| Returns | |
|---|---|
| Type | Description |
int|string |
|
hasSizeGb
clearSizeGb
setSizeGb
The new size of the regional persistent disk, which is specified in GB.
Generated from protobuf field optional int64 size_gb = 494929369;
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|