Skip to content

Conversation

@summer-ji-eng
Copy link
Contributor

   * try (EchoClient echoClient = EchoClient.create()) {
   *   BidiStream<EchoRequest, EchoResponse> bidiStream = echoClient.chatAgainCallable().call();
   *
   *   String content = "content951530617";
   *   EchoRequest request = EchoRequest.newBuilder().setContent(content).build();
   *   bidiStream.send(response);
   *   for (EchoResponse response : bidiStream) {
   *     // Do something when receive a response.
   *   }
   * }

@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label Nov 18, 2020
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Nov 18, 2020
@summer-ji-eng summer-ji-eng changed the title [composer][3/7]Implement stream.bidi rpc callable method's sample code [composer][4/7]Implement stream.bidi rpc callable method's sample code Nov 18, 2020
@summer-ji-eng summer-ji-eng changed the title [composer][4/7]Implement stream.bidi rpc callable method's sample code [draft][4/7]Implement stream.bidi rpc callable method's sample code Dec 1, 2020
@summer-ji-eng
Copy link
Contributor Author

Refactor in #632

@summer-ji-eng summer-ji-eng deleted the callable_rpc_stream_bidi_43 branch January 19, 2021 23:18
suztomo pushed a commit that referenced this pull request Dec 16, 2022
🤖 I have created a release *beep* *boop*
---


## [1.6.12](https://togithub.com/googleapis/java-iam/compare/v1.6.11...v1.6.12) (2022-11-16)


### Dependencies

* Update dependency com.google.auth:google-auth-library-oauth2-http to v1.13.0 ([#522](https://togithub.com/googleapis/java-iam/issues/522)) ([6058bb0](https://togithub.com/googleapis/java-iam/commit/6058bb03f8ae0496844708fec629d7f298d47f7e))
* Update dependency com.google.cloud:google-iam-policy to v1.6.11 ([#521](https://togithub.com/googleapis/java-iam/issues/521)) ([2bda331](https://togithub.com/googleapis/java-iam/commit/2bda331877435c2bcf019130b07333927aa9522d))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
suztomo pushed a commit that referenced this pull request Mar 21, 2023
🤖 I have created a release \*beep\* \*boop\*
---
### Updating meta-information for bleeding-edge SNAPSHOT release.
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement. samples Issues that are directly related to samples.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant