Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#3037)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Feb 25, 2025
1 parent bfc82dc commit 1532643
Show file tree
Hide file tree
Showing 6 changed files with 2,327 additions and 164 deletions.
6 changes: 3 additions & 3 deletions migrationcenter/v1alpha1/migrationcenter-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,7 @@
}
}
},
"revision": "20250206",
"revision": "20250220",
"rootUrl": "https://migrationcenter.googleapis.com/",
"schemas": {
"AddAssetsToGroupRequest": {
Expand Down Expand Up @@ -4653,7 +4653,7 @@
"type": "string"
},
"mountPoint": {
"description": "Mount pount (Linux/Windows) or drive letter (Windows).",
"description": "Mount point (Linux/Windows) or drive letter (Windows).",
"type": "string"
},
"subPartitions": {
Expand Down Expand Up @@ -6514,7 +6514,7 @@
],
"enumDescriptions": [
"Unknown (default value).",
"Staticly assigned IP.",
"Statically assigned IP.",
"Dynamically assigned IP (DHCP)."
],
"type": "string"
Expand Down
4 changes: 2 additions & 2 deletions migrationcenter/v1alpha1/migrationcenter-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 1 addition & 43 deletions playintegrity/v1/playintegrity-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
}
}
},
"revision": "20241127",
"revision": "20250223",
"rootUrl": "https://playintegrity.googleapis.com/",
"schemas": {
"AccountActivity": {
Expand Down Expand Up @@ -259,48 +259,6 @@
"type": "string"
},
"type": "array"
},
"otherApps": {
"deprecated": true,
"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.",
"enum": [
"UNKNOWN",
"UNEVALUATED",
"NOT_INSTALLED",
"INSTALLED",
"CAPTURING",
"CONTROLLING"
],
"enumDescriptions": [
"Risk type is unknown.",
"App access risk was not evaluated because a requirement was missed, such as the device not being trusted enough.",
"No apps under this field are installed on the device. This is only valid for the other apps field.",
"One or more apps under this field are installed on the device.",
"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.",
"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."
],
"type": "string"
},
"playOrSystemApps": {
"deprecated": true,
"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.",
"enum": [
"UNKNOWN",
"UNEVALUATED",
"NOT_INSTALLED",
"INSTALLED",
"CAPTURING",
"CONTROLLING"
],
"enumDescriptions": [
"Risk type is unknown.",
"App access risk was not evaluated because a requirement was missed, such as the device not being trusted enough.",
"No apps under this field are installed on the device. This is only valid for the other apps field.",
"One or more apps under this field are installed on the device.",
"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.",
"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."
],
"type": "string"
}
},
"type": "object"
Expand Down
40 changes: 0 additions & 40 deletions playintegrity/v1/playintegrity-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1532643

Please sign in to comment.