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

    Interface InventoryServiceServer

    Handles server calls for the nebius.storage.v1.InventoryService service.

    interface InventoryServiceServer {
        create: handleUnaryCall<CreateInventoryRequest, Operation>;
        delete: handleUnaryCall<DeleteInventoryRequest, Operation>;
        get: handleUnaryCall<GetInventoryRequest, Inventory>;
        getByName: handleUnaryCall<GetByNameRequest, Inventory>;
        list: handleUnaryCall<ListInventoriesRequest, ListInventoriesResponse>;
        update: handleUnaryCall<UpdateInventoryRequest, Operation>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • InventoryServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.storage.v1.InventoryService service.

    Index
    create: handleUnaryCall<CreateInventoryRequest, Operation>

    Handles the Create RPC.

    delete: handleUnaryCall<DeleteInventoryRequest, Operation>

    Handles the Delete RPC.

    get: handleUnaryCall<GetInventoryRequest, Inventory>

    Handles the Get RPC.

    getByName: handleUnaryCall<GetByNameRequest, Inventory>

    Handles the GetByName RPC.

    Handles the List RPC.

    update: handleUnaryCall<UpdateInventoryRequest, Operation>

    Handles the Update RPC.