This repository was archived by the owner on Apr 1, 2026. It is now read-only.
Commit ca20219
authored
feat(gapic): support mTLS certificates when available (#1249)
feat: update image to
us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:b8058df4c45e9a6e07f6b4d65b458d0d059241dd34c814f151c8bf6b892112091 parent 544db1c commit ca20219Copy full SHA for ca20219
14 files changed
+993-562Lines changed: 993 additions & 562 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- .librarian
- generator-input
- google/cloud
- bigtable_admin_v2
- services
- bigtable_instance_admin
- bigtable_table_admin
- bigtable_v2
- services/bigtable
- scripts
- tests/unit/gapic
- bigtable_admin_v2
- bigtable_v2
Expand file treeCollapse file tree
Open diff view settings
Collapse file
.librarian/generator-input/setup.py
Copy file name to clipboardExpand all lines: .librarian/generator-input/setup.py-4Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
94 | 94 | |
95 | 95 | |
96 | 96 | |
97 | | - |
98 | | - |
99 | | - |
100 | | - |
101 | 97 | |
102 | 98 | |
103 | 99 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
| 1 | + |
2 | 2 | |
3 | 3 | |
4 | 4 | |
|
Collapse file
google/cloud/bigtable_admin_v2/__init__.py
Copy file name to clipboardExpand all lines: google/cloud/bigtable_admin_v2/__init__.py+104Lines changed: 104 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
| 18 | + |
| 19 | + |
| 20 | + |
18 | 21 | |
19 | 22 | |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
20 | 30 | |
21 | 31 | |
22 | 32 | |
| ||
143 | 153 | |
144 | 154 | |
145 | 155 | |
| 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 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
| 249 | + |
146 | 250 | |
147 | 251 | |
148 | 252 | |
|
Collapse file
google/cloud/bigtable_admin_v2/services/bigtable_instance_admin/client.py
Copy file name to clipboardExpand all lines: google/cloud/bigtable_admin_v2/services/bigtable_instance_admin/client.py+32-14Lines changed: 32 additions & 14 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
161 | 161 | |
162 | 162 | |
163 | 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 | + |
164 | 192 | |
165 | 193 | |
166 | 194 | |
| ||
503 | 531 | |
504 | 532 | |
505 | 533 | |
506 | | - |
| 534 | + |
507 | 535 | |
508 | | - |
509 | | - |
510 | | - |
511 | | - |
512 | 536 | |
513 | 537 | |
514 | 538 | |
515 | 539 | |
516 | 540 | |
517 | 541 | |
518 | 542 | |
519 | | - |
| 543 | + |
520 | 544 | |
521 | 545 | |
522 | 546 | |
| ||
548 | 572 | |
549 | 573 | |
550 | 574 | |
551 | | - |
552 | | - |
553 | | - |
| 575 | + |
554 | 576 | |
555 | 577 | |
556 | | - |
557 | | - |
558 | | - |
559 | | - |
560 | 578 | |
561 | 579 | |
562 | 580 | |
563 | 581 | |
564 | | - |
| 582 | + |
565 | 583 | |
566 | 584 | |
567 | 585 | |
|
Collapse file
google/cloud/bigtable_admin_v2/services/bigtable_table_admin/client.py
Copy file name to clipboardExpand all lines: google/cloud/bigtable_admin_v2/services/bigtable_table_admin/client.py+32-14Lines changed: 32 additions & 14 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
162 | 162 | |
163 | 163 | |
164 | 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 | + |
165 | 193 | |
166 | 194 | |
167 | 195 | |
| ||
510 | 538 | |
511 | 539 | |
512 | 540 | |
513 | | - |
| 541 | + |
514 | 542 | |
515 | | - |
516 | | - |
517 | | - |
518 | | - |
519 | 543 | |
520 | 544 | |
521 | 545 | |
522 | 546 | |
523 | 547 | |
524 | 548 | |
525 | 549 | |
526 | | - |
| 550 | + |
527 | 551 | |
528 | 552 | |
529 | 553 | |
| ||
555 | 579 | |
556 | 580 | |
557 | 581 | |
558 | | - |
559 | | - |
560 | | - |
| 582 | + |
561 | 583 | |
562 | 584 | |
563 | | - |
564 | | - |
565 | | - |
566 | | - |
567 | 585 | |
568 | 586 | |
569 | 587 | |
570 | 588 | |
571 | | - |
| 589 | + |
572 | 590 | |
573 | 591 | |
574 | 592 | |
|
0 commit comments