Google_Service_AndroidEnterprise
extends Google_Service
in package
Service definition for AndroidEnterprise (v1).
Manages the deployment of apps to Android Enterprise devices.
For more information about this service, see the API Documentation
Tags
Table of Contents
- ANDROIDENTERPRISE = "https://www.googleapis.com/auth/androidenterprise"
- Manage corporate Android devices.
- $availableScopes : mixed
- $batchPath : mixed
- $devices : mixed
- $enterprises : mixed
- $entitlements : mixed
- $grouplicenses : mixed
- $grouplicenseusers : mixed
- $installs : mixed
- $managedconfigurationsfordevice : mixed
- $managedconfigurationsforuser : mixed
- $managedconfigurationssettings : mixed
- $permissions : mixed
- $products : mixed
- $resource : mixed
- $rootUrl : mixed
- $serviceaccountkeys : mixed
- $servicePath : mixed
- $storelayoutclusters : mixed
- $storelayoutpages : mixed
- $users : mixed
- $version : mixed
- $webapps : mixed
- $client : mixed
- __construct() : mixed
- Constructs the internal representation of the AndroidEnterprise service.
- createBatch() : Google_Http_Batch
- Create a new HTTP Batch handler for this service
- getClient() : Google_Client
- Return the associated Google_Client class.
Constants
ANDROIDENTERPRISE
Manage corporate Android devices.
public
mixed
ANDROIDENTERPRISE
= "https://www.googleapis.com/auth/androidenterprise"
Properties
$availableScopes
public
mixed
$availableScopes
$batchPath
public
mixed
$batchPath
$devices
public
mixed
$devices
$enterprises
public
mixed
$enterprises
$entitlements
public
mixed
$entitlements
$grouplicenses
public
mixed
$grouplicenses
$grouplicenseusers
public
mixed
$grouplicenseusers
$installs
public
mixed
$installs
$managedconfigurationsfordevice
public
mixed
$managedconfigurationsfordevice
$managedconfigurationsforuser
public
mixed
$managedconfigurationsforuser
$managedconfigurationssettings
public
mixed
$managedconfigurationssettings
$permissions
public
mixed
$permissions
$products
public
mixed
$products
$resource
public
mixed
$resource
$rootUrl
public
mixed
$rootUrl
$serviceaccountkeys
public
mixed
$serviceaccountkeys
$servicePath
public
mixed
$servicePath
$storelayoutclusters
public
mixed
$storelayoutclusters
$storelayoutpages
public
mixed
$storelayoutpages
$users
public
mixed
$users
$version
public
mixed
$version
$webapps
public
mixed
$webapps
$client
private
mixed
$client
Methods
__construct()
Constructs the internal representation of the AndroidEnterprise 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