Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
Google_Service_Appengine_AppsOperations_Resource Class Reference

The "operations" collection of methods. More...

Inheritance diagram for Google_Service_Appengine_AppsOperations_Resource:
Google_Service_Resource

Public Member Functions

 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.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "operations" collection of methods.

Typical usage is: $appengineService = new Google_Service_Appengine(...); $operations = $appengineService->operations;

Member Function Documentation

◆ 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
Google_Exception

◆ 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$appsIdPart of name. The name of the operation resource.
string$operationsIdPart of name. See documentation of appsId.
array$optParamsOptional parameters.
Return values
Google_Service_Appengine_Operation

◆ 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$appsIdPart of name. The name of the operation collection.
array$optParamsOptional 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
Google_Service_Appengine_ListOperationsResponse

The documentation for this class was generated from the following file: