Class: Google::Cloud::AppEngine::V1::Volume
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::Volume
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/version.rb
Overview
Volumes mounted within the app container. Only applicable in the App Engine flexible environment.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Unique name for the volume.
-
#size_gb ⇒ ::Float
Volume size in gigabytes.
-
#volume_type ⇒ ::String
Underlying volume type, e.g.
Instance Attribute Details
#name ⇒ ::String
Returns Unique name for the volume.
532 533 534 535 |
# File 'proto_docs/google/appengine/v1/version.rb', line 532 class Volume include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |