Package com.google.appengine.v1
Class ServicesGrpc.ServicesBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<ServicesGrpc.ServicesBlockingStub>
-
- com.google.appengine.v1.ServicesGrpc.ServicesBlockingStub
-
- Enclosing class:
- ServicesGrpc
public static final class ServicesGrpc.ServicesBlockingStub extends io.grpc.stub.AbstractBlockingStub<ServicesGrpc.ServicesBlockingStub>
A stub to allow clients to do synchronous rpc calls to service Services.Manages services of an application.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ServicesGrpc.ServicesBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.longrunning.OperationdeleteService(DeleteServiceRequest request)Deletes the specified service and all enclosed versions.ServicegetService(GetServiceRequest request)Gets the current configuration of the specified service.ListServicesResponselistServices(ListServicesRequest request)Lists all the services in the application.com.google.longrunning.OperationupdateService(UpdateServiceRequest request)Updates the configuration of the specified service.
-
-
-
Method Detail
-
build
protected ServicesGrpc.ServicesBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ServicesGrpc.ServicesBlockingStub>
-
listServices
public ListServicesResponse listServices(ListServicesRequest request)
Lists all the services in the application.
-
getService
public Service getService(GetServiceRequest request)
Gets the current configuration of the specified service.
-
updateService
public com.google.longrunning.Operation updateService(UpdateServiceRequest request)
Updates the configuration of the specified service.
-
deleteService
public com.google.longrunning.Operation deleteService(DeleteServiceRequest request)
Deletes the specified service and all enclosed versions.
-
-