This repository was archived by the owner on Mar 15, 2025. It is now read-only.
Commit 0bd530d
authored
feat: enable "rest" transport in Python for services supporting numeric enums (#205)
* feat: enable "rest" transport in Python for services supporting numeric enums
PiperOrigin-RevId: 508143576
Source-Link: googleapis/googleapis@7a702a9
Source-Link: googleapis/googleapis-gen@6ad1279
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmFkMTI3OWMwZTdhYTc4N2FjNmI2NmM5ZmQ0YTIxMDY5MmVkZmZjZCJ9
* 🦉 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 76fdb6b commit 0bd530dCopy full SHA for 0bd530d
File tree
Expand file treeCollapse file tree
5 files changed
+3497
-106
lines changedOpen diff view settings
Filter options
- google/cloud/orgpolicy_v2
- services/org_policy
- transports
- tests/unit/gapic/orgpolicy_v2
Expand file treeCollapse file tree
5 files changed
+3497
-106
lines changedOpen diff view settings
Collapse file
google/cloud/orgpolicy_v2/gapic_metadata.json
Copy file name to clipboardExpand all lines: google/cloud/orgpolicy_v2/gapic_metadata.json+40Lines changed: 40 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
86 | 86 | |
87 | 87 | |
88 | 88 | |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
89 | 129 | |
90 | 130 | |
91 | 131 | |
|
Collapse file
google/cloud/orgpolicy_v2/services/org_policy/client.py
Copy file name to clipboardExpand all lines: google/cloud/orgpolicy_v2/services/org_policy/client.py+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
52 | 52 | |
53 | 53 | |
54 | 54 | |
| 55 | + |
55 | 56 | |
56 | 57 | |
57 | 58 | |
| ||
65 | 66 | |
66 | 67 | |
67 | 68 | |
| 69 | + |
68 | 70 | |
69 | 71 | |
70 | 72 | |
|
Collapse file
google/cloud/orgpolicy_v2/services/org_policy/transports/__init__.py
Copy file name to clipboardExpand all lines: google/cloud/orgpolicy_v2/services/org_policy/transports/__init__.py+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
| 22 | + |
| 23 | + |
22 | 24 | |
23 | 25 | |
24 | 26 | |
25 | 27 | |
26 | 28 | |
27 | 29 | |
| 30 | + |
28 | 31 | |
29 | 32 | |
30 | 33 | |
31 | 34 | |
32 | 35 | |
| 36 | + |
| 37 | + |
33 | 38 | |
0 commit comments