Commit 7a1cff0
fix: Allow protobuf 5.x (#888)
* chore: Update gapic-generator-python to v1.17.1
PiperOrigin-RevId: 629071173
Source-Link: googleapis/googleapis@4afa392
Source-Link: googleapis/googleapis-gen@16dbbb4
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTZkYmJiNGQwNDU3ZGI1ZTYxYWM5Zjk5YjBkNTJhNDYxNTQ0NTVhYyJ9
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* chore: Update gapic-generator-python to v1.18.0
PiperOrigin-RevId: 638650618
Source-Link: googleapis/googleapis@6330f03
Source-Link: googleapis/googleapis-gen@44fa4f1
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDRmYTRmMTk3OWRjNDVjMTc3OGZkN2NhZjEzZjhlNjFjNmQxY2FlOCJ9
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* feat(spanner): Add support for Cloud Spanner Scheduled Backups
PiperOrigin-RevId: 649277844
Source-Link: googleapis/googleapis@fd7efa2
Source-Link: googleapis/googleapis-gen@50be251
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTBiZTI1MTMyOWQ4ZGI1YjU1NTYyNmViZDQ4ODY3MjFmNTQ3ZDNjYyJ9
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* allow protobuf 5.x
* update constraints
* See googleapis/gapic-generator-python#2046
* chore: Update gapic-generator-python to v1.18.3
PiperOrigin-RevId: 655567917
Source-Link: googleapis/googleapis@43aa65e
Source-Link: googleapis/googleapis-gen@0e38378
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGUzODM3ODc1MzA3NGMwZjY2ZmY2MzM0OGQ2ODY0OTI5ZTEwNGQ1YyJ9
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* chore: Update gapic-generator-python to v1.18.3
PiperOrigin-RevId: 656040068
Source-Link: googleapis/googleapis@3f4e29a
Source-Link: googleapis/googleapis-gen@b8feb21
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjhmZWIyMTA5ZGRlN2IwOTM4YzIyYzk5M2QwMDIyNTFhYzY3MTRkYyJ9
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* chore: Update gapic-generator-python to v1.18.4
PiperOrigin-RevId: 657207628
Source-Link: googleapis/googleapis@33fe71e
Source-Link: googleapis/googleapis-gen@e02739d
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTAyNzM5ZDEyMmVkMTViZDVlZjU3NzFjNTdmMTJhODNkNDdhMWRkYSJ9
* 🦉 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>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Co-authored-by: Daniel Sanche <sanche@google.com>1 parent 31e1d51 commit 7a1cff0Copy full SHA for 7a1cff0
File tree
Expand file treeCollapse file tree
25 files changed
+5125
-915
lines changedOpen diff view settings
Filter options
- packages/google-cloud-logging
- google/cloud/logging_v2/services
- config_service_v2
- transports
- logging_service_v2
- transports
- metrics_service_v2
- transports
- samples/generated_samples
- testing
- tests/unit/gapic/logging_v2
Expand file treeCollapse file tree
25 files changed
+5125
-915
lines changedOpen diff view settings
Collapse file
packages/google-cloud-logging/google/cloud/logging_v2/services/config_service_v2/async_client.py
Copy file name to clipboardExpand all lines: packages/google-cloud-logging/google/cloud/logging_v2/services/config_service_v2/async_client.py+276-309Lines changed: 276 additions & 309 deletions
Large diffs are not rendered by default.
Collapse file
packages/google-cloud-logging/google/cloud/logging_v2/services/config_service_v2/client.py
Copy file name to clipboardExpand all lines: packages/google-cloud-logging/google/cloud/logging_v2/services/config_service_v2/client.py+130-170Lines changed: 130 additions & 170 deletions
Large diffs are not rendered by default.
Collapse file
packages/google-cloud-logging/google/cloud/logging_v2/services/config_service_v2/pagers.py
Copy file name to clipboardExpand all lines: packages/google-cloud-logging/google/cloud/logging_v2/services/config_service_v2/pagers.py+143-10Lines changed: 143 additions & 10 deletions
Large diffs are not rendered by default.
Collapse file
packages/google-cloud-logging/google/cloud/logging_v2/services/config_service_v2/transports/base.py
Copy file name to clipboardExpand all lines: packages/google-cloud-logging/google/cloud/logging_v2/services/config_service_v2/transports/base.py+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
90 | 90 | |
91 | 91 | |
92 | 92 | |
| 93 | + |
| 94 | + |
93 | 95 | |
94 | 96 | |
95 | 97 | |
| ||
102 | 104 | |
103 | 105 | |
104 | 106 | |
105 | | - |
| 107 | + |
106 | 108 | |
107 | 109 | |
108 | 110 | |
|
Collapse file
packages/google-cloud-logging/google/cloud/logging_v2/services/config_service_v2/transports/grpc.py
Copy file name to clipboardExpand all lines: packages/google-cloud-logging/google/cloud/logging_v2/services/config_service_v2/transports/grpc.py+17-11Lines changed: 17 additions & 11 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
53 | 53 | |
54 | 54 | |
55 | 55 | |
56 | | - |
| 56 | + |
57 | 57 | |
58 | 58 | |
59 | 59 | |
| ||
73 | 73 | |
74 | 74 | |
75 | 75 | |
76 | | - |
| 76 | + |
77 | 77 | |
78 | 78 | |
79 | | - |
| 79 | + |
80 | 80 | |
81 | | - |
82 | | - |
83 | | - |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
84 | 87 | |
85 | 88 | |
86 | 89 | |
| ||
90 | 93 | |
91 | 94 | |
92 | 95 | |
93 | | - |
| 96 | + |
94 | 97 | |
95 | 98 | |
96 | 99 | |
97 | | - |
| 100 | + |
98 | 101 | |
99 | 102 | |
100 | 103 | |
| ||
121 | 124 | |
122 | 125 | |
123 | 126 | |
124 | | - |
| 127 | + |
125 | 128 | |
126 | | - |
| 129 | + |
| 130 | + |
127 | 131 | |
128 | 132 | |
129 | 133 | |
| ||
162 | 166 | |
163 | 167 | |
164 | 168 | |
165 | | - |
| 169 | + |
| 170 | + |
| 171 | + |
166 | 172 | |
167 | 173 | |
168 | 174 | |
|
0 commit comments