@nebius/js-sdk - v0.1.4
Services Index
GitHub
Preparing search index...
api/nebius/mysterybox/v1
SecretServiceServer
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
delete
get
get
By
Name
list
undelete
update
Properties
create
create
:
handleUnaryCall
<
CreateSecretRequest
,
Operation
>
delete
delete
:
handleUnaryCall
<
DeleteSecretRequest
,
Operation
>
get
get
:
handleUnaryCall
<
GetSecretRequest
,
Secret
>
get
By
Name
getByName
:
handleUnaryCall
<
GetSecretByNameRequest
,
Secret
>
list
list
:
handleUnaryCall
<
ListSecretsRequest
,
ListSecretsResponse
>
undelete
undelete
:
handleUnaryCall
<
UndeleteSecretRequest
,
Operation
>
update
update
:
handleUnaryCall
<
UpdateSecretRequest
,
Operation
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
delete
get
get
By
Name
list
undelete
update
Services Index
Services Index
GitHub
@nebius/js-sdk - v0.1.4
Loading...