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 bcoe committed Nov 17, 2020
1 parent f5477a6 commit e3f88e5
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 33 deletions.
51 changes: 18 additions & 33 deletions discovery/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -527,16 +527,31 @@
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/artifacts/docs/",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "artifactregistry:v1beta2",
"name": "artifactregistry",
"version": "v1beta2",
"title": "Artifact Registry API",
"description": "Store and manage build artifacts in a scalable and integrated service built on Google infrastructure.",
"discoveryRestUrl": "https://artifactregistry.googleapis.com/$discovery/rest?version=v1beta2",
"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/artifacts/docs/",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "assuredworkloads:v1beta1",
"id": "assuredworkloads:v1",
"name": "assuredworkloads",
"version": "v1beta1",
"version": "v1",
"title": "Assured Workloads API",
"description": "",
"discoveryRestUrl": "https://assuredworkloads.googleapis.com/$discovery/rest?version=v1beta1",
"discoveryRestUrl": "https://assuredworkloads.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"
Expand Down Expand Up @@ -1054,21 +1069,6 @@
"documentationLink": "https://cloud.google.com/identity/",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "cloudiot:v1alpha1",
"name": "cloudiot",
"version": "v1alpha1",
"title": "Cloud IoT API",
"description": "Registers and manages IoT (Internet of Things) devices that connect to the Google Cloud Platform.",
"discoveryRestUrl": "https://cloudiot.googleapis.com/$discovery/rest?version=v1alpha1",
"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/iot",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "cloudiot:v1",
Expand Down Expand Up @@ -2919,21 +2919,6 @@
"documentationLink": "https://cloud.google.com/ml/",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "monitoring:v3p1alpha1",
"name": "monitoring",
"version": "v3p1alpha1",
"title": "Cloud Monitoring API",
"description": "Manages your Cloud Monitoring data and configurations. Most projects must be associated with a Workspace, with a few exceptions as noted on the individual method pages. The table entries below are presented in alphabetical order, not in order of common use. For explanations of the concepts found in the table entries, read the [Cloud Monitoring documentation](/monitoring/docs).",
"discoveryRestUrl": "https://monitoring.googleapis.com/$discovery/rest?version=v3p1alpha1",
"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/monitoring/api/",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "monitoring:v1",
Expand Down
6 changes: 6 additions & 0 deletions src/apis/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,10 @@ import {
import {VERSIONS as fcmVersions, fcm} from './fcm';
import {VERSIONS as fileVersions, file} from './file';
import {VERSIONS as firebaseVersions, firebase} from './firebase';
import {
VERSIONS as firebasedatabaseVersions,
firebasedatabase,
} from './firebasedatabase';
import {
VERSIONS as firebasedynamiclinksVersions,
firebasedynamiclinks,
Expand Down Expand Up @@ -548,6 +552,7 @@ export const APIS: APIList = {
fcm: fcmVersions,
file: fileVersions,
firebase: firebaseVersions,
firebasedatabase: firebasedatabaseVersions,
firebasedynamiclinks: firebasedynamiclinksVersions,
firebasehosting: firebasehostingVersions,
firebaseml: firebasemlVersions,
Expand Down Expand Up @@ -747,6 +752,7 @@ export class GeneratedAPIs {
fcm = fcm;
file = file;
firebase = firebase;
firebasedatabase = firebasedatabase;
firebasedynamiclinks = firebasedynamiclinks;
firebasehosting = firebasehosting;
firebaseml = firebaseml;
Expand Down
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ export {appengine_v1beta} from './apis/appengine/v1beta';
export {appsactivity_v1} from './apis/appsactivity/v1';
export {area120tables_v1alpha1} from './apis/area120tables/v1alpha1';
export {artifactregistry_v1beta1} from './apis/artifactregistry/v1beta1';
export {artifactregistry_v1beta2} from './apis/artifactregistry/v1beta2';
export {assuredworkloads_v1} from './apis/assuredworkloads/v1';
export {assuredworkloads_v1beta1} from './apis/assuredworkloads/v1beta1';
export {bigquery_v2} from './apis/bigquery/v2';
export {bigqueryconnection_v1beta1} from './apis/bigqueryconnection/v1beta1';
Expand Down Expand Up @@ -168,6 +170,7 @@ export {fcm_v1} from './apis/fcm/v1';
export {file_v1} from './apis/file/v1';
export {file_v1beta1} from './apis/file/v1beta1';
export {firebase_v1beta1} from './apis/firebase/v1beta1';
export {firebasedatabase_v1beta} from './apis/firebasedatabase/v1beta';
export {firebasedynamiclinks_v1} from './apis/firebasedynamiclinks/v1';
export {firebasehosting_v1} from './apis/firebasehosting/v1';
export {firebasehosting_v1beta1} from './apis/firebasehosting/v1beta1';
Expand Down

0 comments on commit e3f88e5

Please sign in to comment.