Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class VersionView.
Fields that should be returned when Version resources are retrieved.
Protobuf type google.appengine.v1.VersionView
Methods
name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
BASIC
Value: 0Basic version information including scaling and inbound services, but not detailed deployment information.
Generated from protobuf enum BASIC = 0;
FULL
Value: 1The information from BASIC, plus detailed information about the
deployment. This format is required when creating resources, but
is not returned in Get or List by default.
Generated from protobuf enum FULL = 1;