@Beta
public interface ServiceAdminAsyncApi
ServiceAdminApi| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Service> |
create(String name,
String type,
String description)
Creates a new service
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
delete(String id)
Deletes a service.
|
com.google.common.util.concurrent.ListenableFuture<? extends Service> |
get(String serviceId)
Gets the service
|
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Service>> |
list() |
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Service>> |
list(PaginationOptions options) |
@Named(value="service:list") com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Service>> list()
ServiceApi#list()@Named(value="service:list") com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Service>> list(PaginationOptions options)
ServiceApi#list(PaginationOptions)@Named(value="service:create") com.google.common.util.concurrent.ListenableFuture<? extends Service> create(String name, String type, String description)
@Named(value="service:get") com.google.common.util.concurrent.ListenableFuture<? extends Service> get(String serviceId)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.