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 3, 2020
1 parent 736a8a3 commit 21a492b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 25 deletions.
44 changes: 21 additions & 23 deletions discovery/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,14 +239,13 @@
"name": "adsense",
"version": "v1.4",
"title": "AdSense Management API",
"description": "Accesses AdSense publishers' inventory and generates performance reports.",
"discoveryRestUrl": "https://www.googleapis.com/discovery/v1/apis/adsense/v1.4/rest",
"discoveryLink": "./apis/adsense/v1.4/rest",
"description": "The AdSense Management API allows publishers to access their inventory and run earnings and performance reports.",
"discoveryRestUrl": "https://adsense.googleapis.com/$discovery/rest?version=v1.4",
"icons": {
"x16": "https://www.google.com/images/icons/product/adsense-16.png",
"x32": "https://www.google.com/images/icons/product/adsense-32.png"
"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://developers.google.com/adsense/management/",
"documentationLink": "http://code.google.com/apis/adsense/management/",
"preferred": true
},
{
Expand Down Expand Up @@ -2160,22 +2159,6 @@
"documentationLink": "https://cloud.google.com/firestore",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "fitness:v1",
"name": "fitness",
"version": "v1",
"title": "Fitness",
"description": "Stores and accesses user data in the fitness store from apps on any platform.",
"discoveryRestUrl": "https://www.googleapis.com/discovery/v1/apis/fitness/v1/rest",
"discoveryLink": "./apis/fitness/v1/rest",
"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://developers.google.com/fit/rest/",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "games:v1",
Expand Down Expand Up @@ -2704,6 +2687,21 @@
"documentationLink": "https://developers.google.com/manufacturers/",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "memcache:v1",
"name": "memcache",
"version": "v1",
"title": "Cloud Memorystore for Memcached API",
"description": "Google Cloud Memorystore for Memcached API is used for creating and managing Memcached instances in GCP.",
"discoveryRestUrl": "https://memcache.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/memorystore/",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "memcache:v1beta2",
Expand All @@ -2717,7 +2715,7 @@
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/memorystore/",
"preferred": true
"preferred": false
},
{
"kind": "discovery#directoryItem",
Expand Down
5 changes: 3 additions & 2 deletions discovery/playcustomapp-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
}
}
},
"revision": "20200707",
"revision": "20200801",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"CustomApp": {
Expand All @@ -166,7 +166,8 @@
"type": "string"
},
"packageName": {
"description": "Output only. Package name of the created Android app.\nOnly present in the API response.",
"description": "Output only. Package name of the created Android app. Only present in the API response.",
"readOnly": true,
"type": "string"
},
"title": {
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ export {managedidentities_v1} from './apis/managedidentities/v1';
export {managedidentities_v1alpha1} from './apis/managedidentities/v1alpha1';
export {managedidentities_v1beta1} from './apis/managedidentities/v1beta1';
export {manufacturers_v1} from './apis/manufacturers/v1';
export {memcache_v1} from './apis/memcache/v1';
export {memcache_v1beta2} from './apis/memcache/v1beta2';
export {ml_v1} from './apis/ml/v1';
export {monitoring_v1} from './apis/monitoring/v1';
Expand Down Expand Up @@ -248,6 +249,7 @@ export {securitycenter_v1p1beta1} from './apis/securitycenter/v1p1beta1';
export {serviceconsumermanagement_v1} from './apis/serviceconsumermanagement/v1';
export {serviceconsumermanagement_v1beta1} from './apis/serviceconsumermanagement/v1beta1';
export {servicecontrol_v1} from './apis/servicecontrol/v1';
export {servicecontrol_v2} from './apis/servicecontrol/v2';
export {servicedirectory_v1beta1} from './apis/servicedirectory/v1beta1';
export {servicemanagement_v1} from './apis/servicemanagement/v1';
export {servicenetworking_v1} from './apis/servicenetworking/v1';
Expand Down

0 comments on commit 21a492b

Please sign in to comment.