Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class Volume.
Volumes mounted within the app container.
Only applicable in the App Engine flexible environment.
Generated from protobuf message google.appengine.v1.Volume
Namespace
Google \ Cloud \ AppEngine \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Unique name for the volume.
↳ volume_type
string
Underlying volume type, e.g. 'tmpfs'.
↳ size_gb
float
Volume size in gigabytes.
getName
Unique name for the volume.
string
setName
Unique name for the volume.
var
string
$this
getVolumeType
Underlying volume type, e.g. 'tmpfs'.
string
setVolumeType
Underlying volume type, e.g. 'tmpfs'.
var
string
$this
getSizeGb
Volume size in gigabytes.
float
setSizeGb
Volume size in gigabytes.
var
float
$this