Skip to content

Commit 8defd20

Browse files
yoshi-automationfeywind
authored andcommitted
feat(policysimulator): update the API
#### policysimulator:v1alpha The following keys were added: - resources.folders.resources.locations.resources.replays.resources.operations.methods.list.parameters.returnPartialSuccess.description - resources.folders.resources.locations.resources.replays.resources.operations.methods.list.parameters.returnPartialSuccess.location - resources.folders.resources.locations.resources.replays.resources.operations.methods.list.parameters.returnPartialSuccess.type - resources.operations.methods.list.parameters.returnPartialSuccess.description - resources.operations.methods.list.parameters.returnPartialSuccess.location - resources.operations.methods.list.parameters.returnPartialSuccess.type - resources.organizations.resources.locations.resources.replays.resources.operations.methods.list.parameters.returnPartialSuccess.description - resources.organizations.resources.locations.resources.replays.resources.operations.methods.list.parameters.returnPartialSuccess.location - resources.organizations.resources.locations.resources.replays.resources.operations.methods.list.parameters.returnPartialSuccess.type - resources.projects.resources.locations.resources.replays.resources.operations.methods.list.parameters.returnPartialSuccess.description - resources.projects.resources.locations.resources.replays.resources.operations.methods.list.parameters.returnPartialSuccess.location - resources.projects.resources.locations.resources.replays.resources.operations.methods.list.parameters.returnPartialSuccess.type - schemas.GoogleLongrunningListOperationsResponse.properties.unreachable.description - schemas.GoogleLongrunningListOperationsResponse.properties.unreachable.items.type - schemas.GoogleLongrunningListOperationsResponse.properties.unreachable.type #### policysimulator:v1beta The following keys were added: - resources.folders.resources.locations.resources.replays.resources.operations.methods.list.parameters.returnPartialSuccess.description - resources.folders.resources.locations.resources.replays.resources.operations.methods.list.parameters.returnPartialSuccess.location - resources.folders.resources.locations.resources.replays.resources.operations.methods.list.parameters.returnPartialSuccess.type - resources.operations.methods.list.parameters.returnPartialSuccess.description - resources.operations.methods.list.parameters.returnPartialSuccess.location - resources.operations.methods.list.parameters.returnPartialSuccess.type - resources.organizations.resources.locations.resources.replays.resources.operations.methods.list.parameters.returnPartialSuccess.description - resources.organizations.resources.locations.resources.replays.resources.operations.methods.list.parameters.returnPartialSuccess.location - resources.organizations.resources.locations.resources.replays.resources.operations.methods.list.parameters.returnPartialSuccess.type - resources.projects.resources.locations.resources.replays.resources.operations.methods.list.parameters.returnPartialSuccess.description - resources.projects.resources.locations.resources.replays.resources.operations.methods.list.parameters.returnPartialSuccess.location - resources.projects.resources.locations.resources.replays.resources.operations.methods.list.parameters.returnPartialSuccess.type - schemas.GoogleLongrunningListOperationsResponse.properties.unreachable.description - schemas.GoogleLongrunningListOperationsResponse.properties.unreachable.items.type - schemas.GoogleLongrunningListOperationsResponse.properties.unreachable.type #### policysimulator:v1 The following keys were added: - resources.folders.resources.locations.resources.replays.resources.operations.methods.list.parameters.returnPartialSuccess.description - resources.folders.resources.locations.resources.replays.resources.operations.methods.list.parameters.returnPartialSuccess.location - resources.folders.resources.locations.resources.replays.resources.operations.methods.list.parameters.returnPartialSuccess.type - resources.operations.methods.list.parameters.returnPartialSuccess.description - resources.operations.methods.list.parameters.returnPartialSuccess.location - resources.operations.methods.list.parameters.returnPartialSuccess.type - resources.organizations.resources.locations.resources.replays.resources.operations.methods.list.parameters.returnPartialSuccess.description - resources.organizations.resources.locations.resources.replays.resources.operations.methods.list.parameters.returnPartialSuccess.location - resources.organizations.resources.locations.resources.replays.resources.operations.methods.list.parameters.returnPartialSuccess.type - resources.projects.resources.locations.resources.replays.resources.operations.methods.list.parameters.returnPartialSuccess.description - resources.projects.resources.locations.resources.replays.resources.operations.methods.list.parameters.returnPartialSuccess.location - resources.projects.resources.locations.resources.replays.resources.operations.methods.list.parameters.returnPartialSuccess.type - schemas.GoogleLongrunningListOperationsResponse.properties.unreachable.description - schemas.GoogleLongrunningListOperationsResponse.properties.unreachable.items.type - schemas.GoogleLongrunningListOperationsResponse.properties.unreachable.type
1 parent db4cbcf commit 8defd20

File tree

4 files changed

+120
-7
lines changed

4 files changed

+120
-7
lines changed

discovery/policysimulator-v1.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,11 @@
290290
"description": "The standard list page token.",
291291
"location": "query",
292292
"type": "string"
293+
},
294+
"returnPartialSuccess": {
295+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
296+
"location": "query",
297+
"type": "boolean"
293298
}
294299
},
295300
"path": "v1/{+name}",
@@ -406,6 +411,11 @@
406411
"description": "The standard list page token.",
407412
"location": "query",
408413
"type": "string"
414+
},
415+
"returnPartialSuccess": {
416+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
417+
"location": "query",
418+
"type": "boolean"
409419
}
410420
},
411421
"path": "v1/{+name}",
@@ -739,6 +749,11 @@
739749
"description": "The standard list page token.",
740750
"location": "query",
741751
"type": "string"
752+
},
753+
"returnPartialSuccess": {
754+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
755+
"location": "query",
756+
"type": "boolean"
742757
}
743758
},
744759
"path": "v1/{+name}",
@@ -982,6 +997,11 @@
982997
"description": "The standard list page token.",
983998
"location": "query",
984999
"type": "string"
1000+
},
1001+
"returnPartialSuccess": {
1002+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
1003+
"location": "query",
1004+
"type": "boolean"
9851005
}
9861006
},
9871007
"path": "v1/{+name}",
@@ -1041,7 +1061,7 @@
10411061
}
10421062
}
10431063
},
1044-
"revision": "20250815",
1064+
"revision": "20251002",
10451065
"rootUrl": "https://policysimulator.googleapis.com/",
10461066
"schemas": {
10471067
"GoogleCloudOrgpolicyV2AlternatePolicySpec": {
@@ -2286,6 +2306,13 @@
22862306
"$ref": "GoogleLongrunningOperation"
22872307
},
22882308
"type": "array"
2309+
},
2310+
"unreachable": {
2311+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
2312+
"items": {
2313+
"type": "string"
2314+
},
2315+
"type": "array"
22892316
}
22902317
},
22912318
"type": "object"

discovery/policysimulator-v1alpha.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,11 @@
235235
"description": "The standard list page token.",
236236
"location": "query",
237237
"type": "string"
238+
},
239+
"returnPartialSuccess": {
240+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
241+
"location": "query",
242+
"type": "boolean"
238243
}
239244
},
240245
"path": "v1alpha/{+name}",
@@ -311,6 +316,11 @@
311316
"description": "The standard list page token.",
312317
"location": "query",
313318
"type": "string"
319+
},
320+
"returnPartialSuccess": {
321+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
322+
"location": "query",
323+
"type": "boolean"
314324
}
315325
},
316326
"path": "v1alpha/{+name}",
@@ -453,6 +463,11 @@
453463
"description": "The standard list page token.",
454464
"location": "query",
455465
"type": "string"
466+
},
467+
"returnPartialSuccess": {
468+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
469+
"location": "query",
470+
"type": "boolean"
456471
}
457472
},
458473
"path": "v1alpha/{+name}",
@@ -601,6 +616,11 @@
601616
"description": "The standard list page token.",
602617
"location": "query",
603618
"type": "string"
619+
},
620+
"returnPartialSuccess": {
621+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
622+
"location": "query",
623+
"type": "boolean"
604624
}
605625
},
606626
"path": "v1alpha/{+name}",
@@ -620,7 +640,7 @@
620640
}
621641
}
622642
},
623-
"revision": "20250815",
643+
"revision": "20251002",
624644
"rootUrl": "https://policysimulator.googleapis.com/",
625645
"schemas": {
626646
"GoogleCloudOrgpolicyV2AlternatePolicySpec": {
@@ -1304,6 +1324,13 @@
13041324
"$ref": "GoogleLongrunningOperation"
13051325
},
13061326
"type": "array"
1327+
},
1328+
"unreachable": {
1329+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
1330+
"items": {
1331+
"type": "string"
1332+
},
1333+
"type": "array"
13071334
}
13081335
},
13091336
"type": "object"

discovery/policysimulator-v1beta.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,11 @@
326326
"description": "The standard list page token.",
327327
"location": "query",
328328
"type": "string"
329+
},
330+
"returnPartialSuccess": {
331+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
332+
"location": "query",
333+
"type": "boolean"
329334
}
330335
},
331336
"path": "v1beta/{+name}",
@@ -442,6 +447,11 @@
442447
"description": "The standard list page token.",
443448
"location": "query",
444449
"type": "string"
450+
},
451+
"returnPartialSuccess": {
452+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
453+
"location": "query",
454+
"type": "boolean"
445455
}
446456
},
447457
"path": "v1beta/{+name}",
@@ -839,6 +849,11 @@
839849
"description": "The standard list page token.",
840850
"location": "query",
841851
"type": "string"
852+
},
853+
"returnPartialSuccess": {
854+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
855+
"location": "query",
856+
"type": "boolean"
842857
}
843858
},
844859
"path": "v1beta/{+name}",
@@ -1118,6 +1133,11 @@
11181133
"description": "The standard list page token.",
11191134
"location": "query",
11201135
"type": "string"
1136+
},
1137+
"returnPartialSuccess": {
1138+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
1139+
"location": "query",
1140+
"type": "boolean"
11211141
}
11221142
},
11231143
"path": "v1beta/{+name}",
@@ -1177,7 +1197,7 @@
11771197
}
11781198
}
11791199
},
1180-
"revision": "20250815",
1200+
"revision": "20251002",
11811201
"rootUrl": "https://policysimulator.googleapis.com/",
11821202
"schemas": {
11831203
"GoogleCloudOrgpolicyV2AlternatePolicySpec": {
@@ -2393,6 +2413,13 @@
23932413
"$ref": "GoogleLongrunningOperation"
23942414
},
23952415
"type": "array"
2416+
},
2417+
"unreachable": {
2418+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
2419+
"items": {
2420+
"type": "string"
2421+
},
2422+
"type": "array"
23962423
}
23972424
},
23982425
"type": "object"

0 commit comments

Comments
 (0)