@nebius/js-sdk - v0.2.54
    Preparing search index...

    Interface OperationServiceServer

    Handles server calls for the nebius.common.v1alpha1.OperationService service.

    Deprecated: migrate to common/v1.

    interface OperationServiceServer {
        get: handleUnaryCall<GetOperationRequest, Operation>;
        list: handleUnaryCall<ListOperationsRequest, ListOperationsResponse>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • OperationServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.common.v1alpha1.OperationService service.

    Index
    get: handleUnaryCall<GetOperationRequest, Operation>

    Returns the latest state of the specified operation.

    Lists operations for the specified resource.