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
-
- Enclosing class:
- CloudControlsPartnerService.Organizations.Locations
public class CloudControlsPartnerService.Organizations.Locations.Customers
extends Object
The "customers" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
CloudControlsPartnerService.Organizations.Locations.Customers.Get
class
CloudControlsPartnerService.Organizations.Locations.Customers.List
class
CloudControlsPartnerService.Organizations.Locations.Customers.Workloads
The "workloads" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Customers()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
CloudControlsPartnerService.Organizations.Locations.Customers.Get
get(String name)
Gets details of a single customer
Create a request for the method "customers.get".
CloudControlsPartnerService.Organizations.Locations.Customers.List
list(String parent)
Lists customers of a partner identified by its Google Cloud organization ID
Create a request for the method "customers.list".
CloudControlsPartnerService.Organizations.Locations.Customers.Workloads
workloads()
An accessor for creating requests from the Workloads collection.
-
-
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