public class ServiceConsumerManagement.Services extends Object
Modifier and Type | Class and Description |
---|---|
class |
ServiceConsumerManagement.Services.Search |
class |
ServiceConsumerManagement.Services.TenancyUnits
The "tenancyUnits" collection of methods.
|
Constructor and Description |
---|
Services() |
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.
|
public ServiceConsumerManagement.Services.Search search(String parent) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.parent
- Required. Service for which search is performed. services/{service} {service} the name of a service,
for example 'service.googleapis.com'.IOException
public ServiceConsumerManagement.Services.TenancyUnits tenancyUnits()
The typical use is:
ServiceConsumerManagement serviceconsumermanagement = new ServiceConsumerManagement(...);
ServiceConsumerManagement.TenancyUnits.List request = serviceconsumermanagement.tenancyUnits().list(parameters ...)
Copyright © 2011–2021 Google. All rights reserved.