Skip to content

Commit

Permalink
docs: add OS Config API (#3001)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed May 12, 2020
1 parent 5b7879c commit cd1a294
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -40,6 +40,7 @@ applications that interact with individual Google Cloud services:
| [Memorystore for Memcached](https://github.com/googleapis/nodejs-memcache) | [:notebook:](https://googleapis.dev/nodejs/memcache/latest/index.html) | `npm i @google-cloud/memcache` | [enable](https://console.cloud.google.com/flows/enableapi?apiid=memcache.googleapis.com) ||
| [Monitoring Dashboards](https://github.com/googleapis/nodejs-monitoring-dashboards) | [:notebook:](https://googleapis.dev/nodejs/monitoring-dashboards/latest) | `npm i @google-cloud/monitoring-dashboards` | [enable](https://console.cloud.google.com/flows/enableapi?apiid=monitoring.googleapis.com) ||
| [Natural Language](https://github.com/googleapis/nodejs-language) | [:notebook:](https://googleapis.dev/nodejs/language/latest) | `npm i @google-cloud/language` | [enable](https://console.cloud.google.com/flows/enableapi?apiid=language.googleapis.com) ||
| [OS Config API](https://github.com/googleapis/nodejs-os-config) | [:notebook:](https://googleapis.dev/nodejs/osconfig/latest/index.html) | `npm i @google-cloud/os-config` | [enable](https://console.cloud.google.com/flows/enableapi?apiid=osconfig.googleapis.com) ||
| [OS Login](https://github.com/googleapis/nodejs-os-login) | [:notebook:](https://googleapis.dev/nodejs/oslogin/latest) | `npm i @google-cloud/os-login` | [enable](https://console.cloud.google.com/flows/enableapi?apiid=oslogin.googleapis.com) ||
| [Phishing Protection](https://github.com/googleapis/nodejs-phishing-protection) | [:notebook:](https://googleapis.dev/nodejs/phishing-protection/latest) | `npm i @google-cloud/phishing-protection` | [enable](https://console.cloud.google.com/flows/enableapi?apiid=phishingprotection.googleapis.com) ||
| [Pub/Sub](https://github.com/googleapis/nodejs-pubsub) | [:notebook:](https://googleapis.dev/nodejs/pubsub/latest) | `npm i @google-cloud/pubsub` | [enable](https://console.cloud.google.com/flows/enableapi?apiid=pubsub.googleapis.com) ||
Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -3,8 +3,8 @@
{
"git": {
"name": ".",
"remote": "git@github.com:googleapis/google-cloud-node.git",
"sha": "bf8f700992bc6c5dad0c49aa537e69efeaa2fda2"
"remote": "https://github.com/googleapis/google-cloud-node.git",
"sha": "5b7879c93af2231f0682aaaeab2a361c5ed0fcac"
}
}
]
Expand Down

0 comments on commit cd1a294

Please sign in to comment.