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