Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9678371

Browse files
committed
mark bigquery and resource manager as alpha
1 parent 824c46c commit 9678371

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Java idiomatic client for [Google Cloud Platform][cloud-platform] services.
1212

1313
This client supports the following Google Cloud Platform services:
1414

15-
- [Google Cloud BigQuery] (#google-cloud-bigquery)
15+
- [Google Cloud BigQuery] (#google-cloud-bigquery-alpha) (Alpha)
1616
- [Google Cloud Datastore] (#google-cloud-datastore)
17-
- [Google Cloud Resource Manager] (#google-cloud-resource-manager)
17+
- [Google Cloud Resource Manager] (#google-cloud-resource-manager-alpha) (Alpha)
1818
- [Google Cloud Storage] (#google-cloud-storage)
1919

2020
> Note: This client is a work-in-progress, and may occasionally
@@ -109,7 +109,7 @@ Next, choose a method for authenticating API requests from within your project:
109109
4. Google Cloud SDK credentials
110110
5. Compute Engine credentials
111111
112-
Google Cloud BigQuery
112+
Google Cloud BigQuery (Alpha)
113113
----------------------
114114
115115
- [API Documentation][bigquery-api]
@@ -194,7 +194,7 @@ if (entity == null) {
194194
}
195195
```
196196
197-
Google Cloud Resource Manager
197+
Google Cloud Resource Manager (Alpha)
198198
----------------------
199199
200200
- [API Documentation][resourcemanager-api]
@@ -329,4 +329,4 @@ Apache 2.0 - See [LICENSE] for more information.
329329
330330
[cloud-bigquery]: https://cloud.google.com/bigquery/
331331
[cloud-bigquery-docs]: https://cloud.google.com/bigquery/docs/overview
332-
[bigquery-api]: http://googlecloudplatform.github.io/gcloud-java/apidocs/index.html?com/google/gcloud/bigquery/package-summary.html
332+
[bigquery-api]: http://googlecloudplatform.github.io/gcloud-java/apidocs/index.html?com/google/gcloud/bigquery/package-summary.html

gcloud-java-bigquery/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Google Cloud Java Client for BigQuery
1+
Google Cloud Java Client for BigQuery (Alpha)
22
====================================
33

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

328328
[cloud-bigquery]: https://cloud.google.com/bigquery/
329329
[cloud-storage]: https://cloud.google.com/storage/
330-
[bigquery-api]: http://googlecloudplatform.github.io/gcloud-java/apidocs/index.html?com/google/gcloud/bigquery/package-summary.html
330+
[bigquery-api]: http://googlecloudplatform.github.io/gcloud-java/apidocs/index.html?com/google/gcloud/bigquery/package-summary.html

gcloud-java-resourcemanager/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Google Cloud Java Client for Resource Manager
1+
Google Cloud Java Client for Resource Manager (Alpha)
22
=============================================
33

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

0 commit comments

Comments
 (0)