@nebius/js-sdk - v0.1.4
Services Index
GitHub
Preparing search index...
runtime/request
CallCreator
Type Alias CallCreator<TReq, TRes>
CallCreator
:
(
request
:
TReq
,
metadata
:
Metadata
|
undefined
,
options
:
Partial
<
CallOptions
>
|
undefined
,
callback
:
(
error
:
GrpcServiceError
|
null
,
response
:
TRes
)
=>
void
,
)
=>
ClientUnaryCall
Type Parameters
TReq
TRes
Type Declaration
(
request
:
TReq
,
metadata
:
Metadata
|
undefined
,
options
:
Partial
<
CallOptions
>
|
undefined
,
callback
:
(
error
:
GrpcServiceError
|
null
,
response
:
TRes
)
=>
void
,
)
:
ClientUnaryCall
Parameters
request
:
TReq
metadata
:
Metadata
|
undefined
options
:
Partial
<
CallOptions
>
|
undefined
callback
:
(
error
:
GrpcServiceError
|
null
,
response
:
TRes
)
=>
void
Returns
ClientUnaryCall
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Services Index
Services Index
GitHub
@nebius/js-sdk - v0.1.4
Loading...