This repository was archived by the owner on Sep 26, 2023. It is now read-only.
Commit b1b0b49
authored
fix: Make x-goog-api-client header report rest-based transport clients with
We will still be able to disambiguate between discogapic and diregapic for compute by the `gapic/` token in the same header. Discogapic clients will be versioned as 0.x.x, while diregapics are `1.x.x-alpha`rest/ token instead of httpson/. (#1370)1 parent 3bae27c commit b1b0b49
2 files changed
Lines changed: 3 additions & 3 deletions
File tree
- gax-httpjson/src
- main/java/com/google/api/gax/httpjson
- test/java/com/google/api/gax/httpjson
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
0 commit comments