Package | Description |
---|---|
com.google.api.services.servicemanagement | |
com.google.api.services.servicemanagement.model |
Modifier and Type | Method and Description |
---|---|
ServiceManagement.Services.Create |
ServiceManagement.Services.create(ManagedService content)
Creates a new managed service.
|
Constructor and Description |
---|
Create(ManagedService content)
Creates a new managed service.
|
Modifier and Type | Method and Description |
---|---|
ManagedService |
ManagedService.clone() |
ManagedService |
UndeleteServiceResponse.getService()
Revived service resource.
|
ManagedService |
ManagedService.set(String fieldName,
Object value) |
ManagedService |
ManagedService.setProducerProjectId(String producerProjectId)
ID of the project that produces and owns this service.
|
ManagedService |
ManagedService.setServiceName(String serviceName)
The name of the service.
|
Modifier and Type | Method and Description |
---|---|
List<ManagedService> |
ListServicesResponse.getServices()
The returned services will only have the name field set.
|
Modifier and Type | Method and Description |
---|---|
UndeleteServiceResponse |
UndeleteServiceResponse.setService(ManagedService service)
Revived service resource.
|
Modifier and Type | Method and Description |
---|---|
ListServicesResponse |
ListServicesResponse.setServices(List<ManagedService> services)
The returned services will only have the name field set.
|
Copyright © 2011–2024 Google. All rights reserved.