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

    Interface PlatformServiceServer

    Handles server calls for the nebius.compute.v1.PlatformService service.

    interface PlatformServiceServer {
        getByName: handleUnaryCall<GetByNameRequest, Platform>;
        list: handleUnaryCall<ListPlatformsRequest, ListPlatformsResponse>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • PlatformServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.compute.v1.PlatformService service.

    Index
    getByName: handleUnaryCall<GetByNameRequest, Platform>

    Retrieves detailed information about a specific compute platform by its parent and name.

    Lists all compute platforms within a specified parent.