Google Cloud Appengine Admin V1 Client - Class VersionView (1.3.4)

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

Namespace

Google \ Cloud \ AppEngine \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

BASIC

Value: 0

Basic version information including scaling and inbound services, but not detailed deployment information.

Generated from protobuf enum BASIC = 0;

FULL

Value: 1

The 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;