All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.chromemanagement.v1.ChromeManagement.Customers.Apps.html Maven / Gradle / Ivy







ChromeManagement.Customers.Apps (Chrome Management API v1-rev20241216-2.0.0)












com.google.api.services.chromemanagement.v1

Class ChromeManagement.Customers.Apps

  • java.lang.Object
    • com.google.api.services.chromemanagement.v1.ChromeManagement.Customers.Apps
    • Constructor Detail

      • Apps

        public Apps()
    • Method Detail

      • countChromeAppRequests

        public ChromeManagement.Customers.Apps.CountChromeAppRequests countChromeAppRequests(String customer)
                                                                                      throws IOException
        Generate summary of app installation requests. Create a request for the method "apps.countChromeAppRequests". This request holds the parameters needed by the chromemanagement server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        customer - Required. Customer id or "my_customer" to use the customer associated to the account making the request.
        Returns:
        the request
        Throws:
        IOException
      • fetchDevicesRequestingExtension

        public ChromeManagement.Customers.Apps.FetchDevicesRequestingExtension fetchDevicesRequestingExtension(String customer)
                                                                                                        throws IOException
        Get a list of devices that have requested to install an extension. Create a request for the method "apps.fetchDevicesRequestingExtension". This request holds the parameters needed by the chromemanagement server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        customer - Required. The customer ID or "my_customer" prefixed with "customers/".
        Returns:
        the request
        Throws:
        IOException
      • fetchUsersRequestingExtension

        public ChromeManagement.Customers.Apps.FetchUsersRequestingExtension fetchUsersRequestingExtension(String customer)
                                                                                                    throws IOException
        Get a list of users that have requested to install an extension. Create a request for the method "apps.fetchUsersRequestingExtension". This request holds the parameters needed by the chromemanagement server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        customer - Required. The customer ID or "my_customer" prefixed with "customers/".
        Returns:
        the request
        Throws:
        IOException
      • android

        public ChromeManagement.Customers.Apps.Android android()
        An accessor for creating requests from the Android collection.

        The typical use is:

            ChromeManagement chromemanagement = new ChromeManagement(...);
            ChromeManagement.Android.List request = chromemanagement.android().list(parameters ...)
         
        Returns:
        the resource collection
      • chrome

        public ChromeManagement.Customers.Apps.Chrome chrome()
        An accessor for creating requests from the Chrome collection.

        The typical use is:

            ChromeManagement chromemanagement = new ChromeManagement(...);
            ChromeManagement.Chrome.List request = chromemanagement.chrome().list(parameters ...)
         
        Returns:
        the resource collection
      • web

        public ChromeManagement.Customers.Apps.Web web()
        An accessor for creating requests from the Web collection.

        The typical use is:

            ChromeManagement chromemanagement = new ChromeManagement(...);
            ChromeManagement.Web.List request = chromemanagement.web().list(parameters ...)
         
        Returns:
        the resource collection

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy