Skip to content

Commit 2f2ab88

Browse files
yoshi-automationsofisl
authored andcommitted
feat: regenerate index files
1 parent dbdb567 commit 2f2ab88

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

‎discovery/dataportability-v1.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"auth": {
33
"oauth2": {
44
"scopes": {
5+
"https://www.googleapis.com/auth/dataportability.alerts.subscriptions": {
6+
"description": "Move a copy of the Google Alerts subscriptions you created."
7+
},
58
"https://www.googleapis.com/auth/dataportability.businessmessaging.conversations": {
69
"description": "Move a copy of messages between you and the businesses you have conversations with across Google services."
710
},
@@ -315,6 +318,7 @@
315318
"$ref": "PortabilityArchiveState"
316319
},
317320
"scopes": [
321+
"https://www.googleapis.com/auth/dataportability.alerts.subscriptions",
318322
"https://www.googleapis.com/auth/dataportability.businessmessaging.conversations",
319323
"https://www.googleapis.com/auth/dataportability.chrome.autofill",
320324
"https://www.googleapis.com/auth/dataportability.chrome.bookmarks",
@@ -405,6 +409,7 @@
405409
"$ref": "RetryPortabilityArchiveResponse"
406410
},
407411
"scopes": [
412+
"https://www.googleapis.com/auth/dataportability.alerts.subscriptions",
408413
"https://www.googleapis.com/auth/dataportability.businessmessaging.conversations",
409414
"https://www.googleapis.com/auth/dataportability.chrome.autofill",
410415
"https://www.googleapis.com/auth/dataportability.chrome.bookmarks",
@@ -489,6 +494,7 @@
489494
"$ref": "Empty"
490495
},
491496
"scopes": [
497+
"https://www.googleapis.com/auth/dataportability.alerts.subscriptions",
492498
"https://www.googleapis.com/auth/dataportability.businessmessaging.conversations",
493499
"https://www.googleapis.com/auth/dataportability.chrome.autofill",
494500
"https://www.googleapis.com/auth/dataportability.chrome.bookmarks",
@@ -573,6 +579,7 @@
573579
"$ref": "InitiatePortabilityArchiveResponse"
574580
},
575581
"scopes": [
582+
"https://www.googleapis.com/auth/dataportability.alerts.subscriptions",
576583
"https://www.googleapis.com/auth/dataportability.businessmessaging.conversations",
577584
"https://www.googleapis.com/auth/dataportability.chrome.autofill",
578585
"https://www.googleapis.com/auth/dataportability.chrome.bookmarks",
@@ -641,7 +648,7 @@
641648
}
642649
}
643650
},
644-
"revision": "20240430",
651+
"revision": "20240827",
645652
"rootUrl": "https://dataportability.googleapis.com/",
646653
"schemas": {
647654
"Empty": {

‎discovery/dataportability-v1beta.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"auth": {
33
"oauth2": {
44
"scopes": {
5+
"https://www.googleapis.com/auth/dataportability.alerts.subscriptions": {
6+
"description": "Move a copy of the Google Alerts subscriptions you created."
7+
},
58
"https://www.googleapis.com/auth/dataportability.businessmessaging.conversations": {
69
"description": "Move a copy of messages between you and the businesses you have conversations with across Google services."
710
},
@@ -315,6 +318,7 @@
315318
"$ref": "PortabilityArchiveState"
316319
},
317320
"scopes": [
321+
"https://www.googleapis.com/auth/dataportability.alerts.subscriptions",
318322
"https://www.googleapis.com/auth/dataportability.businessmessaging.conversations",
319323
"https://www.googleapis.com/auth/dataportability.chrome.autofill",
320324
"https://www.googleapis.com/auth/dataportability.chrome.bookmarks",
@@ -405,6 +409,7 @@
405409
"$ref": "RetryPortabilityArchiveResponse"
406410
},
407411
"scopes": [
412+
"https://www.googleapis.com/auth/dataportability.alerts.subscriptions",
408413
"https://www.googleapis.com/auth/dataportability.businessmessaging.conversations",
409414
"https://www.googleapis.com/auth/dataportability.chrome.autofill",
410415
"https://www.googleapis.com/auth/dataportability.chrome.bookmarks",
@@ -489,6 +494,7 @@
489494
"$ref": "Empty"
490495
},
491496
"scopes": [
497+
"https://www.googleapis.com/auth/dataportability.alerts.subscriptions",
492498
"https://www.googleapis.com/auth/dataportability.businessmessaging.conversations",
493499
"https://www.googleapis.com/auth/dataportability.chrome.autofill",
494500
"https://www.googleapis.com/auth/dataportability.chrome.bookmarks",
@@ -573,6 +579,7 @@
573579
"$ref": "InitiatePortabilityArchiveResponse"
574580
},
575581
"scopes": [
582+
"https://www.googleapis.com/auth/dataportability.alerts.subscriptions",
576583
"https://www.googleapis.com/auth/dataportability.businessmessaging.conversations",
577584
"https://www.googleapis.com/auth/dataportability.chrome.autofill",
578585
"https://www.googleapis.com/auth/dataportability.chrome.bookmarks",
@@ -641,7 +648,7 @@
641648
}
642649
}
643650
},
644-
"revision": "20240430",
651+
"revision": "20240827",
645652
"rootUrl": "https://dataportability.googleapis.com/",
646653
"schemas": {
647654
"Empty": {

‎discovery/developerconnect-v1.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515
"description": "Connect third-party source code management to Google",
1616
"discoveryVersion": "v1",
1717
"documentationLink": "http://cloud.google.com/developer-connect/docs/overview",
18+
"endpoints": [
19+
{
20+
"description": "Regional Endpoint",
21+
"endpointUrl": "https://developerconnect.us-central1.rep.googleapis.com/",
22+
"location": "us-central1"
23+
}
24+
],
1825
"fullyEncodeReservedExpansion": true,
1926
"icons": {
2027
"x16": "http://www.google.com/images/icons/product/search-16.gif",
@@ -840,7 +847,7 @@
840847
}
841848
}
842849
},
843-
"revision": "20240527",
850+
"revision": "20240822",
844851
"rootUrl": "https://developerconnect.googleapis.com/",
845852
"schemas": {
846853
"CancelOperationRequest": {

0 commit comments

Comments
 (0)