Commit ac594a0
authored
feat: regenerate asset w/ dependencies using generator v1.32.0 (#17153)
Updates post processing to account for dropping support for Python 3.7,
3.8, 3.9 and impacts that has on using 3.10 for lower bounds testing.
Adds `google-cloud-org-policy` to `post-processing` for insertion into
`google-cloud-asset` files:
* `setup.py`
* `constraints-3.10.txt`
`google-cloud-asset` was failing to regenerate successfully due to
missing dependency on org-policy.
Partially corrects #17152 🦕1 parent 01d3127 commit ac594a0Copy full SHA for ac594a0
18 files changed
+154-254Lines changed: 154 additions & 254 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- .librarian/generator-input/client-post-processing
- packages/google-cloud-asset
- docs
- google/cloud
- asset_v1p1beta1
- asset_v1p2beta1
- asset_v1p5beta1
- asset_v1
- services/asset_service
- samples/generated_samples
- testing
- tests/unit/gapic
- asset_v1p1beta1
- asset_v1p2beta1
- asset_v1p5beta1
- asset_v1
Expand file treeCollapse file tree
Open diff view settings
Collapse file
.librarian/generator-input/client-post-processing/asset-integration.yaml
Copy file name to clipboard+47Lines changed: 47 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
Collapse file
-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
391 | 391 | |
392 | 392 | |
393 | 393 | |
394 | | - |
395 | 394 | |
396 | 395 | |
397 | 396 | |
|
Collapse file
packages/google-cloud-asset/docs/conf.py
Copy file name to clipboardExpand all lines: packages/google-cloud-asset/docs/conf.py+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
| 2 | + |
3 | 3 | |
4 | 4 | |
5 | 5 | |
| ||
83 | 83 | |
84 | 84 | |
85 | 85 | |
86 | | - |
| 86 | + |
87 | 87 | |
88 | 88 | |
89 | 89 | |
|
Collapse file
packages/google-cloud-asset/google/cloud/asset_v1/__init__.py
Copy file name to clipboardExpand all lines: packages/google-cloud-asset/google/cloud/asset_v1/__init__.py+4-21Lines changed: 4 additions & 21 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
| 2 | + |
3 | 3 | |
4 | 4 | |
5 | 5 | |
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
| 24 | + |
31 | 25 | |
32 | 26 | |
33 | 27 | |
| ||
125 | 119 | |
126 | 120 | |
127 | 121 | |
128 | | - |
129 | 122 | |
130 | 123 | |
131 | 124 | |
132 | 125 | |
133 | | - |
| 126 | + |
134 | 127 | |
135 | 128 | |
136 | 129 | |
137 | 130 | |
138 | 131 | |
139 | | - |
140 | | - |
141 | | - |
142 | | - |
143 | | - |
144 | | - |
145 | | - |
146 | | - |
147 | | - |
148 | | - |
149 | | - |
| 132 | + |
150 | 133 | |
151 | 134 | |
152 | 135 | |
|
Collapse file
packages/google-cloud-asset/google/cloud/asset_v1/services/asset_service/async_client.py
Copy file name to clipboardExpand all lines: packages/google-cloud-asset/google/cloud/asset_v1/services/asset_service/async_client.py+5-5Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
| 2 | + |
3 | 3 | |
4 | 4 | |
5 | 5 | |
| ||
358 | 358 | |
359 | 359 | |
360 | 360 | |
361 | | - |
| 361 | + |
362 | 362 | |
363 | 363 | |
364 | 364 | |
365 | | - |
| 365 | + |
366 | 366 | |
367 | 367 | |
368 | 368 | |
| ||
1849 | 1849 | |
1850 | 1850 | |
1851 | 1851 | |
1852 | | - |
| 1852 | + |
1853 | 1853 | |
1854 | 1854 | |
1855 | 1855 | |
1856 | | - |
| 1856 | + |
1857 | 1857 | |
1858 | 1858 | |
1859 | 1859 | |
|
Collapse file
packages/google-cloud-asset/google/cloud/asset_v1p1beta1/__init__.py
Copy file name to clipboardExpand all lines: packages/google-cloud-asset/google/cloud/asset_v1p1beta1/__init__.py+4-21Lines changed: 4 additions & 21 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
| 2 | + |
3 | 3 | |
4 | 4 | |
5 | 5 | |
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
| 24 | + |
31 | 25 | |
32 | 26 | |
33 | 27 | |
| ||
47 | 41 | |
48 | 42 | |
49 | 43 | |
50 | | - |
51 | 44 | |
52 | 45 | |
53 | 46 | |
54 | 47 | |
55 | | - |
| 48 | + |
56 | 49 | |
57 | 50 | |
58 | 51 | |
59 | 52 | |
60 | 53 | |
61 | | - |
62 | | - |
63 | | - |
64 | | - |
65 | | - |
66 | | - |
67 | | - |
68 | | - |
69 | | - |
70 | | - |
71 | | - |
| 54 | + |
72 | 55 | |
73 | 56 | |
74 | 57 | |
|
Collapse file
packages/google-cloud-asset/google/cloud/asset_v1p2beta1/__init__.py
Copy file name to clipboardExpand all lines: packages/google-cloud-asset/google/cloud/asset_v1p2beta1/__init__.py+4-21Lines changed: 4 additions & 21 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
| 2 | + |
3 | 3 | |
4 | 4 | |
5 | 5 | |
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
| 24 | + |
31 | 25 | |
32 | 26 | |
33 | 27 | |
| ||
57 | 51 | |
58 | 52 | |
59 | 53 | |
60 | | - |
61 | 54 | |
62 | 55 | |
63 | 56 | |
64 | 57 | |
65 | | - |
| 58 | + |
66 | 59 | |
67 | 60 | |
68 | 61 | |
69 | 62 | |
70 | 63 | |
71 | | - |
72 | | - |
73 | | - |
74 | | - |
75 | | - |
76 | | - |
77 | | - |
78 | | - |
79 | | - |
80 | | - |
81 | | - |
| 64 | + |
82 | 65 | |
83 | 66 | |
84 | 67 | |
|
Collapse file
packages/google-cloud-asset/google/cloud/asset_v1p5beta1/__init__.py
Copy file name to clipboardExpand all lines: packages/google-cloud-asset/google/cloud/asset_v1p5beta1/__init__.py+4-21Lines changed: 4 additions & 21 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
| 2 | + |
3 | 3 | |
4 | 4 | |
5 | 5 | |
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
| 24 | + |
31 | 25 | |
32 | 26 | |
33 | 27 | |
| ||
42 | 36 | |
43 | 37 | |
44 | 38 | |
45 | | - |
46 | 39 | |
47 | 40 | |
48 | 41 | |
49 | 42 | |
50 | | - |
| 43 | + |
51 | 44 | |
52 | 45 | |
53 | 46 | |
54 | 47 | |
55 | 48 | |
56 | | - |
57 | | - |
58 | | - |
59 | | - |
60 | | - |
61 | | - |
62 | | - |
63 | | - |
64 | | - |
65 | | - |
66 | | - |
| 49 | + |
67 | 50 | |
68 | 51 | |
69 | 52 | |
|
Collapse file
packages/google-cloud-asset/noxfile.py
Copy file name to clipboardExpand all lines: packages/google-cloud-asset/noxfile.py+1-3Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
| 2 | + |
3 | 3 | |
4 | 4 | |
5 | 5 | |
| ||
31 | 31 | |
32 | 32 | |
33 | 33 | |
34 | | - |
35 | 34 | |
36 | 35 | |
37 | 36 | |
| ||
390 | 389 | |
391 | 390 | |
392 | 391 | |
393 | | - |
394 | 392 | |
395 | 393 | |
396 | 394 | |
|
Collapse file
packages/google-cloud-asset/samples/generated_samples/cloudasset_v1_generated_asset_service_analyze_iam_policy_longrunning_async.py
Copy file name to clipboardExpand all lines: packages/google-cloud-asset/samples/generated_samples/cloudasset_v1_generated_asset_service_analyze_iam_policy_longrunning_async.py+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
| 2 | + |
3 | 3 | |
4 | 4 | |
5 | 5 | |
| ||
51 | 51 | |
52 | 52 | |
53 | 53 | |
54 | | - |
| 54 | + |
55 | 55 | |
56 | 56 | |
57 | 57 | |
58 | | - |
| 58 | + |
59 | 59 | |
60 | 60 | |
61 | 61 | |
|
0 commit comments