target.apidocs.com.google.api.services.chromemanagement.v1.ChromeManagement.Customers.html Maven / Gradle / Ivy
ChromeManagement.Customers (Chrome Management API v1-rev20241216-2.0.0)
com.google.api.services.chromemanagement.v1
Class ChromeManagement.Customers
- java.lang.Object
-
- com.google.api.services.chromemanagement.v1.ChromeManagement.Customers
-
- Enclosing class:
- ChromeManagement
public class ChromeManagement.Customers
extends Object
The "customers" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
ChromeManagement.Customers.Apps
The "apps" collection of methods.
class
ChromeManagement.Customers.Profiles
The "profiles" collection of methods.
class
ChromeManagement.Customers.Reports
The "reports" collection of methods.
class
ChromeManagement.Customers.Telemetry
The "telemetry" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Customers()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
ChromeManagement.Customers.Apps
apps()
An accessor for creating requests from the Apps collection.
ChromeManagement.Customers.Profiles
profiles()
An accessor for creating requests from the Profiles collection.
ChromeManagement.Customers.Reports
reports()
An accessor for creating requests from the Reports collection.
ChromeManagement.Customers.Telemetry
telemetry()
An accessor for creating requests from the Telemetry collection.
-
-
Method Detail
-
apps
public ChromeManagement.Customers.Apps apps()
An accessor for creating requests from the Apps collection.
The typical use is:
ChromeManagement chromemanagement = new ChromeManagement(...);
ChromeManagement.Apps.List request = chromemanagement.apps().list(parameters ...)
- Returns:
- the resource collection
-
profiles
public ChromeManagement.Customers.Profiles profiles()
An accessor for creating requests from the Profiles collection.
The typical use is:
ChromeManagement chromemanagement = new ChromeManagement(...);
ChromeManagement.Profiles.List request = chromemanagement.profiles().list(parameters ...)
- Returns:
- the resource collection
-
reports
public ChromeManagement.Customers.Reports reports()
An accessor for creating requests from the Reports collection.
The typical use is:
ChromeManagement chromemanagement = new ChromeManagement(...);
ChromeManagement.Reports.List request = chromemanagement.reports().list(parameters ...)
- Returns:
- the resource collection
-
telemetry
public ChromeManagement.Customers.Telemetry telemetry()
An accessor for creating requests from the Telemetry collection.
The typical use is:
ChromeManagement chromemanagement = new ChromeManagement(...);
ChromeManagement.Telemetry.List request = chromemanagement.telemetry().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy