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

target.apidocs.com.google.api.services.cloudcontrolspartner.v1.CloudControlsPartnerService.Organizations.Locations.Customers.html Maven / Gradle / Ivy







CloudControlsPartnerService.Organizations.Locations.Customers (Cloud Controls Partner API v1-rev20240731-2.0.0)












com.google.api.services.cloudcontrolspartner.v1

Class CloudControlsPartnerService.Organizations.Locations.Customers

  • java.lang.Object
    • com.google.api.services.cloudcontrolspartner.v1.CloudControlsPartnerService.Organizations.Locations.Customers
    • Constructor Detail

      • Customers

        public Customers()
    • Method Detail

      • get

        public CloudControlsPartnerService.Organizations.Locations.Customers.Get get(String name)
                                                                              throws IOException
        Gets details of a single customer Create a request for the method "customers.get". This request holds the parameters needed by the cloudcontrolspartner server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - Required. Format: `organizations/{organization}/locations/{location}/customers/{customer}`
        Returns:
        the request
        Throws:
        IOException
      • list

        public CloudControlsPartnerService.Organizations.Locations.Customers.List list(String parent)
                                                                                throws IOException
        Lists customers of a partner identified by its Google Cloud organization ID Create a request for the method "customers.list". This request holds the parameters needed by the cloudcontrolspartner server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        parent - Required. Parent resource Format: `organizations/{organization}/locations/{location}`
        Returns:
        the request
        Throws:
        IOException
      • workloads

        public CloudControlsPartnerService.Organizations.Locations.Customers.Workloads workloads()
        An accessor for creating requests from the Workloads collection.

        The typical use is:

            CloudControlsPartnerService cloudcontrolspartner = new CloudControlsPartnerService(...);
            CloudControlsPartnerService.Workloads.List request = cloudcontrolspartner.workloads().list(parameters ...)
         
        Returns:
        the resource collection

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy