Skip to content

Commit 1532643

Browse files
feat(all): auto-regenerate discovery clients (#3037)
1 parent bfc82dc commit 1532643

File tree

6 files changed

+2327
-164
lines changed

6 files changed

+2327
-164
lines changed

‎migrationcenter/v1alpha1/migrationcenter-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2548,7 +2548,7 @@
25482548
}
25492549
}
25502550
},
2551-
"revision": "20250206",
2551+
"revision": "20250220",
25522552
"rootUrl": "https://migrationcenter.googleapis.com/",
25532553
"schemas": {
25542554
"AddAssetsToGroupRequest": {
@@ -4653,7 +4653,7 @@
46534653
"type": "string"
46544654
},
46554655
"mountPoint": {
4656-
"description": "Mount pount (Linux/Windows) or drive letter (Windows).",
4656+
"description": "Mount point (Linux/Windows) or drive letter (Windows).",
46574657
"type": "string"
46584658
},
46594659
"subPartitions": {
@@ -6514,7 +6514,7 @@
65146514
],
65156515
"enumDescriptions": [
65166516
"Unknown (default value).",
6517-
"Staticly assigned IP.",
6517+
"Statically assigned IP.",
65186518
"Dynamically assigned IP (DHCP)."
65196519
],
65206520
"type": "string"

‎migrationcenter/v1alpha1/migrationcenter-gen.go

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

‎playintegrity/v1/playintegrity-api.json

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
}
171171
}
172172
},
173-
"revision": "20241127",
173+
"revision": "20250223",
174174
"rootUrl": "https://playintegrity.googleapis.com/",
175175
"schemas": {
176176
"AccountActivity": {
@@ -259,48 +259,6 @@
259259
"type": "string"
260260
},
261261
"type": "array"
262-
},
263-
"otherApps": {
264-
"deprecated": true,
265-
"description": "Deprecated: this field will be removed, please use apps_detected instead. App access risk verdict related to apps that are not installed by Google Play, and are not preloaded on the system image by the device manufacturer.",
266-
"enum": [
267-
"UNKNOWN",
268-
"UNEVALUATED",
269-
"NOT_INSTALLED",
270-
"INSTALLED",
271-
"CAPTURING",
272-
"CONTROLLING"
273-
],
274-
"enumDescriptions": [
275-
"Risk type is unknown.",
276-
"App access risk was not evaluated because a requirement was missed, such as the device not being trusted enough.",
277-
"No apps under this field are installed on the device. This is only valid for the other apps field.",
278-
"One or more apps under this field are installed on the device.",
279-
"Apps under this field are running that could be used to read or capture inputs and outputs of the requesting app, such as screen recording apps.",
280-
"Apps under this field are running that could be used to control the device and inputs and outputs of the requesting app, such as remote controlling apps."
281-
],
282-
"type": "string"
283-
},
284-
"playOrSystemApps": {
285-
"deprecated": true,
286-
"description": "Deprecated: this field will be removed, please use apps_detected instead. App access risk verdict related to apps that are not installed by the Google Play Store, and are not preloaded on the system image by the device manufacturer.",
287-
"enum": [
288-
"UNKNOWN",
289-
"UNEVALUATED",
290-
"NOT_INSTALLED",
291-
"INSTALLED",
292-
"CAPTURING",
293-
"CONTROLLING"
294-
],
295-
"enumDescriptions": [
296-
"Risk type is unknown.",
297-
"App access risk was not evaluated because a requirement was missed, such as the device not being trusted enough.",
298-
"No apps under this field are installed on the device. This is only valid for the other apps field.",
299-
"One or more apps under this field are installed on the device.",
300-
"Apps under this field are running that could be used to read or capture inputs and outputs of the requesting app, such as screen recording apps.",
301-
"Apps under this field are running that could be used to control the device and inputs and outputs of the requesting app, such as remote controlling apps."
302-
],
303-
"type": "string"
304262
}
305263
},
306264
"type": "object"

‎playintegrity/v1/playintegrity-gen.go

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

0 commit comments

Comments
 (0)