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 #2494

Merged
merged 1 commit into from
Mar 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 9 additions & 1 deletion alertcenter/v1beta1/alertcenter-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
}
}
},
"revision": "20240129",
"revision": "20240325",
"rootUrl": "https://alertcenter.googleapis.com/",
"schemas": {
"AbuseDetected": {
Expand Down Expand Up @@ -1181,10 +1181,18 @@
"description": "Required for iOS, empty for others.",
"type": "string"
},
"ownerId": {
"description": "Obfuscated ID of the owner of the device",
"type": "string"
},
"resourceId": {
"description": "The device resource ID.",
"type": "string"
},
"ruleAction": {
"description": "Action taken as result of the rule",
"type": "string"
},
"serialNumber": {
"description": "The serial number of the device.",
"type": "string"
Expand Down
6 changes: 6 additions & 0 deletions alertcenter/v1beta1/alertcenter-gen.go

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

16 changes: 11 additions & 5 deletions androidpublisher/v3/androidpublisher-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4731,7 +4731,7 @@
}
}
},
"revision": "20240321",
"revision": "20240327",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down Expand Up @@ -6647,7 +6647,8 @@
"CAN_MANAGE_ORDERS",
"CAN_MANAGE_APP_CONTENT",
"CAN_VIEW_NON_FINANCIAL_DATA",
"CAN_VIEW_APP_QUALITY"
"CAN_VIEW_APP_QUALITY",
"CAN_MANAGE_DEEPLINKS"
],
"enumDeprecated": [
false,
Expand All @@ -6663,6 +6664,7 @@
false,
false,
false,
false,
false
],
"enumDescriptions": [
Expand All @@ -6679,7 +6681,8 @@
"Manage orders and subscriptions.",
"Manage policy related pages.",
"View app information (read-only).",
"View app quality data such as Vitals, Crashes etc."
"View app quality data such as Vitals, Crashes etc.",
"Manage the deep links setup of an app."
],
"type": "string"
},
Expand Down Expand Up @@ -9482,7 +9485,8 @@
"CAN_MANAGE_ORDERS_GLOBAL",
"CAN_MANAGE_APP_CONTENT_GLOBAL",
"CAN_VIEW_NON_FINANCIAL_DATA_GLOBAL",
"CAN_VIEW_APP_QUALITY_GLOBAL"
"CAN_VIEW_APP_QUALITY_GLOBAL",
"CAN_MANAGE_DEEPLINKS_GLOBAL"
],
"enumDeprecated": [
false,
Expand All @@ -9502,6 +9506,7 @@
false,
false,
false,
false,
false
],
"enumDescriptions": [
Expand All @@ -9522,7 +9527,8 @@
"Manage orders and subscriptions.",
"Manage policy related pages on all apps for the developer.",
"View app information and download bulk reports (read-only).",
"View app quality information for all apps for the developer."
"View app quality information for all apps for the developer.",
"Manage the deep links setup for all apps for the developer."
],
"type": "string"
},
Expand Down
3 changes: 3 additions & 0 deletions androidpublisher/v3/androidpublisher-gen.go

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

30 changes: 30 additions & 0 deletions api-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -1351,6 +1351,36 @@
"documentationLink": "https://cloud.google.com/channel",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "cloudcontrolspartner:v1beta",
"name": "cloudcontrolspartner",
"version": "v1beta",
"title": "Cloud Controls Partner API",
"description": "Provides insights about your customers and their Assured Workloads based on your Sovereign Controls by Partners offering.",
"discoveryRestUrl": "https://cloudcontrolspartner.googleapis.com/$discovery/rest?version=v1beta",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/sovereign-controls-by-partners/docs/sovereign-partners/reference/rest",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "cloudcontrolspartner:v1",
"name": "cloudcontrolspartner",
"version": "v1",
"title": "Cloud Controls Partner API",
"description": "Provides insights about your customers and their Assured Workloads based on your Sovereign Controls by Partners offering.",
"discoveryRestUrl": "https://cloudcontrolspartner.googleapis.com/$discovery/rest?version=v1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/sovereign-controls-by-partners/docs/sovereign-partners/reference/rest",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "clouddeploy:v1",
Expand Down
14 changes: 9 additions & 5 deletions assuredworkloads/v1/assuredworkloads-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@
}
}
},
"revision": "20240315",
"revision": "20240322",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest": {
Expand Down Expand Up @@ -696,7 +696,8 @@
"IL5",
"IL2",
"JP_REGIONS_AND_SUPPORT",
"KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS"
"KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS",
"FREE_REGIONS"
],
"enumDescriptions": [
"Unknown compliance regime.",
Expand All @@ -718,7 +719,8 @@
"Information protection as per DoD IL5 requirements.",
"Information protection as per DoD IL2 requirements.",
"Assured Workloads for Japan Regions",
"KSA R5 Controls."
"KSA R5 Controls.",
"Assured Workloads Free Regions"
],
"type": "string"
},
Expand Down Expand Up @@ -1175,7 +1177,8 @@
"IL5",
"IL2",
"JP_REGIONS_AND_SUPPORT",
"KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS"
"KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS",
"FREE_REGIONS"
],
"enumDescriptions": [
"Unknown compliance regime.",
Expand All @@ -1197,7 +1200,8 @@
"Information protection as per DoD IL5 requirements.",
"Information protection as per DoD IL2 requirements.",
"Assured Workloads for Japan Regions",
"KSA R5 Controls."
"KSA R5 Controls.",
"Assured Workloads Free Regions"
],
"type": "string"
},
Expand Down
2 changes: 2 additions & 0 deletions assuredworkloads/v1/assuredworkloads-gen.go

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

14 changes: 9 additions & 5 deletions assuredworkloads/v1beta1/assuredworkloads-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@
}
}
},
"revision": "20240315",
"revision": "20240322",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest": {
Expand Down Expand Up @@ -668,7 +668,8 @@
"IL5",
"IL2",
"JP_REGIONS_AND_SUPPORT",
"KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS"
"KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS",
"FREE_REGIONS"
],
"enumDescriptions": [
"Unknown compliance regime.",
Expand All @@ -690,7 +691,8 @@
"Information protection as per DoD IL5 requirements.",
"Information protection as per DoD IL2 requirements.",
"Assured Workloads for Japan Regions",
"KSA R5 Controls."
"KSA R5 Controls.",
"Assured Workloads Free Regions"
],
"type": "string"
},
Expand Down Expand Up @@ -1139,7 +1141,8 @@
"IL5",
"IL2",
"JP_REGIONS_AND_SUPPORT",
"KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS"
"KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS",
"FREE_REGIONS"
],
"enumDescriptions": [
"Unknown compliance regime.",
Expand All @@ -1161,7 +1164,8 @@
"Information protection as per DoD IL5 requirements.",
"Information protection as per DoD IL2 requirements.",
"Assured Workloads for Japan Regions",
"KSA R5 Controls."
"KSA R5 Controls.",
"Assured Workloads Free Regions"
],
"type": "string"
},
Expand Down
2 changes: 2 additions & 0 deletions assuredworkloads/v1beta1/assuredworkloads-gen.go

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