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
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 | |
|---|---|
| Type | Description |
string |
|
setName
Name of the library. Example: "django".
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getVersion
Version of the library to select, or "latest".
| Returns | |
|---|---|
| Type | Description |
string |
|
setVersion
Version of the library to select, or "latest".
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|