@nebius/js-sdk - v0.1.4
Services Index
GitHub
Preparing search index...
api/nebius/iam/v1
StaticKeyServiceBaseClient
Interface StaticKeyServiceBaseClient
interface
StaticKeyServiceBaseClient
{
close
()
:
void
;
delete
(
request
:
DeleteStaticKeyRequest
,
metadata
:
Metadata
,
options
:
Partial
<
CallOptions
>
,
callback
:
(
error
:
ServiceError
|
null
,
response
:
Operation
)
=>
void
,
)
:
SurfaceCall
;
find
(
request
:
FindStaticKeyRequest
,
metadata
:
Metadata
,
options
:
Partial
<
CallOptions
>
,
callback
:
(
error
:
ServiceError
|
null
,
response
:
FindStaticKeyResponse
,
)
=>
void
,
)
:
SurfaceCall
;
get
(
request
:
GetStaticKeyRequest
,
metadata
:
Metadata
,
options
:
Partial
<
CallOptions
>
,
callback
:
(
error
:
ServiceError
|
null
,
response
:
StaticKey
)
=>
void
,
)
:
SurfaceCall
;
getByName
(
request
:
GetStaticKeyByNameRequest
,
metadata
:
Metadata
,
options
:
Partial
<
CallOptions
>
,
callback
:
(
error
:
ServiceError
|
null
,
response
:
StaticKey
)
=>
void
,
)
:
SurfaceCall
;
getChannel
()
:
Channel
;
issue
(
request
:
IssueStaticKeyRequest
,
metadata
:
Metadata
,
options
:
Partial
<
CallOptions
>
,
callback
:
(
error
:
ServiceError
|
null
,
response
:
IssueStaticKeyResponse
,
)
=>
void
,
)
:
SurfaceCall
;
list
(
request
:
ListStaticKeysRequest
,
metadata
:
Metadata
,
options
:
Partial
<
CallOptions
>
,
callback
:
(
error
:
ServiceError
|
null
,
response
:
ListStaticKeysResponse
,
)
=>
void
,
)
:
SurfaceCall
;
makeBidiStreamRequest
<
RequestType
,
ResponseType
>
(
method
:
string
,
serialize
:
(
value
:
RequestType
)
=>
Buffer
,
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
,
metadata
:
Metadata
,
options
?:
CallOptions
,
)
:
ClientDuplexStream
<
RequestType
,
ResponseType
>
;
makeBidiStreamRequest
<
RequestType
,
ResponseType
>
(
method
:
string
,
serialize
:
(
value
:
RequestType
)
=>
Buffer
,
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
,
options
?:
CallOptions
,
)
:
ClientDuplexStream
<
RequestType
,
ResponseType
>
;
makeClientStreamRequest
<
RequestType
,
ResponseType
>
(
method
:
string
,
serialize
:
(
value
:
RequestType
)
=>
Buffer
,
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
,
metadata
:
Metadata
,
options
:
CallOptions
,
callback
:
UnaryCallback
<
ResponseType
>
,
)
:
ClientWritableStream
<
RequestType
>
;
makeClientStreamRequest
<
RequestType
,
ResponseType
>
(
method
:
string
,
serialize
:
(
value
:
RequestType
)
=>
Buffer
,
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
,
metadata
:
Metadata
,
callback
:
UnaryCallback
<
ResponseType
>
,
)
:
ClientWritableStream
<
RequestType
>
;
makeClientStreamRequest
<
RequestType
,
ResponseType
>
(
method
:
string
,
serialize
:
(
value
:
RequestType
)
=>
Buffer
,
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
,
options
:
CallOptions
,
callback
:
UnaryCallback
<
ResponseType
>
,
)
:
ClientWritableStream
<
RequestType
>
;
makeClientStreamRequest
<
RequestType
,
ResponseType
>
(
method
:
string
,
serialize
:
(
value
:
RequestType
)
=>
Buffer
,
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
,
callback
:
UnaryCallback
<
ResponseType
>
,
)
:
ClientWritableStream
<
RequestType
>
;
makeServerStreamRequest
<
RequestType
,
ResponseType
>
(
method
:
string
,
serialize
:
(
value
:
RequestType
)
=>
Buffer
,
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
,
argument
:
RequestType
,
metadata
:
Metadata
,
options
?:
CallOptions
,
)
:
ClientReadableStream
<
ResponseType
>
;
makeServerStreamRequest
<
RequestType
,
ResponseType
>
(
method
:
string
,
serialize
:
(
value
:
RequestType
)
=>
Buffer
,
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
,
argument
:
RequestType
,
options
?:
CallOptions
,
)
:
ClientReadableStream
<
ResponseType
>
;
makeUnaryRequest
<
RequestType
,
ResponseType
>
(
method
:
string
,
serialize
:
(
value
:
RequestType
)
=>
Buffer
,
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
,
argument
:
RequestType
,
metadata
:
Metadata
,
options
:
CallOptions
,
callback
:
UnaryCallback
<
ResponseType
>
,
)
:
SurfaceCall
;
makeUnaryRequest
<
RequestType
,
ResponseType
>
(
method
:
string
,
serialize
:
(
value
:
RequestType
)
=>
Buffer
,
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
,
argument
:
RequestType
,
metadata
:
Metadata
,
callback
:
UnaryCallback
<
ResponseType
>
,
)
:
SurfaceCall
;
makeUnaryRequest
<
RequestType
,
ResponseType
>
(
method
:
string
,
serialize
:
(
value
:
RequestType
)
=>
Buffer
,
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
,
argument
:
RequestType
,
options
:
CallOptions
,
callback
:
UnaryCallback
<
ResponseType
>
,
)
:
SurfaceCall
;
makeUnaryRequest
<
RequestType
,
ResponseType
>
(
method
:
string
,
serialize
:
(
value
:
RequestType
)
=>
Buffer
,
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
,
argument
:
RequestType
,
callback
:
UnaryCallback
<
ResponseType
>
,
)
:
SurfaceCall
;
revoke
(
request
:
RevokeStaticKeyRequest
,
metadata
:
Metadata
,
options
:
Partial
<
CallOptions
>
,
callback
:
(
error
:
ServiceError
|
null
,
response
:
Operation
)
=>
void
,
)
:
SurfaceCall
;
waitForReady
(
deadline
:
Deadline
,
callback
:
(
error
?:
Error
)
=>
void
)
:
void
;
}
Hierarchy
Client
StaticKeyServiceBaseClient
Index
Methods
close
delete
find
get
get
By
Name
get
Channel
issue
list
make
Bidi
Stream
Request
make
Client
Stream
Request
make
Server
Stream
Request
make
Unary
Request
revoke
wait
For
Ready
Methods
close
close
()
:
void
Returns
void
delete
delete
(
request
:
DeleteStaticKeyRequest
,
metadata
:
Metadata
,
options
:
Partial
<
CallOptions
>
,
callback
:
(
error
:
ServiceError
|
null
,
response
:
Operation
)
=>
void
,
)
:
SurfaceCall
Parameters
request
:
DeleteStaticKeyRequest
metadata
:
Metadata
options
:
Partial
<
CallOptions
>
callback
:
(
error
:
ServiceError
|
null
,
response
:
Operation
)
=>
void
Returns
SurfaceCall
find
find
(
request
:
FindStaticKeyRequest
,
metadata
:
Metadata
,
options
:
Partial
<
CallOptions
>
,
callback
:
(
error
:
ServiceError
|
null
,
response
:
FindStaticKeyResponse
,
)
=>
void
,
)
:
SurfaceCall
Parameters
request
:
FindStaticKeyRequest
metadata
:
Metadata
options
:
Partial
<
CallOptions
>
callback
:
(
error
:
ServiceError
|
null
,
response
:
FindStaticKeyResponse
)
=>
void
Returns
SurfaceCall
get
get
(
request
:
GetStaticKeyRequest
,
metadata
:
Metadata
,
options
:
Partial
<
CallOptions
>
,
callback
:
(
error
:
ServiceError
|
null
,
response
:
StaticKey
)
=>
void
,
)
:
SurfaceCall
Parameters
request
:
GetStaticKeyRequest
metadata
:
Metadata
options
:
Partial
<
CallOptions
>
callback
:
(
error
:
ServiceError
|
null
,
response
:
StaticKey
)
=>
void
Returns
SurfaceCall
get
By
Name
getByName
(
request
:
GetStaticKeyByNameRequest
,
metadata
:
Metadata
,
options
:
Partial
<
CallOptions
>
,
callback
:
(
error
:
ServiceError
|
null
,
response
:
StaticKey
)
=>
void
,
)
:
SurfaceCall
Parameters
request
:
GetStaticKeyByNameRequest
metadata
:
Metadata
options
:
Partial
<
CallOptions
>
callback
:
(
error
:
ServiceError
|
null
,
response
:
StaticKey
)
=>
void
Returns
SurfaceCall
get
Channel
getChannel
()
:
Channel
Returns
Channel
issue
issue
(
request
:
IssueStaticKeyRequest
,
metadata
:
Metadata
,
options
:
Partial
<
CallOptions
>
,
callback
:
(
error
:
ServiceError
|
null
,
response
:
IssueStaticKeyResponse
,
)
=>
void
,
)
:
SurfaceCall
Parameters
request
:
IssueStaticKeyRequest
metadata
:
Metadata
options
:
Partial
<
CallOptions
>
callback
:
(
error
:
ServiceError
|
null
,
response
:
IssueStaticKeyResponse
)
=>
void
Returns
SurfaceCall
list
list
(
request
:
ListStaticKeysRequest
,
metadata
:
Metadata
,
options
:
Partial
<
CallOptions
>
,
callback
:
(
error
:
ServiceError
|
null
,
response
:
ListStaticKeysResponse
,
)
=>
void
,
)
:
SurfaceCall
Parameters
request
:
ListStaticKeysRequest
metadata
:
Metadata
options
:
Partial
<
CallOptions
>
callback
:
(
error
:
ServiceError
|
null
,
response
:
ListStaticKeysResponse
)
=>
void
Returns
SurfaceCall
make
Bidi
Stream
Request
makeBidiStreamRequest
<
RequestType
,
ResponseType
>
(
method
:
string
,
serialize
:
(
value
:
RequestType
)
=>
Buffer
,
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
,
metadata
:
Metadata
,
options
?:
CallOptions
,
)
:
ClientDuplexStream
<
RequestType
,
ResponseType
>
Type Parameters
RequestType
ResponseType
Parameters
method
:
string
serialize
:
(
value
:
RequestType
)
=>
Buffer
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
metadata
:
Metadata
Optional
options
:
CallOptions
Returns
ClientDuplexStream
<
RequestType
,
ResponseType
>
makeBidiStreamRequest
<
RequestType
,
ResponseType
>
(
method
:
string
,
serialize
:
(
value
:
RequestType
)
=>
Buffer
,
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
,
options
?:
CallOptions
,
)
:
ClientDuplexStream
<
RequestType
,
ResponseType
>
Type Parameters
RequestType
ResponseType
Parameters
method
:
string
serialize
:
(
value
:
RequestType
)
=>
Buffer
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
Optional
options
:
CallOptions
Returns
ClientDuplexStream
<
RequestType
,
ResponseType
>
make
Client
Stream
Request
makeClientStreamRequest
<
RequestType
,
ResponseType
>
(
method
:
string
,
serialize
:
(
value
:
RequestType
)
=>
Buffer
,
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
,
metadata
:
Metadata
,
options
:
CallOptions
,
callback
:
UnaryCallback
<
ResponseType
>
,
)
:
ClientWritableStream
<
RequestType
>
Type Parameters
RequestType
ResponseType
Parameters
method
:
string
serialize
:
(
value
:
RequestType
)
=>
Buffer
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
metadata
:
Metadata
options
:
CallOptions
callback
:
UnaryCallback
<
ResponseType
>
Returns
ClientWritableStream
<
RequestType
>
makeClientStreamRequest
<
RequestType
,
ResponseType
>
(
method
:
string
,
serialize
:
(
value
:
RequestType
)
=>
Buffer
,
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
,
metadata
:
Metadata
,
callback
:
UnaryCallback
<
ResponseType
>
,
)
:
ClientWritableStream
<
RequestType
>
Type Parameters
RequestType
ResponseType
Parameters
method
:
string
serialize
:
(
value
:
RequestType
)
=>
Buffer
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
metadata
:
Metadata
callback
:
UnaryCallback
<
ResponseType
>
Returns
ClientWritableStream
<
RequestType
>
makeClientStreamRequest
<
RequestType
,
ResponseType
>
(
method
:
string
,
serialize
:
(
value
:
RequestType
)
=>
Buffer
,
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
,
options
:
CallOptions
,
callback
:
UnaryCallback
<
ResponseType
>
,
)
:
ClientWritableStream
<
RequestType
>
Type Parameters
RequestType
ResponseType
Parameters
method
:
string
serialize
:
(
value
:
RequestType
)
=>
Buffer
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
options
:
CallOptions
callback
:
UnaryCallback
<
ResponseType
>
Returns
ClientWritableStream
<
RequestType
>
makeClientStreamRequest
<
RequestType
,
ResponseType
>
(
method
:
string
,
serialize
:
(
value
:
RequestType
)
=>
Buffer
,
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
,
callback
:
UnaryCallback
<
ResponseType
>
,
)
:
ClientWritableStream
<
RequestType
>
Type Parameters
RequestType
ResponseType
Parameters
method
:
string
serialize
:
(
value
:
RequestType
)
=>
Buffer
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
callback
:
UnaryCallback
<
ResponseType
>
Returns
ClientWritableStream
<
RequestType
>
make
Server
Stream
Request
makeServerStreamRequest
<
RequestType
,
ResponseType
>
(
method
:
string
,
serialize
:
(
value
:
RequestType
)
=>
Buffer
,
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
,
argument
:
RequestType
,
metadata
:
Metadata
,
options
?:
CallOptions
,
)
:
ClientReadableStream
<
ResponseType
>
Type Parameters
RequestType
ResponseType
Parameters
method
:
string
serialize
:
(
value
:
RequestType
)
=>
Buffer
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
argument
:
RequestType
metadata
:
Metadata
Optional
options
:
CallOptions
Returns
ClientReadableStream
<
ResponseType
>
makeServerStreamRequest
<
RequestType
,
ResponseType
>
(
method
:
string
,
serialize
:
(
value
:
RequestType
)
=>
Buffer
,
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
,
argument
:
RequestType
,
options
?:
CallOptions
,
)
:
ClientReadableStream
<
ResponseType
>
Type Parameters
RequestType
ResponseType
Parameters
method
:
string
serialize
:
(
value
:
RequestType
)
=>
Buffer
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
argument
:
RequestType
Optional
options
:
CallOptions
Returns
ClientReadableStream
<
ResponseType
>
make
Unary
Request
makeUnaryRequest
<
RequestType
,
ResponseType
>
(
method
:
string
,
serialize
:
(
value
:
RequestType
)
=>
Buffer
,
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
,
argument
:
RequestType
,
metadata
:
Metadata
,
options
:
CallOptions
,
callback
:
UnaryCallback
<
ResponseType
>
,
)
:
SurfaceCall
Type Parameters
RequestType
ResponseType
Parameters
method
:
string
serialize
:
(
value
:
RequestType
)
=>
Buffer
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
argument
:
RequestType
metadata
:
Metadata
options
:
CallOptions
callback
:
UnaryCallback
<
ResponseType
>
Returns
SurfaceCall
makeUnaryRequest
<
RequestType
,
ResponseType
>
(
method
:
string
,
serialize
:
(
value
:
RequestType
)
=>
Buffer
,
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
,
argument
:
RequestType
,
metadata
:
Metadata
,
callback
:
UnaryCallback
<
ResponseType
>
,
)
:
SurfaceCall
Type Parameters
RequestType
ResponseType
Parameters
method
:
string
serialize
:
(
value
:
RequestType
)
=>
Buffer
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
argument
:
RequestType
metadata
:
Metadata
callback
:
UnaryCallback
<
ResponseType
>
Returns
SurfaceCall
makeUnaryRequest
<
RequestType
,
ResponseType
>
(
method
:
string
,
serialize
:
(
value
:
RequestType
)
=>
Buffer
,
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
,
argument
:
RequestType
,
options
:
CallOptions
,
callback
:
UnaryCallback
<
ResponseType
>
,
)
:
SurfaceCall
Type Parameters
RequestType
ResponseType
Parameters
method
:
string
serialize
:
(
value
:
RequestType
)
=>
Buffer
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
argument
:
RequestType
options
:
CallOptions
callback
:
UnaryCallback
<
ResponseType
>
Returns
SurfaceCall
makeUnaryRequest
<
RequestType
,
ResponseType
>
(
method
:
string
,
serialize
:
(
value
:
RequestType
)
=>
Buffer
,
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
,
argument
:
RequestType
,
callback
:
UnaryCallback
<
ResponseType
>
,
)
:
SurfaceCall
Type Parameters
RequestType
ResponseType
Parameters
method
:
string
serialize
:
(
value
:
RequestType
)
=>
Buffer
deserialize
:
(
value
:
Buffer
)
=>
ResponseType
argument
:
RequestType
callback
:
UnaryCallback
<
ResponseType
>
Returns
SurfaceCall
revoke
revoke
(
request
:
RevokeStaticKeyRequest
,
metadata
:
Metadata
,
options
:
Partial
<
CallOptions
>
,
callback
:
(
error
:
ServiceError
|
null
,
response
:
Operation
)
=>
void
,
)
:
SurfaceCall
Parameters
request
:
RevokeStaticKeyRequest
metadata
:
Metadata
options
:
Partial
<
CallOptions
>
callback
:
(
error
:
ServiceError
|
null
,
response
:
Operation
)
=>
void
Returns
SurfaceCall
wait
For
Ready
waitForReady
(
deadline
:
Deadline
,
callback
:
(
error
?:
Error
)
=>
void
)
:
void
Parameters
deadline
:
Deadline
callback
:
(
error
?:
Error
)
=>
void
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
close
delete
find
get
get
By
Name
get
Channel
issue
list
make
Bidi
Stream
Request
make
Client
Stream
Request
make
Server
Stream
Request
make
Unary
Request
revoke
wait
For
Ready
Services Index
Services Index
GitHub
@nebius/js-sdk - v0.1.4
Loading...