public abstract static class ServicesGrpc.ServicesImplBase
extends java.lang.Object
implements io.grpc.BindableService
Manages services of an application.
Constructor and Description |
---|
ServicesImplBase() |
Modifier and Type | Method and Description |
---|---|
io.grpc.ServerServiceDefinition |
bindService() |
void |
deleteService(DeleteServiceRequest request,
io.grpc.stub.StreamObserver<Operation> responseObserver)
Deletes the specified service and all enclosed versions.
|
void |
getService(GetServiceRequest request,
io.grpc.stub.StreamObserver<Service> responseObserver)
Gets the current configuration of the specified service.
|
void |
listServices(ListServicesRequest request,
io.grpc.stub.StreamObserver<ListServicesResponse> responseObserver)
Lists all the services in the application.
|
void |
updateService(UpdateServiceRequest request,
io.grpc.stub.StreamObserver<Operation> responseObserver)
Updates the configuration of the specified service.
|
public void listServices(ListServicesRequest request, io.grpc.stub.StreamObserver<ListServicesResponse> responseObserver)
Lists all the services in the application.
public void getService(GetServiceRequest request, io.grpc.stub.StreamObserver<Service> responseObserver)
Gets the current configuration of the specified service.
public void updateService(UpdateServiceRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Updates the configuration of the specified service.
public void deleteService(DeleteServiceRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Deletes the specified service and all enclosed versions.
public final io.grpc.ServerServiceDefinition bindService()
bindService
in interface io.grpc.BindableService