target.apidocs.com.google.api.services.cloudcontrolspartner.v1.CloudControlsPartnerService.Organizations.Locations.html Maven / Gradle / Ivy
CloudControlsPartnerService.Organizations.Locations (Cloud Controls Partner API v1-rev20240731-2.0.0)
com.google.api.services.cloudcontrolspartner.v1
Class CloudControlsPartnerService.Organizations.Locations
- java.lang.Object
-
- com.google.api.services.cloudcontrolspartner.v1.CloudControlsPartnerService.Organizations.Locations
-
- Enclosing class:
- CloudControlsPartnerService.Organizations
public class CloudControlsPartnerService.Organizations.Locations
extends Object
The "locations" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
CloudControlsPartnerService.Organizations.Locations.Customers
The "customers" collection of methods.
class
CloudControlsPartnerService.Organizations.Locations.GetPartner
-
Constructor Summary
Constructors
Constructor and Description
Locations()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
CloudControlsPartnerService.Organizations.Locations.Customers
customers()
An accessor for creating requests from the Customers collection.
CloudControlsPartnerService.Organizations.Locations.GetPartner
getPartner(String name)
Get details of a Partner.
-
-
Method Detail
-
getPartner
public CloudControlsPartnerService.Organizations.Locations.GetPartner getPartner(String name)
throws IOException
Get details of a Partner.
Create a request for the method "locations.getPartner".
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}/partner`
- Returns:
- the request
- Throws:
IOException
-
customers
public CloudControlsPartnerService.Organizations.Locations.Customers customers()
An accessor for creating requests from the Customers collection.
The typical use is:
CloudControlsPartnerService cloudcontrolspartner = new CloudControlsPartnerService(...);
CloudControlsPartnerService.Customers.List request = cloudcontrolspartner.customers().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy