Commit a2b2179
authored
fix: add api_version breadcrumb to client docs (#4018)
Adds simple breadcrumb comment to client class commentary including the
`google.api.api_version` value that this client was generated based on
and sends in its requests, as per AIP-4236. This breadcrumb will allow
client users to reference the API version used by the client in other
API artifacts e.g. product documentation.
Fixes internal tracking bug http://b/467138606, child of
http://b/467065424.1 parent afedc76 commit a2b2179
File tree
3 files changed
+12
-2
lines changed- gapic-generator-java/src
- main/java/com/google/api/generator/gapic/composer/comment
- test/java/com/google/api/generator/gapic/composer/grpcrest/goldens
- java-showcase/gapic-showcase/src/main/java/com/google/showcase/v1beta1
3 files changed
+12
-2
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
117 | 123 | | |
118 | 124 | | |
119 | 125 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
0 commit comments