class CustomersApps extends Resource (View source)

The "apps" collection of methods.

Typical usage is:

 $chromemanagementService = new Google\Service\ChromeManagement(...);
 $apps = $chromemanagementService->customers_apps;

Methods

countChromeAppRequests(string $customer, array $optParams = [])

Generate summary of app installation requests. (apps.countChromeAppRequests)

fetchDevicesRequestingExtension(string $customer, array $optParams = [])

Get a list of devices that have requested to install an extension.

fetchUsersRequestingExtension(string $customer, array $optParams = [])

Get a list of users that have requested to install an extension.

Details

GoogleChromeManagementV1CountChromeAppRequestsResponse countChromeAppRequests(string $customer, array $optParams = [])

Generate summary of app installation requests. (apps.countChromeAppRequests)

Parameters

string $customer

Required. Customer id or "my_customer" to use the customer associated to the account making the request.

array $optParams

Optional parameters.

Return Value

GoogleChromeManagementV1CountChromeAppRequestsResponse

Exceptions

Exception

GoogleChromeManagementV1FetchDevicesRequestingExtensionResponse fetchDevicesRequestingExtension(string $customer, array $optParams = [])

Get a list of devices that have requested to install an extension.

(apps.fetchDevicesRequestingExtension)

Parameters

string $customer

Required. The customer ID or "my_customer" prefixed with "customers/".

array $optParams

Optional parameters.

Return Value

GoogleChromeManagementV1FetchDevicesRequestingExtensionResponse

Exceptions

Exception

GoogleChromeManagementV1FetchUsersRequestingExtensionResponse fetchUsersRequestingExtension(string $customer, array $optParams = [])

Get a list of users that have requested to install an extension.

(apps.fetchUsersRequestingExtension)

Parameters

string $customer

Required. The customer ID or "my_customer" prefixed with "customers/".

array $optParams

Optional parameters.

Return Value

GoogleChromeManagementV1FetchUsersRequestingExtensionResponse

Exceptions

Exception