Skip to content

Commit

Permalink
Merge pull request #533 from aozarov/temp
Browse files Browse the repository at this point in the history
mark bigquery and resource manager as alpha
  • Loading branch information
ajkannan committed Jan 8, 2016
2 parents 69caa42 + 9678371 commit 29628d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Java idiomatic client for [Google Cloud Platform][cloud-platform] services.

This client supports the following Google Cloud Platform services:

- [Google Cloud BigQuery] (#google-cloud-bigquery)
- [Google Cloud BigQuery] (#google-cloud-bigquery-alpha) (Alpha)
- [Google Cloud Datastore] (#google-cloud-datastore)
- [Google Cloud Resource Manager] (#google-cloud-resource-manager)
- [Google Cloud Resource Manager] (#google-cloud-resource-manager-alpha) (Alpha)
- [Google Cloud Storage] (#google-cloud-storage)

> Note: This client is a work-in-progress, and may occasionally
Expand Down Expand Up @@ -109,7 +109,7 @@ Next, choose a method for authenticating API requests from within your project:
4. Google Cloud SDK credentials
5. Compute Engine credentials
Google Cloud BigQuery
Google Cloud BigQuery (Alpha)
----------------------
- [API Documentation][bigquery-api]
Expand Down Expand Up @@ -194,7 +194,7 @@ if (entity == null) {
}
```
Google Cloud Resource Manager
Google Cloud Resource Manager (Alpha)
----------------------
- [API Documentation][resourcemanager-api]
Expand Down Expand Up @@ -329,4 +329,4 @@ Apache 2.0 - See [LICENSE] for more information.
[cloud-bigquery]: https://cloud.google.com/bigquery/
[cloud-bigquery-docs]: https://cloud.google.com/bigquery/docs/overview
[bigquery-api]: http://googlecloudplatform.github.io/gcloud-java/apidocs/index.html?com/google/gcloud/bigquery/package-summary.html
[bigquery-api]: http://googlecloudplatform.github.io/gcloud-java/apidocs/index.html?com/google/gcloud/bigquery/package-summary.html
4 changes: 2 additions & 2 deletions gcloud-java-bigquery/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Google Cloud Java Client for BigQuery
Google Cloud Java Client for BigQuery (Alpha)
====================================

Java idiomatic client for [Google Cloud BigQuery] (https://cloud.google.com/bigquery).
Expand Down Expand Up @@ -327,4 +327,4 @@ Apache 2.0 - See [LICENSE] for more information.

[cloud-bigquery]: https://cloud.google.com/bigquery/
[cloud-storage]: https://cloud.google.com/storage/
[bigquery-api]: http://googlecloudplatform.github.io/gcloud-java/apidocs/index.html?com/google/gcloud/bigquery/package-summary.html
[bigquery-api]: http://googlecloudplatform.github.io/gcloud-java/apidocs/index.html?com/google/gcloud/bigquery/package-summary.html
2 changes: 1 addition & 1 deletion gcloud-java-resourcemanager/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Google Cloud Java Client for Resource Manager
Google Cloud Java Client for Resource Manager (Alpha)
=============================================

Java idiomatic client for [Google Cloud Resource Manager] (https://cloud.google.com/resource-manager/).
Expand Down

0 comments on commit 29628d7

Please sign in to comment.