This repository was archived by the owner on Mar 31, 2026. It is now read-only.
Commit 7e2e712
authored
fix: Add async context manager return types (#967)
* fix: Add async context manager return types
chore: Mock return_value should not populate oneof message fields
chore: Support snippet generation for services that only support REST transport
chore: Update gapic-generator-python to v1.11.0
PiperOrigin-RevId: 545430278
Source-Link: googleapis/googleapis@601b532
Source-Link: googleapis/googleapis-gen@b3f18d0
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjNmMThkMGY2NTYwYTg1NTAyMmZkMDU4ODY1ZTc2MjA0NzlkN2FmOSJ9
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>1 parent fdba701 commit 7e2e712
9 files changed
Lines changed: 42 additions & 24 deletions
File tree
- google/cloud
- spanner_admin_database_v1/services/database_admin
- spanner_admin_instance_v1/services/instance_admin
- spanner_v1/services/spanner
- samples/generated_samples
- tests/unit/gapic
- spanner_admin_database_v1
- spanner_admin_instance_v1
- spanner_v1
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3272 | 3272 | | |
3273 | 3273 | | |
3274 | 3274 | | |
3275 | | - | |
| 3275 | + | |
3276 | 3276 | | |
3277 | 3277 | | |
3278 | 3278 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2303 | 2303 | | |
2304 | 2304 | | |
2305 | 2305 | | |
2306 | | - | |
| 2306 | + | |
2307 | 2307 | | |
2308 | 2308 | | |
2309 | 2309 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1971 | 1971 | | |
1972 | 1972 | | |
1973 | 1973 | | |
1974 | | - | |
| 1974 | + | |
1975 | 1975 | | |
1976 | 1976 | | |
1977 | 1977 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 20 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1142 | 1142 | | |
1143 | 1143 | | |
1144 | 1144 | | |
1145 | | - | |
| 1145 | + | |
| 1146 | + | |
| 1147 | + | |
1146 | 1148 | | |
1147 | | - | |
| 1149 | + | |
1148 | 1150 | | |
1149 | 1151 | | |
1150 | 1152 | | |
| |||
5009 | 5011 | | |
5010 | 5012 | | |
5011 | 5013 | | |
5012 | | - | |
| 5014 | + | |
| 5015 | + | |
| 5016 | + | |
5013 | 5017 | | |
5014 | | - | |
| 5018 | + | |
5015 | 5019 | | |
5016 | 5020 | | |
5017 | 5021 | | |
| |||
5695 | 5699 | | |
5696 | 5700 | | |
5697 | 5701 | | |
5698 | | - | |
| 5702 | + | |
| 5703 | + | |
| 5704 | + | |
5699 | 5705 | | |
5700 | | - | |
| 5706 | + | |
5701 | 5707 | | |
5702 | 5708 | | |
5703 | 5709 | | |
| |||
6137 | 6143 | | |
6138 | 6144 | | |
6139 | 6145 | | |
6140 | | - | |
| 6146 | + | |
| 6147 | + | |
| 6148 | + | |
6141 | 6149 | | |
6142 | | - | |
| 6150 | + | |
6143 | 6151 | | |
6144 | 6152 | | |
6145 | 6153 | | |
| |||
6582 | 6590 | | |
6583 | 6591 | | |
6584 | 6592 | | |
6585 | | - | |
| 6593 | + | |
| 6594 | + | |
| 6595 | + | |
6586 | 6596 | | |
6587 | | - | |
| 6597 | + | |
6588 | 6598 | | |
6589 | 6599 | | |
6590 | 6600 | | |
| |||
Lines changed: 12 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1162 | 1162 | | |
1163 | 1163 | | |
1164 | 1164 | | |
1165 | | - | |
| 1165 | + | |
| 1166 | + | |
| 1167 | + | |
1166 | 1168 | | |
1167 | | - | |
| 1169 | + | |
1168 | 1170 | | |
1169 | 1171 | | |
1170 | 1172 | | |
| |||
2639 | 2641 | | |
2640 | 2642 | | |
2641 | 2643 | | |
2642 | | - | |
| 2644 | + | |
| 2645 | + | |
| 2646 | + | |
2643 | 2647 | | |
2644 | | - | |
| 2648 | + | |
2645 | 2649 | | |
2646 | 2650 | | |
2647 | 2651 | | |
| |||
3060 | 3064 | | |
3061 | 3065 | | |
3062 | 3066 | | |
3063 | | - | |
| 3067 | + | |
| 3068 | + | |
| 3069 | + | |
3064 | 3070 | | |
3065 | | - | |
| 3071 | + | |
3066 | 3072 | | |
3067 | 3073 | | |
3068 | 3074 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1799 | 1799 | | |
1800 | 1800 | | |
1801 | 1801 | | |
1802 | | - | |
| 1802 | + | |
| 1803 | + | |
| 1804 | + | |
1803 | 1805 | | |
1804 | | - | |
| 1806 | + | |
1805 | 1807 | | |
1806 | 1808 | | |
1807 | 1809 | | |
| |||
0 commit comments