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

    Interface SecretServiceServer

    interface SecretServiceServer {
        create: handleUnaryCall<CreateSecretRequest, Operation>;
        delete: handleUnaryCall<DeleteSecretRequest, Operation>;
        get: handleUnaryCall<GetSecretRequest, Secret>;
        getByName: handleUnaryCall<GetSecretByNameRequest, Secret>;
        list: handleUnaryCall<ListSecretsRequest, ListSecretsResponse>;
        undelete: handleUnaryCall<UndeleteSecretRequest, Operation>;
        update: handleUnaryCall<UpdateSecretRequest, Operation>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • SecretServiceServer

    Indexable

    • [name: string]: UntypedHandleCall
    Index

    Properties

    create: handleUnaryCall<CreateSecretRequest, Operation>
    delete: handleUnaryCall<DeleteSecretRequest, Operation>
    get: handleUnaryCall<GetSecretRequest, Secret>
    getByName: handleUnaryCall<GetSecretByNameRequest, Secret>
    list: handleUnaryCall<ListSecretsRequest, ListSecretsResponse>
    undelete: handleUnaryCall<UndeleteSecretRequest, Operation>
    update: handleUnaryCall<UpdateSecretRequest, Operation>