Package com.google.appengine.v1
Class ServicesGrpc.ServicesStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<ServicesGrpc.ServicesStub>
-
- com.google.appengine.v1.ServicesGrpc.ServicesStub
-
- Enclosing class:
- ServicesGrpc
public static final class ServicesGrpc.ServicesStub extends io.grpc.stub.AbstractAsyncStub<ServicesGrpc.ServicesStub>
A stub to allow clients to do asynchronous 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.ServicesStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
void
deleteService(DeleteServiceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.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<com.google.longrunning.Operation> responseObserver)
Updates the configuration of the specified service.
-
-
-
Method Detail
-
build
protected ServicesGrpc.ServicesStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<ServicesGrpc.ServicesStub>
-
listServices
public void listServices(ListServicesRequest request, io.grpc.stub.StreamObserver<ListServicesResponse> responseObserver)
Lists all the services in the application.
-
getService
public void getService(GetServiceRequest request, io.grpc.stub.StreamObserver<Service> responseObserver)
Gets the current configuration of the specified service.
-
updateService
public void updateService(UpdateServiceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates the configuration of the specified service.
-
deleteService
public void deleteService(DeleteServiceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes the specified service and all enclosed versions.
-
-