The "operations" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| get ($appsId, $operationsId, $optParams=array()) |
| Gets the latest state of a long-running operation.
|
|
| listAppsOperations ($appsId, $optParams=array()) |
| Lists operations that match the specified filter in the request.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "operations" collection of methods.
Typical usage is: $appengineService = new Google_Service_Appengine(...); $operations = $appengineService->operations;
◆ 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
-
◆ get()
Google_Service_Appengine_AppsOperations_Resource::get |
( |
| $appsId, |
|
|
| $operationsId, |
|
|
| $optParams = array() ) |
Gets the latest state of a long-running operation.
Clients can use this method to poll the operation result at intervals as recommended by the API service. (operations.get)
- Parameters
-
string | $appsId | Part of name . The name of the operation resource. |
string | $operationsId | Part of name . See documentation of appsId . |
array | $optParams | Optional parameters. |
- Return values
-
◆ listAppsOperations()
Google_Service_Appengine_AppsOperations_Resource::listAppsOperations |
( |
| $appsId, |
|
|
| $optParams = array() ) |
Lists operations that match the specified filter in the request.
If the server doesn't support this method, it returns UNIMPLEMENTED
. NOTE: the name
binding below allows API services to override the binding to use different resource name schemes, such as users/operations
. (operations.listAppsOperations)
- Parameters
-
string | $appsId | Part of name . The name of the operation collection. |
array | $optParams | Optional parameters. |
@opt_param string filter The standard list filter. @opt_param int pageSize The standard list page size. @opt_param string pageToken The standard list page token.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Appengine.php