Skip to content

Commit

Permalink
fix: simplify logic for HTTP/1.1 REST fallback option
Browse files Browse the repository at this point in the history
For the `fallback` parameter, all values considered as `true`
in Boolean context will enable HTTP/1.1 REST fallback,
since the other fallback transport, proto over HTTP, is
removed from `google-gax` v4.

PiperOrigin-RevId: 559812260
  • Loading branch information
Google APIs authored and Copybara-Service committed Aug 24, 2023
1 parent bbcd7c5 commit 6a6fd29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,9 @@ gapic_generator_register_toolchains()
# TypeScript
##############################################################################

_gapic_generator_typescript_version = "4.0.2"
_gapic_generator_typescript_version = "4.0.3"

_gapic_generator_typescript_sha256 = "dda6a3aa16c7aedbe3960e19d5c60c01778668534ab39091c629432f433f0962"
_gapic_generator_typescript_sha256 = "19befa44f81d573daf607a1b49fc7ae45d661c3c8bd3da30253189b9ecc2f85a"

### TypeScript generator
http_archive(
Expand Down

0 comments on commit 6a6fd29

Please sign in to comment.