This repository was archived by the owner on Feb 24, 2026. It is now read-only.
feat: add Load api for connection worker for multiplexing worker#1779
Merged
GaoleMeng merged 5 commits intogoogleapis:mainfrom Sep 15, 2022
GaoleMeng:main
Merged
feat: add Load api for connection worker for multiplexing worker#1779GaoleMeng merged 5 commits intogoogleapis:mainfrom GaoleMeng:main
GaoleMeng merged 5 commits intogoogleapis:mainfrom
GaoleMeng:main
Conversation
prerequisite for multiplexing client
yirutang
approved these changes
Sep 14, 2022
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Sep 15, 2022
🤖 I have created a release *beep* *boop* --- ## [2.21.0](v2.20.1...v2.21.0) (2022-09-15) ### Features * Add connection worker skeleton used for multiplexing client ([#1778](#1778)) ([b26265e](b26265e)) * Add Load api for connection worker for multiplexing worker ([#1779](#1779)) ([179930e](179930e)) * Add location to WriteStream and add WriteStreamView support ([#1771](#1771)) ([f446ff4](f446ff4)) * Add proto annotation for non-ascii field mapping ([#1776](#1776)) ([1a079ee](1a079ee)) * introducing connection worker to run a loop for fetching / sending requests in a queue. ([7dd447d](7dd447d)) ### Bug Fixes * **api:** Numeric/bignumeric conversion issue [#1757](#1757) ([#1768](#1768)) ([5cc96a0](5cc96a0)) ### Dependencies * Update dependency com.google.cloud:google-cloud-bigquery to v2.15.0 ([#1766](#1766)) ([40e0ba0](40e0ba0)) * Update dependency com.google.cloud:google-cloud-bigquery to v2.16.0 ([#1777](#1777)) ([08a7c8f](08a7c8f)) * Update dependency com.google.cloud:google-cloud-bigquery to v2.16.1 ([#1781](#1781)) ([7ff7099](7ff7099)) * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([#1772](#1772)) ([3279ef4](3279ef4)) * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#1780](#1780)) ([ed2cd66](ed2cd66)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
gcf-owl-bot bot
added a commit
that referenced
this pull request
Mar 16, 2023
Source-Link: googleapis/synthtool@3c19c33 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:5df8b62e8da534f7604daef347698f6701e34b3f61713712a3384ac88fc32088
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #<issue_number_goes_here> ☕️
If you write sample code, please follow the samples format.