target.apidocs.com.google.api.services.serviceconsumermanagement.v1.ServiceConsumerManagement.Services.html Maven / Gradle / Ivy
ServiceConsumerManagement.Services (Service Consumer Management API v1-rev20240712-2.0.0)
com.google.api.services.serviceconsumermanagement.v1
Class ServiceConsumerManagement.Services
- java.lang.Object
-
- com.google.api.services.serviceconsumermanagement.v1.ServiceConsumerManagement.Services
-
- Enclosing class:
- ServiceConsumerManagement
public class ServiceConsumerManagement.Services
extends Object
The "services" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
ServiceConsumerManagement.Services.Search
class
ServiceConsumerManagement.Services.TenancyUnits
The "tenancyUnits" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Services()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
ServiceConsumerManagement.Services.Search
search(String parent)
Search tenancy units for a managed service.
ServiceConsumerManagement.Services.TenancyUnits
tenancyUnits()
An accessor for creating requests from the TenancyUnits collection.
-
-
Method Detail
-
search
public ServiceConsumerManagement.Services.Search search(String parent)
throws IOException
Search tenancy units for a managed service.
Create a request for the method "services.search".
This request holds the parameters needed by the serviceconsumermanagement server. After setting
any optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. Service for which search is performed. services/{service} {service} the name of a service,
for example 'service.googleapis.com'.
- Returns:
- the request
- Throws:
IOException
-
tenancyUnits
public ServiceConsumerManagement.Services.TenancyUnits tenancyUnits()
An accessor for creating requests from the TenancyUnits collection.
The typical use is:
ServiceConsumerManagement serviceconsumermanagement = new ServiceConsumerManagement(...);
ServiceConsumerManagement.TenancyUnits.List request = serviceconsumermanagement.tenancyUnits().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.