Module: Google::Cloud::AppEngine::V1::VersionView
- Defined in:
- proto_docs/google/appengine/v1/appengine.rb
Overview
Fields that should be returned when Version resources are retrieved.
Constant Summary collapse
- BASIC =
Basic version information including scaling and inbound services, but not detailed deployment information.
0
- FULL =
The information from
BASIC
, plus detailed information about the deployment. This format is required when creating resources, but is not returned inGet
orList
by default. 1