public static final class ServicesGrpc.ServicesStub extends io.grpc.stub.AbstractStub<ServicesGrpc.ServicesStub>
Manages services of an application.
Modifier and Type | Method and Description |
---|---|
protected ServicesGrpc.ServicesStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
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.
|
protected ServicesGrpc.ServicesStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<ServicesGrpc.ServicesStub>
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.