Google_Service_AndroidManagement
extends Google_Service
in package
Service definition for AndroidManagement (v1).
The Android Management API provides remote enterprise management of Android devices and apps.
For more information about this service, see the API Documentation
Tags
Table of Contents
- ANDROIDMANAGEMENT = "https://www.googleapis.com/auth/androidmanagement"
- Manage Android devices and apps for your customers.
- $availableScopes : mixed
- $batchPath : mixed
- $enterprises : mixed
- $enterprises_applications : mixed
- $enterprises_devices : mixed
- $enterprises_devices_operations : mixed
- $enterprises_enrollmentTokens : mixed
- $enterprises_policies : mixed
- $enterprises_webApps : mixed
- $enterprises_webTokens : mixed
- $resource : mixed
- $rootUrl : mixed
- $servicePath : mixed
- $signupUrls : mixed
- $version : mixed
- $client : mixed
- __construct() : mixed
- Constructs the internal representation of the AndroidManagement service.
- createBatch() : Google_Http_Batch
- Create a new HTTP Batch handler for this service
- getClient() : Google_Client
- Return the associated Google_Client class.
Constants
ANDROIDMANAGEMENT
Manage Android devices and apps for your customers.
public
mixed
ANDROIDMANAGEMENT
= "https://www.googleapis.com/auth/androidmanagement"
Properties
$availableScopes
public
mixed
$availableScopes
$batchPath
public
mixed
$batchPath
$enterprises
public
mixed
$enterprises
$enterprises_applications
public
mixed
$enterprises_applications
$enterprises_devices
public
mixed
$enterprises_devices
$enterprises_devices_operations
public
mixed
$enterprises_devices_operations
$enterprises_enrollmentTokens
public
mixed
$enterprises_enrollmentTokens
$enterprises_policies
public
mixed
$enterprises_policies
$enterprises_webApps
public
mixed
$enterprises_webApps
$enterprises_webTokens
public
mixed
$enterprises_webTokens
$resource
public
mixed
$resource
$rootUrl
public
mixed
$rootUrl
$servicePath
public
mixed
$servicePath
$signupUrls
public
mixed
$signupUrls
$version
public
mixed
$version
$client
private
mixed
$client
Methods
__construct()
Constructs the internal representation of the AndroidManagement service.
public
__construct(Google_Client $client[, string $rootUrl = null ]) : mixed
Parameters
- $client : Google_Client
-
The client used to deliver requests.
- $rootUrl : string = null
-
The root URL used for requests to the service.
Return values
mixed —createBatch()
Create a new HTTP Batch handler for this service
public
createBatch() : Google_Http_Batch
Return values
Google_Http_Batch —getClient()
Return the associated Google_Client class.
public
getClient() : Google_Client