Class 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.
     
    • Nested Class Summary

      • Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub

        io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
    • Method Detail

      • 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.