class CustomersTelemetryUsers extends Resource (View source)

The "users" collection of methods.

Typical usage is:

 $chromemanagementService = new Google\Service\ChromeManagement(...);
 $users = $chromemanagementService->customers_telemetry_users;

Methods

get(string $name, array $optParams = [])

Get telemetry user. (users.get)

listCustomersTelemetryUsers(string $parent, array $optParams = [])

List all telemetry users. (users.listCustomersTelemetryUsers)

Details

GoogleChromeManagementV1TelemetryUser get(string $name, array $optParams = [])

Get telemetry user. (users.get)

Parameters

string $name

Required. Name of the TelemetryUser to return.

array $optParams

Optional parameters.

Return Value

GoogleChromeManagementV1TelemetryUser

Exceptions

Exception

GoogleChromeManagementV1ListTelemetryUsersResponse listCustomersTelemetryUsers(string $parent, array $optParams = [])

List all telemetry users. (users.listCustomersTelemetryUsers)

Parameters

string $parent

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

array $optParams

Optional parameters.

Return Value

GoogleChromeManagementV1ListTelemetryUsersResponse

Exceptions

Exception