Interface IDSGrpc.AsyncService

  • All Known Implementing Classes:
    IDSGrpc.IDSImplBase
    Enclosing class:
    IDSGrpc

    public static interface IDSGrpc.AsyncService
     The IDS Service
     
    • Method Detail

      • getEndpoint

        default void getEndpoint​(GetEndpointRequest request,
                                 io.grpc.stub.StreamObserver<Endpoint> responseObserver)
         Gets details of a single Endpoint.
         
      • createEndpoint

        default void createEndpoint​(CreateEndpointRequest request,
                                    io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
         Creates a new Endpoint in a given project and location.
         
      • deleteEndpoint

        default void deleteEndpoint​(DeleteEndpointRequest request,
                                    io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
         Deletes a single Endpoint.