Show / Hide Table of Contents

Class CustomersResource.ReportsResource

The "reports" collection of methods.

Inheritance
object
CustomersResource.ReportsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ChromeManagement.v1
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class CustomersResource.ReportsResource

Constructors

ReportsResource(IClientService)

Constructs a new resource.

Declaration
public ReportsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

CountChromeBrowsersNeedingAttention(string)

Count of Chrome Browsers that have been recently enrolled, have new policy to be synced, or have no recent activity.

Declaration
public virtual CustomersResource.ReportsResource.CountChromeBrowsersNeedingAttentionRequest CountChromeBrowsersNeedingAttention(string customer)
Parameters
Type Name Description
string customer

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

Returns
Type Description
CustomersResource.ReportsResource.CountChromeBrowsersNeedingAttentionRequest

CountChromeCrashEvents(string)

Get a count of Chrome crash events.

Declaration
public virtual CustomersResource.ReportsResource.CountChromeCrashEventsRequest CountChromeCrashEvents(string customer)
Parameters
Type Name Description
string customer

Customer ID.

Returns
Type Description
CustomersResource.ReportsResource.CountChromeCrashEventsRequest

CountChromeDevicesReachingAutoExpirationDate(string)

Generate report of the number of devices expiring in each month of the selected time frame. Devices are grouped by auto update expiration date and model. Further information can be found here.

Declaration
public virtual CustomersResource.ReportsResource.CountChromeDevicesReachingAutoExpirationDateRequest CountChromeDevicesReachingAutoExpirationDate(string customer)
Parameters
Type Name Description
string customer

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

Returns
Type Description
CustomersResource.ReportsResource.CountChromeDevicesReachingAutoExpirationDateRequest

CountChromeDevicesThatNeedAttention(string)

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. Further information can be found here https://support.google.com/chrome/a/answer/10564947

Declaration
public virtual CustomersResource.ReportsResource.CountChromeDevicesThatNeedAttentionRequest CountChromeDevicesThatNeedAttention(string customer)
Parameters
Type Name Description
string customer

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

Returns
Type Description
CustomersResource.ReportsResource.CountChromeDevicesThatNeedAttentionRequest

CountChromeHardwareFleetDevices(string)

Counts of devices with a specific hardware specification from the requested hardware type (for example model name, processor type). Further information can be found here https://support.google.com/chrome/a/answer/10564947

Declaration
public virtual CustomersResource.ReportsResource.CountChromeHardwareFleetDevicesRequest CountChromeHardwareFleetDevices(string customer)
Parameters
Type Name Description
string customer

Required. The customer ID or "my_customer".

Returns
Type Description
CustomersResource.ReportsResource.CountChromeHardwareFleetDevicesRequest

CountChromeVersions(string)

Generate report of installed Chrome versions.

Declaration
public virtual CustomersResource.ReportsResource.CountChromeVersionsRequest CountChromeVersions(string customer)
Parameters
Type Name Description
string customer

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

Returns
Type Description
CustomersResource.ReportsResource.CountChromeVersionsRequest

CountInstalledApps(string)

Generate report of app installations.

Declaration
public virtual CustomersResource.ReportsResource.CountInstalledAppsRequest CountInstalledApps(string customer)
Parameters
Type Name Description
string customer

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

Returns
Type Description
CustomersResource.ReportsResource.CountInstalledAppsRequest

CountPrintJobsByPrinter(string)

Get a summary of printing done by each printer.

Declaration
public virtual CustomersResource.ReportsResource.CountPrintJobsByPrinterRequest CountPrintJobsByPrinter(string customer)
Parameters
Type Name Description
string customer

Required. Customer ID prefixed with "customers/" or "customers/my_customer" to use the customer associated to the account making the request.

Returns
Type Description
CustomersResource.ReportsResource.CountPrintJobsByPrinterRequest

CountPrintJobsByUser(string)

Get a summary of printing done by each user.

Declaration
public virtual CustomersResource.ReportsResource.CountPrintJobsByUserRequest CountPrintJobsByUser(string customer)
Parameters
Type Name Description
string customer

Required. Customer ID prefixed with "customers/" or "customers/my_customer" to use the customer associated to the account making the request.

Returns
Type Description
CustomersResource.ReportsResource.CountPrintJobsByUserRequest

EnumeratePrintJobs(string)

Get a list of print jobs.

Declaration
public virtual CustomersResource.ReportsResource.EnumeratePrintJobsRequest EnumeratePrintJobs(string customer)
Parameters
Type Name Description
string customer

Required. Customer ID prefixed with "customers/" or "customers/my_customer" to use the customer associated to the account making the request.

Returns
Type Description
CustomersResource.ReportsResource.EnumeratePrintJobsRequest

FindInstalledAppDevices(string)

Generate report of managed Chrome browser devices that have a specified app installed.

Declaration
public virtual CustomersResource.ReportsResource.FindInstalledAppDevicesRequest FindInstalledAppDevices(string customer)
Parameters
Type Name Description
string customer

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

Returns
Type Description
CustomersResource.ReportsResource.FindInstalledAppDevicesRequest
In this article
Back to top Generated by DocFX