Google Cloud Appengine Admin V1 Client - Class Library (1.1.1)

Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class Library.

Third-party Python runtime library that is required by the application.

Generated from protobuf message google.appengine.v1.Library

Namespace

Google \ Cloud \ AppEngine \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Name of the library. Example: "django".

↳ version string

Version of the library to select, or "latest".

getName

Name of the library. Example: "django".

Returns
TypeDescription
string

setName

Name of the library. Example: "django".

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getVersion

Version of the library to select, or "latest".

Returns
TypeDescription
string

setVersion

Version of the library to select, or "latest".

Parameter
NameDescription
var string
Returns
TypeDescription
$this