Preparing search index...
The search index is not available
Documentation
Documentation
MethodInfoClientStreaming
Interface MethodInfoClientStreaming<I, O>
A client streaming method: rpc (stream Input) returns (Output)
interface
MethodInfoClientStreaming
<
I
,
O
>
{
I
:
MessageType
<
I
>
;
O
:
MessageType
<
O
>
;
idempotency
?:
MethodIdempotency
;
kind
:
ClientStreaming
;
name
:
string
;
}
Type Parameters
I
extends
Message
<
I
>
O
extends
Message
<
O
>
Hierarchy
miShared
<
I
,
O
>
MethodInfoClientStreaming
Index
Properties
I
O
idempotency?
kind
name
Properties
I
I
:
MessageType
<
I
>
O
O
:
MessageType
<
O
>
Optional
Readonly
idempotency
idempotency
?:
MethodIdempotency
Readonly
kind
kind
:
ClientStreaming
Readonly
name
name
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
I
O
idempotency
kind
name
Documentation
Loading...
A client streaming method: rpc (stream Input) returns (Output)