| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@pongad @garrettjonesgoogle for your review |
Sorry, something went wrong.
There was a problem hiding this comment.
Thank you for this! LGTM except possibly the method name called out below.
Please wait for @garrettjonesgoogle to +2.
Sorry, something went wrong.
| * Gives the ability to disable client-side compression. | ||
| * Note compression is enabled by default. | ||
| */ | ||
| public Builder setCompressionEnabled(boolean enabled) { |
|
LGTM too. |
Sorry, something went wrong.
…on to (googleapis#1645)". Compression is not fully supported in gRPC, can't have it in the library yet. This reverts commit a599972.
|
Hi, Is there any plan to evaluate compression/gzip support again? |
Sorry, something went wrong.
|
I could not quite get, why is this reverted? Could somebody explain, please. |
Sorry, something went wrong.
* fix(doc): Fix return types for batch interface * chore: generate libraries at Tue Oct 29 00:30:42 UTC 2024 --------- Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
…18.0 (#1645) * chore(deps): update dependency com.google.cloud:libraries-bom to v26.18.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
…18.0 (#1645) * chore(deps): update dependency com.google.cloud:libraries-bom to v26.18.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
… to v2.19.2 (googleapis#1645) * chore(deps): update dependency com.google.cloud:google-cloud-bigtable to v2.19.2 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Partially addressing #1639, changes will need to be made to the gax.grpc classes to support compression.