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

    Interface PlatformServiceServer

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

    Hierarchy

    • UntypedServiceImplementation
      • PlatformServiceServer

    Indexable

    • [name: string]: UntypedHandleCall
    Index

    Properties

    Properties

    getByName: handleUnaryCall<GetByNameRequest, Platform>