Package | Description |
---|---|
com.google.api.services.servicemanagement | |
com.google.api.services.servicemanagement.model |
Modifier and Type | Method and Description |
---|---|
ServiceManagement.Services.Configs.Create |
ServiceManagement.Services.Configs.create(String serviceName,
Service content)
Creates a new service configuration (version) for a managed service.
|
Constructor and Description |
---|
Create(String serviceName,
Service content)
Creates a new service configuration (version) for a managed service.
|
Modifier and Type | Method and Description |
---|---|
Service |
Service.clone() |
Service |
SubmitConfigSourceResponse.getServiceConfig()
The generated service configuration.
|
Service |
Service.set(String fieldName,
Object value) |
Service |
Service.setApis(List<Api> apis)
A list of API interfaces exported by this service.
|
Service |
Service.setAuthentication(Authentication authentication)
Auth configuration.
|
Service |
Service.setBackend(Backend backend)
API backend configuration.
|
Service |
Service.setBilling(Billing billing)
Billing configuration.
|
Service |
Service.setConfigVersion(Long configVersion)
Obsolete.
|
Service |
Service.setContext(Context context)
Context configuration.
|
Service |
Service.setControl(Control control)
Configuration for the service control plane.
|
Service |
Service.setCustomError(CustomError customError)
Custom error configuration.
|
Service |
Service.setDocumentation(Documentation documentation)
Additional API documentation.
|
Service |
Service.setEndpoints(List<Endpoint> endpoints)
Configuration for network endpoints.
|
Service |
Service.setEnums(List<ServiceManagementEnum> enums)
A list of all enum types included in this API service.
|
Service |
Service.setHttp(Http http)
HTTP configuration.
|
Service |
Service.setId(String id)
A unique ID for a specific instance of this message, typically assigned by the client for
tracking purpose.
|
Service |
Service.setLogging(Logging logging)
Logging configuration.
|
Service |
Service.setLogs(List<LogDescriptor> logs)
Defines the logs used by this service.
|
Service |
Service.setMetrics(List<MetricDescriptor> metrics)
Defines the metrics used by this service.
|
Service |
Service.setMonitoredResources(List<MonitoredResourceDescriptor> monitoredResources)
Defines the monitored resources used by this service.
|
Service |
Service.setMonitoring(Monitoring monitoring)
Monitoring configuration.
|
Service |
Service.setName(String name)
The service name, which is a DNS-like logical identifier for the service, such as
`calendar.googleapis.com`.
|
Service |
Service.setProducerProjectId(String producerProjectId)
The Google project that owns this service.
|
Service |
Service.setPublishing(Publishing publishing)
Settings for [Google Cloud Client libraries](https://cloud.google.com/apis/docs/cloud-client-
libraries) generated from APIs defined as protocol buffers.
|
Service |
Service.setQuota(Quota quota)
Quota configuration.
|
Service |
Service.setSourceInfo(SourceInfo sourceInfo)
Output only.
|
Service |
Service.setSystemParameters(SystemParameters systemParameters)
System parameter configuration.
|
Service |
Service.setSystemTypes(List<Type> systemTypes)
A list of all proto message types included in this API service.
|
Service |
Service.setTitle(String title)
The product title for this service, it is the name displayed in Google Cloud Console.
|
Service |
Service.setTypes(List<Type> types)
A list of all proto message types included in this API service.
|
Service |
Service.setUsage(Usage usage)
Configuration controlling usage of this service.
|
Modifier and Type | Method and Description |
---|---|
List<Service> |
ListServiceConfigsResponse.getServiceConfigs()
The list of service configuration resources.
|
Modifier and Type | Method and Description |
---|---|
SubmitConfigSourceResponse |
SubmitConfigSourceResponse.setServiceConfig(Service serviceConfig)
The generated service configuration.
|
Modifier and Type | Method and Description |
---|---|
ListServiceConfigsResponse |
ListServiceConfigsResponse.setServiceConfigs(List<Service> serviceConfigs)
The list of service configuration resources.
|
Copyright © 2011–2024 Google. All rights reserved.