Skip to content

Commit

Permalink
fix README API link (#3273)
Browse files Browse the repository at this point in the history
Fixes #3260.
  • Loading branch information
pongad authored May 15, 2018
1 parent 6fef9ff commit 92a205f
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,40 +13,40 @@ Java idiomatic client for [Google Cloud Platform][cloud-platform] services.
- [Client Library Documentation][client-lib-docs]

This library supports the following Google Cloud Platform services with clients at a [GA](#versioning) quality level:
- [BigQuery](google-cloud-bigquery) (GA)
- [Stackdriver Logging](google-cloud-logging) (GA)
- [Cloud Datastore](google-cloud-datastore) (GA)
- [Cloud Natural Language](google-cloud-language) (GA)
- [Cloud Storage](google-cloud-storage) (GA)
- [Cloud Translation](google-cloud-translate) (GA)
- [Cloud Vision](google-cloud-vision) (GA)
- [BigQuery](google-cloud-clients/google-cloud-bigquery) (GA)
- [Stackdriver Logging](google-cloud-clients/google-cloud-logging) (GA)
- [Cloud Datastore](google-cloud-clients/google-cloud-datastore) (GA)
- [Cloud Natural Language](google-cloud-clients/google-cloud-language) (GA)
- [Cloud Storage](google-cloud-clients/google-cloud-storage) (GA)
- [Cloud Translation](google-cloud-clients/google-cloud-translate) (GA)
- [Cloud Vision](google-cloud-clients/google-cloud-vision) (GA)

This library supports the following Google Cloud Platform services with clients at a [Beta](#versioning) quality level:

- [BigQuery Data Transfer](google-cloud-clients/google-cloud-bigquerydatatransfer) (Beta)
- [Cloud Data Loss Prevention](google-cloud-dlp) (Beta)
- [Stackdriver Error Reporting](google-cloud-errorreporting) (Beta)
- [Cloud Firestore](google-cloud-firestore) (Beta)
- [Stackdriver Monitoring](google-cloud-monitoring) (Beta)
- [Cloud Pub/Sub](google-cloud-pubsub) (Beta)
- [Cloud Spanner](google-cloud-spanner) (Beta)
- [Cloud Video Intelligence](google-cloud-video-intelligence) (Beta)
- [Stackdriver Trace](google-cloud-trace) (Beta)
- [Text-to-Speech](google-cloud-texttospeech) (Beta)
- [Cloud Data Loss Prevention](google-cloud-clients/google-cloud-dlp) (Beta)
- [Stackdriver Error Reporting](google-cloud-clients/google-cloud-errorreporting) (Beta)
- [Cloud Firestore](google-cloud-clients/google-cloud-firestore) (Beta)
- [Stackdriver Monitoring](google-cloud-clients/google-cloud-monitoring) (Beta)
- [Cloud Pub/Sub](google-cloud-clients/google-cloud-pubsub) (Beta)
- [Cloud Spanner](google-cloud-clients/google-cloud-spanner) (Beta)
- [Cloud Video Intelligence](google-cloud-clients/google-cloud-video-intelligence) (Beta)
- [Stackdriver Trace](google-cloud-clients/google-cloud-trace) (Beta)
- [Text-to-Speech](google-cloud-clients/google-cloud-texttospeech) (Beta)

This library supports the following Google Cloud Platform services with clients at an [Alpha](#versioning) quality level:

- [Cloud Dataproc](google-cloud-dataproc) (Alpha)
- [Cloud DNS](google-cloud-dns) (Alpha)
- [Cloud OS Login](google-cloud-os-login) (Alpha)
- [Cloud Dataproc](google-cloud-clients/google-cloud-dataproc) (Alpha)
- [Cloud DNS](google-cloud-clients/google-cloud-dns) (Alpha)
- [Cloud OS Login](google-cloud-clients/google-cloud-os-login) (Alpha)
- [Cloud Redis](google-cloud-clients/google-cloud-redis) (Alpha)
- [Cloud Resource Manager](google-cloud-resourcemanager) (Alpha)
- [Cloud Speech](google-cloud-speech) (Alpha)
- [Dialogflow](google-cloud-dialogflow) (Alpha)
- [Cloud Resource Manager](google-cloud-clients/google-cloud-resourcemanager) (Alpha)
- [Cloud Speech](google-cloud-clients/google-cloud-speech) (Alpha)
- [Dialogflow](google-cloud-clients/google-cloud-dialogflow) (Alpha)

These libraries are deprecated and no longer receive updates:

- [Cloud Compute](google-cloud-compute) (Deprecated)
- [Cloud Compute](google-cloud-clients/google-cloud-compute) (Deprecated)

Quickstart
----------
Expand Down

0 comments on commit 92a205f

Please sign in to comment.