Skip to content

Commit

Permalink
feat: regenerate index files
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and sofisl committed Aug 30, 2024
1 parent dbdb567 commit 2f2ab88
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
9 changes: 8 additions & 1 deletion discovery/dataportability-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"auth": {
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/dataportability.alerts.subscriptions": {
"description": "Move a copy of the Google Alerts subscriptions you created."
},
"https://www.googleapis.com/auth/dataportability.businessmessaging.conversations": {
"description": "Move a copy of messages between you and the businesses you have conversations with across Google services."
},
Expand Down Expand Up @@ -315,6 +318,7 @@
"$ref": "PortabilityArchiveState"
},
"scopes": [
"https://www.googleapis.com/auth/dataportability.alerts.subscriptions",
"https://www.googleapis.com/auth/dataportability.businessmessaging.conversations",
"https://www.googleapis.com/auth/dataportability.chrome.autofill",
"https://www.googleapis.com/auth/dataportability.chrome.bookmarks",
Expand Down Expand Up @@ -405,6 +409,7 @@
"$ref": "RetryPortabilityArchiveResponse"
},
"scopes": [
"https://www.googleapis.com/auth/dataportability.alerts.subscriptions",
"https://www.googleapis.com/auth/dataportability.businessmessaging.conversations",
"https://www.googleapis.com/auth/dataportability.chrome.autofill",
"https://www.googleapis.com/auth/dataportability.chrome.bookmarks",
Expand Down Expand Up @@ -489,6 +494,7 @@
"$ref": "Empty"
},
"scopes": [
"https://www.googleapis.com/auth/dataportability.alerts.subscriptions",
"https://www.googleapis.com/auth/dataportability.businessmessaging.conversations",
"https://www.googleapis.com/auth/dataportability.chrome.autofill",
"https://www.googleapis.com/auth/dataportability.chrome.bookmarks",
Expand Down Expand Up @@ -573,6 +579,7 @@
"$ref": "InitiatePortabilityArchiveResponse"
},
"scopes": [
"https://www.googleapis.com/auth/dataportability.alerts.subscriptions",
"https://www.googleapis.com/auth/dataportability.businessmessaging.conversations",
"https://www.googleapis.com/auth/dataportability.chrome.autofill",
"https://www.googleapis.com/auth/dataportability.chrome.bookmarks",
Expand Down Expand Up @@ -641,7 +648,7 @@
}
}
},
"revision": "20240430",
"revision": "20240827",
"rootUrl": "https://dataportability.googleapis.com/",
"schemas": {
"Empty": {
Expand Down
9 changes: 8 additions & 1 deletion discovery/dataportability-v1beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"auth": {
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/dataportability.alerts.subscriptions": {
"description": "Move a copy of the Google Alerts subscriptions you created."
},
"https://www.googleapis.com/auth/dataportability.businessmessaging.conversations": {
"description": "Move a copy of messages between you and the businesses you have conversations with across Google services."
},
Expand Down Expand Up @@ -315,6 +318,7 @@
"$ref": "PortabilityArchiveState"
},
"scopes": [
"https://www.googleapis.com/auth/dataportability.alerts.subscriptions",
"https://www.googleapis.com/auth/dataportability.businessmessaging.conversations",
"https://www.googleapis.com/auth/dataportability.chrome.autofill",
"https://www.googleapis.com/auth/dataportability.chrome.bookmarks",
Expand Down Expand Up @@ -405,6 +409,7 @@
"$ref": "RetryPortabilityArchiveResponse"
},
"scopes": [
"https://www.googleapis.com/auth/dataportability.alerts.subscriptions",
"https://www.googleapis.com/auth/dataportability.businessmessaging.conversations",
"https://www.googleapis.com/auth/dataportability.chrome.autofill",
"https://www.googleapis.com/auth/dataportability.chrome.bookmarks",
Expand Down Expand Up @@ -489,6 +494,7 @@
"$ref": "Empty"
},
"scopes": [
"https://www.googleapis.com/auth/dataportability.alerts.subscriptions",
"https://www.googleapis.com/auth/dataportability.businessmessaging.conversations",
"https://www.googleapis.com/auth/dataportability.chrome.autofill",
"https://www.googleapis.com/auth/dataportability.chrome.bookmarks",
Expand Down Expand Up @@ -573,6 +579,7 @@
"$ref": "InitiatePortabilityArchiveResponse"
},
"scopes": [
"https://www.googleapis.com/auth/dataportability.alerts.subscriptions",
"https://www.googleapis.com/auth/dataportability.businessmessaging.conversations",
"https://www.googleapis.com/auth/dataportability.chrome.autofill",
"https://www.googleapis.com/auth/dataportability.chrome.bookmarks",
Expand Down Expand Up @@ -641,7 +648,7 @@
}
}
},
"revision": "20240430",
"revision": "20240827",
"rootUrl": "https://dataportability.googleapis.com/",
"schemas": {
"Empty": {
Expand Down
9 changes: 8 additions & 1 deletion discovery/developerconnect-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
"description": "Connect third-party source code management to Google",
"discoveryVersion": "v1",
"documentationLink": "http://cloud.google.com/developer-connect/docs/overview",
"endpoints": [
{
"description": "Regional Endpoint",
"endpointUrl": "https://developerconnect.us-central1.rep.googleapis.com/",
"location": "us-central1"
}
],
"fullyEncodeReservedExpansion": true,
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
Expand Down Expand Up @@ -840,7 +847,7 @@
}
}
},
"revision": "20240527",
"revision": "20240822",
"rootUrl": "https://developerconnect.googleapis.com/",
"schemas": {
"CancelOperationRequest": {
Expand Down

0 comments on commit 2f2ab88

Please sign in to comment.