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

mark bigquery and resource manager as alpha #533

Merged
merged 1 commit into from
Jan 8, 2016
Merged
Show file tree
Hide file tree
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
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