The "modules" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| delete ($appsId, $modulesId, $optParams=array()) |
| Deletes a module and all enclosed versions.
|
|
| get ($appsId, $modulesId, $optParams=array()) |
| Gets the current configuration of the module.
|
|
| listAppsModules ($appsId, $optParams=array()) |
| Lists all the modules in the application.
|
|
| patch ($appsId, $modulesId, Google_Service_Appengine_Module $postBody, $optParams=array()) |
| Updates the configuration of the specified module.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "modules" collection of methods.
Typical usage is: $appengineService = new Google_Service_Appengine(...); $modules = $appengineService->modules;
◆ 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
-
◆ delete()
Google_Service_Appengine_AppsModules_Resource::delete |
( |
| $appsId, |
|
|
| $modulesId, |
|
|
| $optParams = array() ) |
Deletes a module and all enclosed versions.
(modules.delete)
- 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. |
- Return values
-
◆ get()
Google_Service_Appengine_AppsModules_Resource::get |
( |
| $appsId, |
|
|
| $modulesId, |
|
|
| $optParams = array() ) |
Gets the current configuration of the module.
(modules.get)
- 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. |
- Return values
-
◆ listAppsModules()
Google_Service_Appengine_AppsModules_Resource::listAppsModules |
( |
| $appsId, |
|
|
| $optParams = array() ) |
Lists all the modules in the application.
(modules.listAppsModules)
- Parameters
-
string | $appsId | Part of name . Name of the resource requested. For example: "apps/myapp". |
array | $optParams | Optional parameters. |
@opt_param int pageSize Maximum results to return per page. @opt_param string pageToken Continuation token for fetching the next page of results.
- Return values
-
◆ patch()
Updates the configuration of the specified module.
(modules.patch)
- 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_Module | $postBody | |
array | $optParams | Optional parameters. |
@opt_param bool migrateTraffic Whether to use Traffic Migration to shift traffic gradually. Traffic can only be migrated from a single version to another single version. @opt_param string mask Standard field mask for the set of fields to be updated.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Appengine.php