The "diagnostics" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| listBeaconsDiagnostics ($beaconName, $optParams=array()) |
| List the diagnostics for a single beacon.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "diagnostics" collection of methods.
Typical usage is: $proximitybeaconService = new Google_Service_Proximitybeacon(...); $diagnostics = $proximitybeaconService->diagnostics;
◆ 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
-
◆ 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 | $beaconName | Beacon that the diagnostics are for. |
array | $optParams | Optional 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
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Proximitybeacon.php