CustomersReportsResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
countChromeBrowsersNeedingAttention(String customer, {String? orgUnitId, String? $fields})
→ Future<GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse>
-
Count of Chrome Browsers that have been recently enrolled, have new policy
to be synced, or have no recent activity.
-
countChromeCrashEvents(String customer, {String? filter, String? orderBy, String? orgUnitId, String? $fields})
→ Future<GoogleChromeManagementV1CountChromeCrashEventsResponse>
-
Get a count of Chrome crash events.
-
countChromeDevicesReachingAutoExpirationDate(String customer, {String? maxAueDate, String? minAueDate, String? orgUnitId, String? $fields})
→ Future<GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse>
-
Generate report of the number of devices expiring in each month of the
selected time frame.
-
countChromeDevicesThatNeedAttention(String customer, {String? orgUnitId, String? readMask, String? $fields})
→ Future<GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse>
-
Counts of ChromeOS devices that have not synced policies or have lacked
user activity in the past 28 days, are out of date, or are not complaint.
-
countChromeHardwareFleetDevices(String customer, {String? orgUnitId, String? readMask, String? $fields})
→ Future<GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse>
-
Counts of devices with a specific hardware specification from the
requested hardware type (for example model name, processor type).
-
countChromeVersions(String customer, {String? filter, String? orgUnitId, int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleChromeManagementV1CountChromeVersionsResponse>
-
Generate report of installed Chrome versions.
-
countInstalledApps(String customer, {String? filter, String? orderBy, String? orgUnitId, int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleChromeManagementV1CountInstalledAppsResponse>
-
Generate report of app installations.
-
countPrintJobsByPrinter(String customer, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? printerOrgUnitId, String? $fields})
→ Future<GoogleChromeManagementV1CountPrintJobsByPrinterResponse>
-
Get a summary of printing done by each printer.
-
countPrintJobsByUser(String customer, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? printerOrgUnitId, String? $fields})
→ Future<GoogleChromeManagementV1CountPrintJobsByUserResponse>
-
Get a summary of printing done by each user.
-
enumeratePrintJobs(String customer, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? printerOrgUnitId, String? $fields})
→ Future<GoogleChromeManagementV1EnumeratePrintJobsResponse>
-
Get a list of print jobs.
-
findInstalledAppDevices(String customer, {String? appId, String? appType, String? filter, String? orderBy, String? orgUnitId, int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleChromeManagementV1FindInstalledAppDevicesResponse>
-
Generate report of managed Chrome browser devices that have a specified
app installed.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited