Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix README API link #3273

Merged
merged 2 commits into from
May 15, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:

This comment was marked as spam.

This comment was marked as spam.


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

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