This repository was archived by the owner on Nov 29, 2023. It is now read-only.
Commit 074edd4
authored
fix: Add async context manager return types (#385)
* 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: https://github.com/googleapis/googleapis-gen/commit/b3f18d0f6560a855022fd058865e7620479d7af9
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 be6b0ab commit 074edd4
File tree
4 files changed
+10
-6
lines changed- google/cloud
- container_v1beta1/services/cluster_manager
- container_v1/services/cluster_manager
- tests/unit/gapic
- container_v1beta1
- container_v1
4 files changed
+10
-6
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4697 | 4697 | | |
4698 | 4698 | | |
4699 | 4699 | | |
4700 | | - | |
| 4700 | + | |
4701 | 4701 | | |
4702 | 4702 | | |
4703 | 4703 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4884 | 4884 | | |
4885 | 4885 | | |
4886 | 4886 | | |
4887 | | - | |
| 4887 | + | |
4888 | 4888 | | |
4889 | 4889 | | |
4890 | 4890 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9923 | 9923 | | |
9924 | 9924 | | |
9925 | 9925 | | |
9926 | | - | |
| 9926 | + | |
| 9927 | + | |
| 9928 | + | |
9927 | 9929 | | |
9928 | | - | |
| 9930 | + | |
9929 | 9931 | | |
9930 | 9932 | | |
9931 | 9933 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10035 | 10035 | | |
10036 | 10036 | | |
10037 | 10037 | | |
10038 | | - | |
| 10038 | + | |
| 10039 | + | |
| 10040 | + | |
10039 | 10041 | | |
10040 | | - | |
| 10042 | + | |
10041 | 10043 | | |
10042 | 10044 | | |
10043 | 10045 | | |
| |||
0 commit comments