Skip to content

Commit 987e4ab

Browse files
feat(all): auto-regenerate discovery clients (#3219)
1 parent 9f7dd0d commit 987e4ab

15 files changed

Lines changed: 1646 additions & 18 deletions

adsenseplatform/v1alpha/adsenseplatform-api.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,8 @@
203203
"$ref": "PlatformChildSite"
204204
},
205205
"scopes": [
206-
"https://www.googleapis.com/auth/adsense"
206+
"https://www.googleapis.com/auth/adsense",
207+
"https://www.googleapis.com/auth/adsense.readonly"
207208
]
208209
},
209210
"list": {
@@ -305,7 +306,8 @@
305306
"$ref": "PlatformGroup"
306307
},
307308
"scopes": [
308-
"https://www.googleapis.com/auth/adsense"
309+
"https://www.googleapis.com/auth/adsense",
310+
"https://www.googleapis.com/auth/adsense.readonly"
309311
]
310312
},
311313
"list": {
@@ -689,7 +691,7 @@
689691
}
690692
}
691693
},
692-
"revision": "20250623",
694+
"revision": "20250702",
693695
"rootUrl": "https://adsenseplatform.googleapis.com/",
694696
"schemas": {
695697
"Account": {

cloudasset/v1/cloudasset-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@
10951095
}
10961096
}
10971097
},
1098-
"revision": "20250307",
1098+
"revision": "20250627",
10991099
"rootUrl": "https://cloudasset.googleapis.com/",
11001100
"schemas": {
11011101
"AccessSelector": {
@@ -1485,7 +1485,7 @@
14851485
"type": "string"
14861486
},
14871487
"force": {
1488-
"description": "If the destination table already exists and this flag is `TRUE`, the table will be overwritten by the contents of assets snapshot. If the flag is `FALSE` or unset and the destination table already exists, the export call returns an INVALID_ARGUMEMT error.",
1488+
"description": "If the destination table already exists and this flag is `TRUE`, the table will be overwritten by the contents of assets snapshot. If the flag is `FALSE` or unset and the destination table already exists, the export call returns an INVALID_ARGUMENT error.",
14891489
"type": "boolean"
14901490
},
14911491
"partitionSpec": {

cloudasset/v1/cloudasset-gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudasset/v1p7beta1/cloudasset-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
}
168168
}
169169
},
170-
"revision": "20250307",
170+
"revision": "20250627",
171171
"rootUrl": "https://cloudasset.googleapis.com/",
172172
"schemas": {
173173
"AnalyzeIamPolicyLongrunningMetadata": {
@@ -349,7 +349,7 @@
349349
"type": "string"
350350
},
351351
"force": {
352-
"description": "If the destination table already exists and this flag is `TRUE`, the table will be overwritten by the contents of assets snapshot. If the flag is `FALSE` or unset and the destination table already exists, the export call returns an INVALID_ARGUMEMT error.",
352+
"description": "If the destination table already exists and this flag is `TRUE`, the table will be overwritten by the contents of assets snapshot. If the flag is `FALSE` or unset and the destination table already exists, the export call returns an INVALID_ARGUMENT error.",
353353
"type": "boolean"
354354
},
355355
"partitionSpec": {

cloudasset/v1p7beta1/cloudasset-gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

policysimulator/v1/policysimulator-api.json

Lines changed: 100 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,39 @@
109109
"resources": {
110110
"locations": {
111111
"resources": {
112+
"accessPolicySimulations": {
113+
"resources": {
114+
"operations": {
115+
"methods": {
116+
"get": {
117+
"description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
118+
"flatPath": "v1/folders/{foldersId}/locations/{locationsId}/accessPolicySimulations/{accessPolicySimulationsId}/operations/{operationsId}",
119+
"httpMethod": "GET",
120+
"id": "policysimulator.folders.locations.accessPolicySimulations.operations.get",
121+
"parameterOrder": [
122+
"name"
123+
],
124+
"parameters": {
125+
"name": {
126+
"description": "The name of the operation resource.",
127+
"location": "path",
128+
"pattern": "^folders/[^/]+/locations/[^/]+/accessPolicySimulations/[^/]+/operations/.*$",
129+
"required": true,
130+
"type": "string"
131+
}
132+
},
133+
"path": "v1/{+name}",
134+
"response": {
135+
"$ref": "GoogleLongrunningOperation"
136+
},
137+
"scopes": [
138+
"https://www.googleapis.com/auth/cloud-platform"
139+
]
140+
}
141+
}
142+
}
143+
}
144+
},
112145
"orgPolicyViolationsPreviews": {
113146
"resources": {
114147
"operations": {
@@ -389,6 +422,39 @@
389422
"resources": {
390423
"locations": {
391424
"resources": {
425+
"accessPolicySimulations": {
426+
"resources": {
427+
"operations": {
428+
"methods": {
429+
"get": {
430+
"description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
431+
"flatPath": "v1/organizations/{organizationsId}/locations/{locationsId}/accessPolicySimulations/{accessPolicySimulationsId}/operations/{operationsId}",
432+
"httpMethod": "GET",
433+
"id": "policysimulator.organizations.locations.accessPolicySimulations.operations.get",
434+
"parameterOrder": [
435+
"name"
436+
],
437+
"parameters": {
438+
"name": {
439+
"description": "The name of the operation resource.",
440+
"location": "path",
441+
"pattern": "^organizations/[^/]+/locations/[^/]+/accessPolicySimulations/[^/]+/operations/.*$",
442+
"required": true,
443+
"type": "string"
444+
}
445+
},
446+
"path": "v1/{+name}",
447+
"response": {
448+
"$ref": "GoogleLongrunningOperation"
449+
},
450+
"scopes": [
451+
"https://www.googleapis.com/auth/cloud-platform"
452+
]
453+
}
454+
}
455+
}
456+
}
457+
},
392458
"orgPolicyViolationsPreviews": {
393459
"methods": {
394460
"create": {
@@ -735,6 +801,39 @@
735801
"resources": {
736802
"locations": {
737803
"resources": {
804+
"accessPolicySimulations": {
805+
"resources": {
806+
"operations": {
807+
"methods": {
808+
"get": {
809+
"description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
810+
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/accessPolicySimulations/{accessPolicySimulationsId}/operations/{operationsId}",
811+
"httpMethod": "GET",
812+
"id": "policysimulator.projects.locations.accessPolicySimulations.operations.get",
813+
"parameterOrder": [
814+
"name"
815+
],
816+
"parameters": {
817+
"name": {
818+
"description": "The name of the operation resource.",
819+
"location": "path",
820+
"pattern": "^projects/[^/]+/locations/[^/]+/accessPolicySimulations/[^/]+/operations/.*$",
821+
"required": true,
822+
"type": "string"
823+
}
824+
},
825+
"path": "v1/{+name}",
826+
"response": {
827+
"$ref": "GoogleLongrunningOperation"
828+
},
829+
"scopes": [
830+
"https://www.googleapis.com/auth/cloud-platform"
831+
]
832+
}
833+
}
834+
}
835+
}
836+
},
738837
"orgPolicyViolationsPreviews": {
739838
"resources": {
740839
"operations": {
@@ -942,7 +1041,7 @@
9421041
}
9431042
}
9441043
},
945-
"revision": "20250614",
1044+
"revision": "20250626",
9461045
"rootUrl": "https://policysimulator.googleapis.com/",
9471046
"schemas": {
9481047
"GoogleCloudOrgpolicyV2AlternatePolicySpec": {

0 commit comments

Comments
 (0)