Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
Google_Service_Proximitybeacon_BeaconsDiagnostics_Resource Class Reference

The "diagnostics" collection of methods. More...

Inheritance diagram for Google_Service_Proximitybeacon_BeaconsDiagnostics_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 listBeaconsDiagnostics ($beaconName, $optParams=array())
 List the diagnostics for a single beacon.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "diagnostics" collection of methods.

Typical usage is: $proximitybeaconService = new Google_Service_Proximitybeacon(...); $diagnostics = $proximitybeaconService->diagnostics;

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

◆ listBeaconsDiagnostics()

Google_Service_Proximitybeacon_BeaconsDiagnostics_Resource::listBeaconsDiagnostics ( $beaconName,
$optParams = array() )

List the diagnostics for a single beacon.

You can also list diagnostics for all the beacons owned by your Google Developers Console project by using the beacon name beacons/-. (diagnostics.listBeaconsDiagnostics)

Parameters
string$beaconNameBeacon that the diagnostics are for.
array$optParamsOptional parameters.

@opt_param string pageToken Requests results that occur after the page_token, obtained from the response to a previous request. Optional. @opt_param string alertFilter Requests only beacons that have the given alert. For example, to find beacons that have low batteries use alert_filter=LOW_BATTERY. @opt_param int pageSize Specifies the maximum number of results to return. Defaults to 10. Maximum 1000. Optional.

Return values
Google_Service_Proximitybeacon_ListDiagnosticsResponse

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