@@ -58,19 +58,19 @@ export interface EchoClient extends grpc.Client {
58
58
* by the client, this method will return the a concatenation of the strings
59
59
* passed to it. This method showcases client-side streaming rpcs.
60
60
*/
61
- Collect ( metadata : grpc . Metadata , options : grpc . CallOptions , callback : ( error ?: grpc . ServiceError , result ?: _google_showcase_v1beta1_EchoResponse__Output ) => void ) : grpc . ClientWritableStream < _google_showcase_v1beta1_EchoResponse__Output > ;
62
- Collect ( metadata : grpc . Metadata , callback : ( error ?: grpc . ServiceError , result ?: _google_showcase_v1beta1_EchoResponse__Output ) => void ) : grpc . ClientWritableStream < _google_showcase_v1beta1_EchoResponse__Output > ;
63
- Collect ( options : grpc . CallOptions , callback : ( error ?: grpc . ServiceError , result ?: _google_showcase_v1beta1_EchoResponse__Output ) => void ) : grpc . ClientWritableStream < _google_showcase_v1beta1_EchoResponse__Output > ;
64
- Collect ( callback : ( error ?: grpc . ServiceError , result ?: _google_showcase_v1beta1_EchoResponse__Output ) => void ) : grpc . ClientWritableStream < _google_showcase_v1beta1_EchoResponse__Output > ;
61
+ Collect ( metadata : grpc . Metadata , options : grpc . CallOptions , callback : ( error ?: grpc . ServiceError , result ?: _google_showcase_v1beta1_EchoResponse__Output ) => void ) : grpc . ClientWritableStream < _google_showcase_v1beta1_EchoRequest > ;
62
+ Collect ( metadata : grpc . Metadata , callback : ( error ?: grpc . ServiceError , result ?: _google_showcase_v1beta1_EchoResponse__Output ) => void ) : grpc . ClientWritableStream < _google_showcase_v1beta1_EchoRequest > ;
63
+ Collect ( options : grpc . CallOptions , callback : ( error ?: grpc . ServiceError , result ?: _google_showcase_v1beta1_EchoResponse__Output ) => void ) : grpc . ClientWritableStream < _google_showcase_v1beta1_EchoRequest > ;
64
+ Collect ( callback : ( error ?: grpc . ServiceError , result ?: _google_showcase_v1beta1_EchoResponse__Output ) => void ) : grpc . ClientWritableStream < _google_showcase_v1beta1_EchoRequest > ;
65
65
/**
66
66
* This method will collect the words given to it. When the stream is closed
67
67
* by the client, this method will return the a concatenation of the strings
68
68
* passed to it. This method showcases client-side streaming rpcs.
69
69
*/
70
- collect ( metadata : grpc . Metadata , options : grpc . CallOptions , callback : ( error ?: grpc . ServiceError , result ?: _google_showcase_v1beta1_EchoResponse__Output ) => void ) : grpc . ClientWritableStream < _google_showcase_v1beta1_EchoResponse__Output > ;
71
- collect ( metadata : grpc . Metadata , callback : ( error ?: grpc . ServiceError , result ?: _google_showcase_v1beta1_EchoResponse__Output ) => void ) : grpc . ClientWritableStream < _google_showcase_v1beta1_EchoResponse__Output > ;
72
- collect ( options : grpc . CallOptions , callback : ( error ?: grpc . ServiceError , result ?: _google_showcase_v1beta1_EchoResponse__Output ) => void ) : grpc . ClientWritableStream < _google_showcase_v1beta1_EchoResponse__Output > ;
73
- collect ( callback : ( error ?: grpc . ServiceError , result ?: _google_showcase_v1beta1_EchoResponse__Output ) => void ) : grpc . ClientWritableStream < _google_showcase_v1beta1_EchoResponse__Output > ;
70
+ collect ( metadata : grpc . Metadata , options : grpc . CallOptions , callback : ( error ?: grpc . ServiceError , result ?: _google_showcase_v1beta1_EchoResponse__Output ) => void ) : grpc . ClientWritableStream < _google_showcase_v1beta1_EchoRequest > ;
71
+ collect ( metadata : grpc . Metadata , callback : ( error ?: grpc . ServiceError , result ?: _google_showcase_v1beta1_EchoResponse__Output ) => void ) : grpc . ClientWritableStream < _google_showcase_v1beta1_EchoRequest > ;
72
+ collect ( options : grpc . CallOptions , callback : ( error ?: grpc . ServiceError , result ?: _google_showcase_v1beta1_EchoResponse__Output ) => void ) : grpc . ClientWritableStream < _google_showcase_v1beta1_EchoRequest > ;
73
+ collect ( callback : ( error ?: grpc . ServiceError , result ?: _google_showcase_v1beta1_EchoResponse__Output ) => void ) : grpc . ClientWritableStream < _google_showcase_v1beta1_EchoRequest > ;
74
74
75
75
/**
76
76
* This method simply echos the request. This method is showcases unary rpcs.
0 commit comments