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