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

The "parents" collection of methods. More...

Inheritance diagram for Google_Service_MapsEngine_AssetsParents_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 listAssetsParents ($id, $optParams=array())
 Return all parent ids of the specified asset.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "parents" collection of methods.

Typical usage is: $mapsengineService = new Google_Service_MapsEngine(...); $parents = $mapsengineService->parents;

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

◆ listAssetsParents()

Google_Service_MapsEngine_AssetsParents_Resource::listAssetsParents ( $id,
$optParams = array() )

Return all parent ids of the specified asset.

(parents.listAssetsParents)

Parameters
string$idThe ID of the asset whose parents will be listed.
array$optParamsOptional parameters.

@opt_param string pageToken The continuation token, used to page through large result sets. To get the next page of results, set this parameter to the value of nextPageToken from the previous response. @opt_param string maxResults The maximum number of items to include in a single response page. The maximum supported value is 50.

Return values
Google_Service_MapsEngine_ParentsListResponse

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