Commit ae89709
feat: Add authorized view bindings to Cloud Bigtable data APIs and messages (#2144)
* fix(deps): Update the Java code generator (gapic-generator-java) to 2.37.0
PiperOrigin-RevId: 611816371
Source-Link: googleapis/googleapis@2a40f63
Source-Link: googleapis/googleapis-gen@d30ff07
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDMwZmYwNzY3Nzc3YjM4MWZiMTYxN2Y2N2E5MGUzYWJkM2JkYzZkYyJ9
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* feat: Cloud Bigtable Authorized Views admin APIs protos
PiperOrigin-RevId: 612537460
Source-Link: googleapis/googleapis@b98fe7f
Source-Link: googleapis/googleapis-gen@03d9b5c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDNkOWI1YzU1MTdjZjkxMjNmMTIwNDYxMTgwZWJkZDM4N2E0N2JjYyJ9
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* feat: Add authorized view bindings to Cloud Bigtable data APIs and messages
docs: The field `table_name` in message `.google.bigtable.v2.ReadRowsRequest` is changed from required to optional
docs: The field `table_name` in message `.google.bigtable.v2.SampleRowKeysRequest` is changed from required to optional
docs: The field `table_name` in message `.google.bigtable.v2.MutateRowRequest` is changed from required to optional
docs: The field `table_name` in message `.google.bigtable.v2.MutateRowsRequest` is changed from required to optional
docs: The field `table_name` in message `.google.bigtable.v2.CheckAndMutateRowRequest` is changed from required to optional
docs: The field `table_name` in message `.google.bigtable.v2.ReadModifyWriteRowRequest` is changed from required to optional
PiperOrigin-RevId: 612537984
Source-Link: googleapis/googleapis@6465963
Source-Link: googleapis/googleapis-gen@f4a9960
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjRhOTk2MDcxODAxZjU1OWJiNmY0ZDBjOTliYjlhM2MwZWNmNDg0NCJ9
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* Fix unit test broken by the new authorized views apis
Change-Id: I075e896a696d83c70f72337f2921d3285e408e1e
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Lixia Chen <lixiachen@google.com>1 parent a2497bb commit ae89709
File tree
52 files changed
+20329
-736
lines changed- google-cloud-bigtable/src
- main
- java/com/google/cloud/bigtable
- admin/v2
- stub
- data/v2/stub
- resources/META-INF/native-image/com.google.cloud.bigtable.admin.v2
- test/java/com/google/cloud/bigtable/admin/v2
- grpc-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2
- proto-google-cloud-bigtable-admin-v2/src/main
- java/com/google/bigtable/admin/v2
- proto/google/bigtable/admin/v2
- proto-google-cloud-bigtable-v2/src/main
- java/com/google/bigtable/v2
- proto/google/bigtable/v2
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
52 files changed
+20329
-736
lines changedLines changed: 850 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 100 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| 42 | + | |
| 43 | + | |
40 | 44 | | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
| 49 | + | |
45 | 50 | | |
46 | 51 | | |
47 | 52 | | |
48 | 53 | | |
49 | 54 | | |
50 | 55 | | |
| 56 | + | |
51 | 57 | | |
52 | 58 | | |
53 | 59 | | |
| 60 | + | |
| 61 | + | |
54 | 62 | | |
55 | 63 | | |
56 | 64 | | |
| |||
66 | 74 | | |
67 | 75 | | |
68 | 76 | | |
| 77 | + | |
| 78 | + | |
69 | 79 | | |
70 | 80 | | |
71 | 81 | | |
| |||
144 | 154 | | |
145 | 155 | | |
146 | 156 | | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
147 | 200 | | |
148 | 201 | | |
149 | 202 | | |
| |||
416 | 469 | | |
417 | 470 | | |
418 | 471 | | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
419 | 519 | | |
420 | 520 | | |
421 | 521 | | |
| |||
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
131 | 142 | | |
132 | 143 | | |
133 | 144 | | |
| |||
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
91 | 94 | | |
92 | 95 | | |
93 | 96 | | |
| |||
97 | 100 | | |
98 | 101 | | |
99 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
100 | 106 | | |
101 | 107 | | |
102 | 108 | | |
| |||
112 | 118 | | |
113 | 119 | | |
114 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
115 | 124 | | |
116 | 125 | | |
117 | 126 | | |
| |||
124 | 133 | | |
125 | 134 | | |
126 | 135 | | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
127 | 139 | | |
128 | 140 | | |
129 | 141 | | |
| |||
151 | 163 | | |
152 | 164 | | |
153 | 165 | | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
154 | 169 | | |
155 | 170 | | |
156 | 171 | | |
| |||
Lines changed: 0 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
1081 | 1080 | | |
1082 | 1081 | | |
1083 | 1082 | | |
1084 | | - | |
1085 | | - | |
1086 | 1083 | | |
1087 | 1084 | | |
1088 | 1085 | | |
| |||
1111 | 1108 | | |
1112 | 1109 | | |
1113 | 1110 | | |
1114 | | - | |
1115 | | - | |
1116 | 1111 | | |
1117 | 1112 | | |
1118 | 1113 | | |
| |||
1130 | 1125 | | |
1131 | 1126 | | |
1132 | 1127 | | |
1133 | | - | |
1134 | | - | |
1135 | 1128 | | |
1136 | 1129 | | |
1137 | 1130 | | |
| |||
1154 | 1147 | | |
1155 | 1148 | | |
1156 | 1149 | | |
1157 | | - | |
1158 | | - | |
1159 | 1150 | | |
1160 | 1151 | | |
1161 | 1152 | | |
| |||
1168 | 1159 | | |
1169 | 1160 | | |
1170 | 1161 | | |
1171 | | - | |
1172 | | - | |
1173 | 1162 | | |
1174 | 1163 | | |
1175 | 1164 | | |
| |||
1206 | 1195 | | |
1207 | 1196 | | |
1208 | 1197 | | |
1209 | | - | |
1210 | | - | |
1211 | 1198 | | |
1212 | 1199 | | |
1213 | 1200 | | |
| |||
0 commit comments