| Package | Description |
|---|---|
| com.google.api.services.serviceusage.v1beta1.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceConfig |
ServiceConfig.clone() |
ServiceConfig |
Service.getConfig()
The service configuration of the available service.
|
ServiceConfig |
ServiceConfig.set(String fieldName,
Object value) |
ServiceConfig |
ServiceConfig.setApis(List<Api> apis)
A list of API interfaces exported by this service.
|
ServiceConfig |
ServiceConfig.setAuthentication(Authentication authentication)
Auth configuration.
|
ServiceConfig |
ServiceConfig.setDocumentation(Documentation documentation)
Additional API documentation.
|
ServiceConfig |
ServiceConfig.setEndpoints(List<Endpoint> endpoints)
Configuration for network endpoints.
|
ServiceConfig |
ServiceConfig.setName(String name)
The DNS address at which this service is available.
|
ServiceConfig |
ServiceConfig.setQuota(Quota quota)
Quota configuration.
|
ServiceConfig |
ServiceConfig.setTitle(String title)
The product title for this service.
|
ServiceConfig |
ServiceConfig.setUsage(Usage usage)
Configuration controlling usage of this service.
|
| Modifier and Type | Method and Description |
|---|---|
Service |
Service.setConfig(ServiceConfig config)
The service configuration of the available service.
|
Copyright © 2011–2020 Google. All rights reserved.