Skip to content

Commit 2ffc897

Browse files
yoshi-automationsofisl
authored andcommitted
feat: regenerate index files
1 parent b11ea5d commit 2ffc897

17 files changed

+1536
-104
lines changed

discovery/apigee-v1.json

+443-3
Large diffs are not rendered by default.

discovery/baremetalsolution-v2.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1722,7 +1722,7 @@
17221722
}
17231723
}
17241724
},
1725-
"revision": "20240422",
1725+
"revision": "20240830",
17261726
"rootUrl": "https://baremetalsolution.googleapis.com/",
17271727
"schemas": {
17281728
"AllowedClient": {
@@ -2847,7 +2847,7 @@
28472847
"type": "string"
28482848
},
28492849
"vlanAttachments": {
2850-
"description": "List of VLAN attachments. As of now there are always 2 attachments, but it is going to change in the future (multi vlan).",
2850+
"description": "List of VLAN attachments. As of now there are always 2 attachments, but it is going to change in the future (multi vlan). Use only one of vlan_attachments or vrf",
28512851
"items": {
28522852
"$ref": "IntakeVlanAttachment"
28532853
},
@@ -2856,6 +2856,10 @@
28562856
"vlanSameProject": {
28572857
"description": "Whether the VLAN attachment pair is located in the same project.",
28582858
"type": "boolean"
2859+
},
2860+
"vrf": {
2861+
"description": "Optional. The name of a pre-existing Vrf that the network should be attached to. Format is `vrfs/{vrf}`. If vrf is specified, vlan_attachments must be empty.",
2862+
"type": "string"
28592863
}
28602864
},
28612865
"type": "object"

discovery/chromemanagement-v1.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"description": "See reports about devices and Chrome browsers managed within your organization"
1010
},
1111
"https://www.googleapis.com/auth/chrome.management.telemetry.readonly": {
12-
"description": "See basic device and telemetry information collected from Chrome OS devices or users managed within your organization"
12+
"description": "See basic device and telemetry information collected from ChromeOS devices or users managed within your organization"
1313
}
1414
}
1515
}
@@ -1172,7 +1172,7 @@
11721172
}
11731173
}
11741174
},
1175-
"revision": "20240815",
1175+
"revision": "20241003",
11761176
"rootUrl": "https://chromemanagement.googleapis.com/",
11771177
"schemas": {
11781178
"GoogleChromeManagementV1AndroidAppInfo": {
@@ -3682,7 +3682,8 @@
36823682
"APPLICATION_LAUNCH_SOURCE_FIRST_RUN",
36833683
"APPLICATION_LAUNCH_SOURCE_WELCOME_TOUR",
36843684
"APPLICATION_LAUNCH_SOURCE_FOCUS_MODE",
3685-
"APPLICATION_LAUNCH_SOURCE_SPARKY"
3685+
"APPLICATION_LAUNCH_SOURCE_SPARKY",
3686+
"APPLICATION_LAUNCH_SOURCE_NAVIGATION_CAPTURING"
36863687
],
36873688
"enumDescriptions": [
36883689
"Application launch source unknown.",
@@ -3726,7 +3727,8 @@
37263727
"Count first-run Help app launches separately so that we can understand the number of user-triggered launches.",
37273728
"Application launched from welcome tour.",
37283729
"Applicationed launched from focus panel.",
3729-
"Application launched from experimental feature Sparky."
3730+
"Application launched from experimental feature Sparky.",
3731+
"Application launched from navigation capturing."
37303732
],
37313733
"type": "string"
37323734
},

discovery/chromepolicy-v1.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"oauth2": {
44
"scopes": {
55
"https://www.googleapis.com/auth/chrome.management.policy": {
6-
"description": "See, edit, create or delete policies applied to Chrome OS and Chrome Browsers managed within your organization"
6+
"description": "See, edit, create or delete policies applied to ChromeOS and Chrome Browsers managed within your organization"
77
},
88
"https://www.googleapis.com/auth/chrome.management.policy.readonly": {
9-
"description": "See policies applied to Chrome OS and Chrome Browsers managed within your organization"
9+
"description": "See policies applied to ChromeOS and Chrome Browsers managed within your organization"
1010
}
1111
}
1212
}
@@ -557,7 +557,7 @@
557557
}
558558
}
559559
},
560-
"revision": "20240729",
560+
"revision": "20241004",
561561
"rootUrl": "https://chromepolicy.googleapis.com/",
562562
"schemas": {
563563
"GoogleChromePolicyVersionsV1AdditionalTargetKeyName": {

discovery/composer-v1.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515
"description": "Manages Apache Airflow environments on Google Cloud Platform.",
1616
"discoveryVersion": "v1",
1717
"documentationLink": "https://cloud.google.com/composer/",
18+
"endpoints": [
19+
{
20+
"description": "Regional Endpoint",
21+
"endpointUrl": "https://composer.us-south1.rep.googleapis.com/",
22+
"location": "us-south1"
23+
}
24+
],
1825
"fullyEncodeReservedExpansion": true,
1926
"icons": {
2027
"x16": "http://www.google.com/images/icons/product/search-16.gif",
@@ -966,7 +973,7 @@
966973
}
967974
}
968975
},
969-
"revision": "20240716",
976+
"revision": "20240917",
970977
"rootUrl": "https://composer.googleapis.com/",
971978
"schemas": {
972979
"AirflowMetadataRetentionPolicyConfig": {

discovery/composer-v1beta1.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515
"description": "Manages Apache Airflow environments on Google Cloud Platform.",
1616
"discoveryVersion": "v1",
1717
"documentationLink": "https://cloud.google.com/composer/",
18+
"endpoints": [
19+
{
20+
"description": "Regional Endpoint",
21+
"endpointUrl": "https://composer.us-south1.rep.googleapis.com/",
22+
"location": "us-south1"
23+
}
24+
],
1825
"fullyEncodeReservedExpansion": true,
1926
"icons": {
2027
"x16": "http://www.google.com/images/icons/product/search-16.gif",
@@ -994,7 +1001,7 @@
9941001
}
9951002
}
9961003
},
997-
"revision": "20240716",
1004+
"revision": "20240917",
9981005
"rootUrl": "https://composer.googleapis.com/",
9991006
"schemas": {
10001007
"AirflowMetadataRetentionPolicyConfig": {

discovery/datalineage-v1.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@
798798
}
799799
}
800800
},
801-
"revision": "20230908",
801+
"revision": "20240902",
802802
"rootUrl": "https://datalineage.googleapis.com/",
803803
"schemas": {
804804
"GoogleCloudDatacatalogLineageV1BatchSearchLinkProcessesRequest": {
@@ -1060,7 +1060,8 @@
10601060
"DATA_FUSION",
10611061
"COMPOSER",
10621062
"LOOKER_STUDIO",
1063-
"DATAPROC"
1063+
"DATAPROC",
1064+
"VERTEX_AI"
10641065
],
10651066
"enumDescriptions": [
10661067
"Source is Unspecified",
@@ -1069,7 +1070,8 @@
10691070
"Data Fusion",
10701071
"Composer",
10711072
"Looker Studio",
1072-
"Dataproc"
1073+
"Dataproc",
1074+
"Vertex AI"
10731075
],
10741076
"type": "string"
10751077
}

discovery/factchecktools-v1alpha1.json

+6-14
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
"scopes": {
55
"https://www.googleapis.com/auth/factchecktools": {
66
"description": "Read, create, update, and delete your ClaimReview data."
7-
},
8-
"https://www.googleapis.com/auth/userinfo.email": {
9-
"description": "See your primary Google Account email address"
107
}
118
}
129
}
@@ -220,8 +217,7 @@
220217
"$ref": "GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage"
221218
},
222219
"scopes": [
223-
"https://www.googleapis.com/auth/factchecktools",
224-
"https://www.googleapis.com/auth/userinfo.email"
220+
"https://www.googleapis.com/auth/factchecktools"
225221
]
226222
},
227223
"delete": {
@@ -246,8 +242,7 @@
246242
"$ref": "GoogleProtobufEmpty"
247243
},
248244
"scopes": [
249-
"https://www.googleapis.com/auth/factchecktools",
250-
"https://www.googleapis.com/auth/userinfo.email"
245+
"https://www.googleapis.com/auth/factchecktools"
251246
]
252247
},
253248
"get": {
@@ -272,8 +267,7 @@
272267
"$ref": "GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage"
273268
},
274269
"scopes": [
275-
"https://www.googleapis.com/auth/factchecktools",
276-
"https://www.googleapis.com/auth/userinfo.email"
270+
"https://www.googleapis.com/auth/factchecktools"
277271
]
278272
},
279273
"list": {
@@ -316,8 +310,7 @@
316310
"$ref": "GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse"
317311
},
318312
"scopes": [
319-
"https://www.googleapis.com/auth/factchecktools",
320-
"https://www.googleapis.com/auth/userinfo.email"
313+
"https://www.googleapis.com/auth/factchecktools"
321314
]
322315
},
323316
"update": {
@@ -345,14 +338,13 @@
345338
"$ref": "GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage"
346339
},
347340
"scopes": [
348-
"https://www.googleapis.com/auth/factchecktools",
349-
"https://www.googleapis.com/auth/userinfo.email"
341+
"https://www.googleapis.com/auth/factchecktools"
350342
]
351343
}
352344
}
353345
}
354346
},
355-
"revision": "20240626",
347+
"revision": "20240929",
356348
"rootUrl": "https://factchecktools.googleapis.com/",
357349
"schemas": {
358350
"GoogleFactcheckingFactchecktoolsV1alpha1Claim": {

discovery/iam-v1.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3188,7 +3188,7 @@
31883188
}
31893189
}
31903190
},
3191-
"revision": "20240725",
3191+
"revision": "20240918",
31923192
"rootUrl": "https://iam.googleapis.com/",
31933193
"schemas": {
31943194
"AccessRestrictions": {
@@ -3555,7 +3555,7 @@
35553555
],
35563556
"enumDescriptions": [
35573557
"No AttributesType specified.",
3558-
"Used to get the user's group claims from the Azure AD identity provider using configuration provided in ExtraAttributesOAuth2Client and `mail` property of the `microsoft.graph.group` object is used for claim mapping. See https://learn.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-1.0#properties for more details on `microsoft.graph.group` properties. The attributes obtained from idntity provider are mapped to `assertion.groups`."
3558+
"Used to get the user's group claims from the Microsoft Entra ID identity provider using configuration provided in ExtraAttributesOAuth2Client and `mail` property of the `microsoft.graph.group` object is used for claim mapping. See https://learn.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-1.0#properties for more details on `microsoft.graph.group` properties. The attributes obtained from idntity provider are mapped to `assertion.groups`."
35593559
],
35603560
"type": "string"
35613561
},

discovery/index.json

+49-34
Original file line numberDiff line numberDiff line change
@@ -196,21 +196,6 @@
196196
"title": "AdSense Management API",
197197
"version": "v2"
198198
},
199-
{
200-
"description": "The AdSense Host API gives AdSense Hosts access to report generation, ad code generation, and publisher management capabilities.",
201-
"discoveryRestUrl": "https://adsensehost.googleapis.com/$discovery/rest?version=v4.1",
202-
"documentationLink": "https://developers.google.com/adsense/host/index",
203-
"icons": {
204-
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
205-
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
206-
},
207-
"id": "adsensehost:v4.1",
208-
"kind": "discovery#directoryItem",
209-
"name": "adsensehost",
210-
"preferred": true,
211-
"title": "AdSense Host API",
212-
"version": "v4.1"
213-
},
214199
{
215200
"description": "",
216201
"discoveryRestUrl": "https://adsenseplatform.googleapis.com/$discovery/rest?version=v1alpha",
@@ -2631,7 +2616,7 @@
26312616
{
26322617
"description": "Discovery Engine API.",
26332618
"discoveryRestUrl": "https://discoveryengine.googleapis.com/$discovery/rest?version=v1alpha",
2634-
"documentationLink": "https://cloud.google.com/discovery-engine/docs",
2619+
"documentationLink": "https://cloud.google.com/generative-ai-app-builder/docs/",
26352620
"icons": {
26362621
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
26372622
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
@@ -2646,7 +2631,7 @@
26462631
{
26472632
"description": "Discovery Engine API.",
26482633
"discoveryRestUrl": "https://discoveryengine.googleapis.com/$discovery/rest?version=v1beta",
2649-
"documentationLink": "https://cloud.google.com/discovery-engine/docs",
2634+
"documentationLink": "https://cloud.google.com/generative-ai-app-builder/docs/",
26502635
"icons": {
26512636
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
26522637
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
@@ -2661,7 +2646,7 @@
26612646
{
26622647
"description": "Discovery Engine API.",
26632648
"discoveryRestUrl": "https://discoveryengine.googleapis.com/$discovery/rest?version=v1",
2664-
"documentationLink": "https://cloud.google.com/discovery-engine/docs",
2649+
"documentationLink": "https://cloud.google.com/generative-ai-app-builder/docs/",
26652650
"icons": {
26662651
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
26672652
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
@@ -2763,21 +2748,6 @@
27632748
"title": "Google Docs API",
27642749
"version": "v1"
27652750
},
2766-
{
2767-
"description": "Service to parse structured information from unstructured or semi-structured documents using state-of-the-art Google AI such as natural language, computer vision, translation, and AutoML.",
2768-
"discoveryRestUrl": "https://documentai.googleapis.com/$discovery/rest?version=v1beta2",
2769-
"documentationLink": "https://cloud.google.com/document-ai/docs/",
2770-
"icons": {
2771-
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
2772-
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
2773-
},
2774-
"id": "documentai:v1beta2",
2775-
"kind": "discovery#directoryItem",
2776-
"name": "documentai",
2777-
"preferred": false,
2778-
"title": "Cloud Document AI API",
2779-
"version": "v1beta2"
2780-
},
27812751
{
27822752
"description": "Service to parse structured information from unstructured or semi-structured documents using state-of-the-art Google AI such as natural language, computer vision, translation, and AutoML.",
27832753
"discoveryRestUrl": "https://documentai.googleapis.com/$discovery/rest?version=v1beta3",
@@ -3155,6 +3125,21 @@
31553125
"title": "Firebase Realtime Database API",
31563126
"version": "v1beta"
31573127
},
3128+
{
3129+
"description": "Firebase Data Connect is a relational database service for mobile and web apps that lets you build and scale using a fully-managed PostgreSQL database powered by Cloud SQL. The REST API lets developers manage the connections to their database, change the schema of their database, and query the database.",
3130+
"discoveryRestUrl": "https://firebasedataconnect.googleapis.com/$discovery/rest?version=v1beta",
3131+
"documentationLink": "https://firebase.google.com/docs/data-connect",
3132+
"icons": {
3133+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
3134+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
3135+
},
3136+
"id": "firebasedataconnect:v1beta",
3137+
"kind": "discovery#directoryItem",
3138+
"name": "firebasedataconnect",
3139+
"preferred": true,
3140+
"title": "Firebase Data Connect API",
3141+
"version": "v1beta"
3142+
},
31583143
{
31593144
"description": "Programmatically creates and manages Firebase Dynamic Links.",
31603145
"discoveryRestUrl": "https://firebasedynamiclinks.googleapis.com/$discovery/rest?version=v1",
@@ -4321,10 +4306,25 @@
43214306
"id": "merchantapi:reports_v1beta",
43224307
"kind": "discovery#directoryItem",
43234308
"name": "merchantapi",
4324-
"preferred": true,
4309+
"preferred": false,
43254310
"title": "Merchant API",
43264311
"version": "reports_v1beta"
43274312
},
4313+
{
4314+
"description": "Programmatically manage your Merchant Center Accounts.",
4315+
"discoveryRestUrl": "https://merchantapi.googleapis.com/$discovery/rest?version=reviews_v1beta",
4316+
"documentationLink": "https://developers.devsite.corp.google.com/merchant/api",
4317+
"icons": {
4318+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
4319+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
4320+
},
4321+
"id": "merchantapi:reviews_v1beta",
4322+
"kind": "discovery#directoryItem",
4323+
"name": "merchantapi",
4324+
"preferred": true,
4325+
"title": "Merchant API",
4326+
"version": "reviews_v1beta"
4327+
},
43284328
{
43294329
"description": "The Dataproc Metastore API is used to manage the lifecycle and configuration of metastore services.",
43304330
"discoveryRestUrl": "https://metastore.googleapis.com/$discovery/rest?version=v1alpha",
@@ -4746,6 +4746,21 @@
47464746
"title": "On-Demand Scanning API",
47474747
"version": "v1"
47484748
},
4749+
{
4750+
"description": "The Oracle Database@Google Cloud API provides a set of APIs to manage Oracle database services, such as Exadata and Autonomous Databases.",
4751+
"discoveryRestUrl": "https://oracledatabase.googleapis.com/$discovery/rest?version=v1",
4752+
"documentationLink": "https://cloud.google.com/oracle/database/docs",
4753+
"icons": {
4754+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
4755+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
4756+
},
4757+
"id": "oracledatabase:v1",
4758+
"kind": "discovery#directoryItem",
4759+
"name": "oracledatabase",
4760+
"preferred": true,
4761+
"title": "Oracle Database@Google Cloud API",
4762+
"version": "v1"
4763+
},
47494764
{
47504765
"description": "The Organization Policy API allows users to configure governance rules on their Google Cloud resources across the resource hierarchy.",
47514766
"discoveryRestUrl": "https://orgpolicy.googleapis.com/$discovery/rest?version=v2",

0 commit comments

Comments
 (0)