public static final class ServicesGrpc.ServicesFutureStub extends io.grpc.stub.AbstractStub<ServicesGrpc.ServicesFutureStub>
Manages services of an application.
Modifier and Type | Method and Description |
---|---|
protected ServicesGrpc.ServicesFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<Operation> |
deleteService(DeleteServiceRequest request)
Deletes the specified service and all enclosed versions.
|
com.google.common.util.concurrent.ListenableFuture<Service> |
getService(GetServiceRequest request)
Gets the current configuration of the specified service.
|
com.google.common.util.concurrent.ListenableFuture<ListServicesResponse> |
listServices(ListServicesRequest request)
Lists all the services in the application.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
updateService(UpdateServiceRequest request)
Updates the configuration of the specified service.
|
protected ServicesGrpc.ServicesFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<ServicesGrpc.ServicesFutureStub>
public com.google.common.util.concurrent.ListenableFuture<ListServicesResponse> listServices(ListServicesRequest request)
Lists all the services in the application.
public com.google.common.util.concurrent.ListenableFuture<Service> getService(GetServiceRequest request)
Gets the current configuration of the specified service.
public com.google.common.util.concurrent.ListenableFuture<Operation> updateService(UpdateServiceRequest request)
Updates the configuration of the specified service.
public com.google.common.util.concurrent.ListenableFuture<Operation> deleteService(DeleteServiceRequest request)
Deletes the specified service and all enclosed versions.