Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2659)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jun 28, 2024
1 parent a758bc1 commit 7cd88da
Show file tree
Hide file tree
Showing 26 changed files with 8,060 additions and 4,831 deletions.
8 changes: 5 additions & 3 deletions checks/v1alpha/checks-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@
}
}
},
"revision": "20240424",
"revision": "20240626",
"rootUrl": "https://checks.googleapis.com/",
"schemas": {
"CancelOperationRequest": {
Expand Down Expand Up @@ -674,7 +674,8 @@
"DATA_MONITORING_ENDPOINTS_DENYLIST_VIOLATION",
"DATA_MONITORING_OUTDATED_SDK_VERSION",
"DATA_MONITORING_CRITICAL_SDK_ISSUE",
"PRIVACY_POLICY_DATA_TYPE_SENSITIVE_INFO"
"PRIVACY_POLICY_DATA_TYPE_SENSITIVE_INFO",
"DATA_MONITORING_PII_LOGCAT_LEAK"
],
"enumDescriptions": [
"Not specified.",
Expand Down Expand Up @@ -764,7 +765,8 @@
"Checks if any endpoints were detected that are specified in the denylist.",
"Checks if there are any outdated SDKs.",
"Checks if there are any SDKs with critical issues.",
"Checks if the Sensitive Information data type declaration matches usage."
"Checks if the Sensitive Information data type declaration matches usage.",
"Checks if there were any PII leaked to device logs."
],
"type": "string"
}
Expand Down
2 changes: 2 additions & 0 deletions checks/v1alpha/checks-gen.go

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

8 changes: 5 additions & 3 deletions chromemanagement/v1/chromemanagement-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,7 @@
}
}
},
"revision": "20240602",
"revision": "20240626",
"rootUrl": "https://chromemanagement.googleapis.com/",
"schemas": {
"GoogleChromeManagementV1AndroidAppInfo": {
Expand Down Expand Up @@ -3681,7 +3681,8 @@
"APPLICATION_LAUNCH_SOURCE_INSTALLER",
"APPLICATION_LAUNCH_SOURCE_FIRST_RUN",
"APPLICATION_LAUNCH_SOURCE_WELCOME_TOUR",
"APPLICATION_LAUNCH_SOURCE_FOCUS_MODE"
"APPLICATION_LAUNCH_SOURCE_FOCUS_MODE",
"APPLICATION_LAUNCH_SOURCE_SPARKY"
],
"enumDescriptions": [
"Application launch source unknown.",
Expand Down Expand Up @@ -3724,7 +3725,8 @@
"Application launched from source installer.",
"Count first-run Help app launches separately so that we can understand the number of user-triggered launches.",
"Application launched from welcome tour.",
"Applicationed launched from focus panel."
"Applicationed launched from focus panel.",
"Application launched from experimental feature Sparky."
],
"type": "string"
},
Expand Down
2 changes: 2 additions & 0 deletions chromemanagement/v1/chromemanagement-gen.go

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

526 changes: 516 additions & 10 deletions compute/v0.alpha/compute-api.json

Large diffs are not rendered by default.

410 changes: 390 additions & 20 deletions compute/v0.alpha/compute-gen.go

Large diffs are not rendered by default.

Loading

0 comments on commit 7cd88da

Please sign in to comment.