Package | Description |
---|---|
com.google.api.services.appengine.v1 | |
com.google.api.services.appengine.v1.model |
Modifier and Type | Method and Description |
---|---|
Appengine.Apps.Services.Patch |
Appengine.Apps.Services.patch(java.lang.String appsId,
java.lang.String servicesId,
Service content)
Updates the configuration of the specified service.
|
Constructor and Description |
---|
Patch(java.lang.String appsId,
java.lang.String servicesId,
Service content)
Updates the configuration of the specified service.
|
Modifier and Type | Method and Description |
---|---|
Service |
Service.clone() |
Service |
Service.set(java.lang.String fieldName,
java.lang.Object value) |
Service |
Service.setId(java.lang.String id)
Relative name of the service within the application.
|
Service |
Service.setName(java.lang.String name)
Full path to the Service resource in the API.
|
Service |
Service.setSplit(TrafficSplit split)
Mapping that defines fractional HTTP traffic diversion to different versions within the
service.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Service> |
ListServicesResponse.getServices()
The services belonging to the requested application.
|
Modifier and Type | Method and Description |
---|---|
ListServicesResponse |
ListServicesResponse.setServices(java.util.List<Service> services)
The services belonging to the requested application.
|