The "versions" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| create ($appsId, $modulesId, Google_Service_Appengine_Version $postBody, $optParams=array()) |
| Deploys new code and resource files to a version.
|
|
| delete ($appsId, $modulesId, $versionsId, $optParams=array()) |
| Deletes an existing version.
|
|
| get ($appsId, $modulesId, $versionsId, $optParams=array()) |
| Gets application deployment information.
|
|
| listAppsModulesVersions ($appsId, $modulesId, $optParams=array()) |
| Lists the versions of a module.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "versions" collection of methods.
Typical usage is: $appengineService = new Google_Service_Appengine(...); $versions = $appengineService->versions;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ create()
Deploys new code and resource files to a version.
(versions.create)
- Parameters
-
string | $appsId | Part of name . Name of the resource to update. For example: "apps/myapp/modules/default". |
string | $modulesId | Part of name . See documentation of appsId . |
Google_Version | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ delete()
Google_Service_Appengine_AppsModulesVersions_Resource::delete |
( |
| $appsId, |
|
|
| $modulesId, |
|
|
| $versionsId, |
|
|
| $optParams = array() ) |
Deletes an existing version.
(versions.delete)
- Parameters
-
string | $appsId | Part of name . Name of the resource requested. For example: "apps/myapp/modules/default/versions/v1". |
string | $modulesId | Part of name . See documentation of appsId . |
string | $versionsId | Part of name . See documentation of appsId . |
array | $optParams | Optional parameters. |
- Return values
-
◆ get()
Google_Service_Appengine_AppsModulesVersions_Resource::get |
( |
| $appsId, |
|
|
| $modulesId, |
|
|
| $versionsId, |
|
|
| $optParams = array() ) |
Gets application deployment information.
(versions.get)
- Parameters
-
string | $appsId | Part of name . Name of the resource requested. For example: "apps/myapp/modules/default/versions/v1". |
string | $modulesId | Part of name . See documentation of appsId . |
string | $versionsId | Part of name . See documentation of appsId . |
array | $optParams | Optional parameters. |
@opt_param string view Controls the set of fields returned in the Get
response.
- Return values
-
◆ listAppsModulesVersions()
Google_Service_Appengine_AppsModulesVersions_Resource::listAppsModulesVersions |
( |
| $appsId, |
|
|
| $modulesId, |
|
|
| $optParams = array() ) |
Lists the versions of a module.
(versions.listAppsModulesVersions)
- Parameters
-
string | $appsId | Part of name . Name of the resource requested. For example: "apps/myapp/modules/default". |
string | $modulesId | Part of name . See documentation of appsId . |
array | $optParams | Optional parameters. |
@opt_param string pageToken Continuation token for fetching the next page of results. @opt_param int pageSize Maximum results to return per page. @opt_param string view Controls the set of fields returned in the List
response.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Appengine.php