Class ServicesGrpc.ServicesFutureStub

  • Enclosing class:
    ServicesGrpc

    public static final class ServicesGrpc.ServicesFutureStub
    extends io.grpc.stub.AbstractFutureStub<ServicesGrpc.ServicesFutureStub>
    A stub to allow clients to do ListenableFuture-style 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 com.google.common.util.concurrent.ListenableFuture<Service> getService​(GetServiceRequest request)
         Gets the current configuration of the specified service.
         
      • updateService

        public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> updateService​(UpdateServiceRequest request)
         Updates the configuration of the specified service.
         
      • deleteService

        public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> deleteService​(DeleteServiceRequest request)
         Deletes the specified service and all enclosed versions.