Skip to content

Commit 580c65f

Browse files
feat(all): auto-regenerate discovery clients (#3340)
1 parent d1ef976 commit 580c65f

File tree

56 files changed

+82233
-47634
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+82233
-47634
lines changed

apigateway/v1beta/apigateway-api.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,6 +1072,11 @@
10721072
"description": "The standard list page token.",
10731073
"location": "query",
10741074
"type": "string"
1075+
},
1076+
"returnPartialSuccess": {
1077+
"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.",
1078+
"location": "query",
1079+
"type": "boolean"
10751080
}
10761081
},
10771082
"path": "v1beta/{+name}/operations",
@@ -1089,7 +1094,7 @@
10891094
}
10901095
}
10911096
},
1092-
"revision": "20250910",
1097+
"revision": "20251001",
10931098
"rootUrl": "https://apigateway.googleapis.com/",
10941099
"schemas": {
10951100
"ApigatewayApi": {
@@ -1584,6 +1589,13 @@
15841589
"$ref": "ApigatewayOperation"
15851590
},
15861591
"type": "array"
1592+
},
1593+
"unreachable": {
1594+
"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.",
1595+
"items": {
1596+
"type": "string"
1597+
},
1598+
"type": "array"
15871599
}
15881600
},
15891601
"type": "object"

apigateway/v1beta/apigateway-gen.go

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assuredworkloads/v1/assuredworkloads-api.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,11 @@
167167
"description": "The standard list page token.",
168168
"location": "query",
169169
"type": "string"
170+
},
171+
"returnPartialSuccess": {
172+
"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.",
173+
"location": "query",
174+
"type": "boolean"
170175
}
171176
},
172177
"path": "v1/{+name}/operations",
@@ -684,7 +689,7 @@
684689
}
685690
}
686691
},
687-
"revision": "20250626",
692+
"revision": "20251002",
688693
"rootUrl": "https://assuredworkloads.googleapis.com/",
689694
"schemas": {
690695
"GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest": {
@@ -2132,6 +2137,13 @@
21322137
"$ref": "GoogleLongrunningOperation"
21332138
},
21342139
"type": "array"
2140+
},
2141+
"unreachable": {
2142+
"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.",
2143+
"items": {
2144+
"type": "string"
2145+
},
2146+
"type": "array"
21352147
}
21362148
},
21372149
"type": "object"

assuredworkloads/v1/assuredworkloads-gen.go

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assuredworkloads/v1beta1/assuredworkloads-api.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,11 @@
167167
"description": "The standard list page token.",
168168
"location": "query",
169169
"type": "string"
170+
},
171+
"returnPartialSuccess": {
172+
"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.",
173+
"location": "query",
174+
"type": "boolean"
170175
}
171176
},
172177
"path": "v1beta1/{+name}/operations",
@@ -656,7 +661,7 @@
656661
}
657662
}
658663
},
659-
"revision": "20250626",
664+
"revision": "20251002",
660665
"rootUrl": "https://assuredworkloads.googleapis.com/",
661666
"schemas": {
662667
"GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest": {
@@ -2170,6 +2175,13 @@
21702175
"$ref": "GoogleLongrunningOperation"
21712176
},
21722177
"type": "array"
2178+
},
2179+
"unreachable": {
2180+
"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.",
2181+
"items": {
2182+
"type": "string"
2183+
},
2184+
"type": "array"
21732185
}
21742186
},
21752187
"type": "object"

assuredworkloads/v1beta1/assuredworkloads-gen.go

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)