Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #2659

Merged
merged 1 commit into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat(all): auto-regenerate discovery clients
  • Loading branch information
yoshi-automation committed Jun 28, 2024
commit 472a3e9333379b41cf96ac091a4fdd314f4f02fe
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