Skip to content

Commit 2ed1ce4

Browse files
Bumping language to GA, 4 others to Beta (#2601)
1 parent a51230d commit 2ed1ce4

9 files changed

Lines changed: 15 additions & 21 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,29 @@ Java idiomatic client for [Google Cloud Platform][cloud-platform] services.
1515
This client supports the following Google Cloud Platform services at a [GA](#versioning) quality level:
1616
- [Stackdriver Logging](google-cloud-logging) (GA)
1717
- [Cloud Datastore](google-cloud-datastore) (GA)
18+
- [Cloud Natural Language](google-cloud-language) (GA)
1819
- [Cloud Storage](google-cloud-storage) (GA)
1920
- [Cloud Translation](google-cloud-translate) (GA)
2021

2122
This client supports the following Google Cloud Platform services at a [Beta](#versioning) quality level:
2223

2324
- [BigQuery](google-cloud-bigquery) (Beta)
25+
- [Cloud Data Loss Prevention](google-cloud-dlp) (Beta)
26+
- [Stackdriver Error Reporting](google-cloud-errorreporting) (Beta)
2427
- [Cloud Firestore](google-cloud-firestore) (Beta)
28+
- [Stackdriver Monitoring](google-cloud-monitoring) (Beta)
2529
- [Cloud Pub/Sub](google-cloud-pubsub) (Beta)
2630
- [Cloud Spanner](google-cloud-spanner) (Beta)
27-
- [Cloud Natural Language](google-cloud-language) (Beta)
2831
- [Cloud Video Intelligence](google-cloud-video-intelligence) (Beta)
2932
- [Cloud Vision](google-cloud-vision) (Beta)
33+
- [Stackdriver Trace](google-cloud-trace) (Beta)
3034

3135
This client supports the following Google Cloud Platform services at an [Alpha](#versioning) quality level:
3236

3337
- [Cloud Compute](google-cloud-compute) (Alpha)
34-
- [Cloud Data Loss Prevention](google-cloud-dlp) (Alpha)
3538
- [Cloud DNS](google-cloud-dns) (Alpha)
36-
- [Stackdriver Error Reporting](google-cloud-errorreporting) (Alpha)
37-
- [Stackdriver Monitoring](google-cloud-monitoring) (Alpha)
3839
- [Cloud Resource Manager](google-cloud-resourcemanager) (Alpha)
3940
- [Cloud Speech](google-cloud-speech) (Alpha)
40-
- [Cloud Trace](google-cloud-trace) (Alpha)
4141

4242
> Note: google-cloud-java is a work-in-progress, and may occasionally
4343
> make backwards-incompatible changes.

google-cloud-dlp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>google-cloud-dlp</artifactId>
5-
<version>0.27.1-alpha-SNAPSHOT</version>
5+
<version>0.27.1-beta-SNAPSHOT</version>
66
<packaging>jar</packaging>
77
<name>Google Cloud Data Loss Prevention API</name>
88
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-dlp</url>

google-cloud-errorreporting/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>google-cloud-errorreporting</artifactId>
5-
<version>0.27.1-alpha-SNAPSHOT</version>
5+
<version>0.27.1-beta-SNAPSHOT</version>
66
<packaging>jar</packaging>
77
<name>Google Cloud Error Reporting</name>
88
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-errorreporting</url>

google-cloud-language/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ Java idiomatic client for [Google Cloud Natural Language][cloud-language].
1212
- [Product Documentation][language-product-docs]
1313
- [Client Library Documentation][language-client-lib-docs]
1414

15-
> Note: This client is a work-in-progress, and may occasionally
16-
> make backwards-incompatible changes.
17-
1815
Quickstart
1916
----------
2017
If you are using Maven, add this to your pom.xml file

google-cloud-language/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>google-cloud-language</artifactId>
5-
<version>0.27.1-beta-SNAPSHOT</version>
5+
<version>1.9.1-SNAPSHOT</version>
66
<packaging>jar</packaging>
77
<name>Google Cloud Natural Language</name>
88
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-language</url>

google-cloud-logging/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ Java idiomatic client for [Stackdriver Logging][stackdriver-logging].
1515
Quickstart
1616
----------
1717

18-
> `google-cloud-logging` uses gRPC as transport layer, which is not (yet) supported by App Engine
19-
Standard. `google-cloud-logging` will work on App Engine Flexible.
20-
2118
Add this to your pom.xml file
2219
```xml
2320
<dependency>

google-cloud-monitoring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>google-cloud-monitoring</artifactId>
5-
<version>0.27.1-alpha-SNAPSHOT</version>
5+
<version>0.27.1-beta-SNAPSHOT</version>
66
<packaging>jar</packaging>
77
<name>Google Cloud Monitoring</name>
88
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-monitoring</url>

google-cloud-trace/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>google-cloud-trace</artifactId>
5-
<version>0.27.1-alpha-SNAPSHOT</version>
5+
<version>0.27.1-beta-SNAPSHOT</version>
66
<packaging>jar</packaging>
77
<name>Google Cloud Trace</name>
88
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-trace</url>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,20 +163,20 @@
163163
<core-http.version>1.9.1-SNAPSHOT</core-http.version>
164164
<core-grpc.version>1.9.1-SNAPSHOT</core-grpc.version>
165165
<datastore.version>1.9.1-SNAPSHOT</datastore.version>
166-
<dlp.version>0.27.1-alpha-SNAPSHOT</dlp.version>
166+
<dlp.version>0.27.1-beta-SNAPSHOT</dlp.version>
167167
<dns.version>0.27.1-alpha-SNAPSHOT</dns.version>
168-
<errorreporting.version>0.27.1-alpha-SNAPSHOT</errorreporting.version>
168+
<errorreporting.version>0.27.1-beta-SNAPSHOT</errorreporting.version>
169169
<firestore.version>0.27.1-beta-SNAPSHOT</firestore.version>
170170
<examples.version>0.27.1-alpha-SNAPSHOT</examples.version>
171-
<language.version>0.27.1-beta-SNAPSHOT</language.version>
171+
<language.version>1.9.1-SNAPSHOT</language.version>
172172
<logging.version>1.9.1-SNAPSHOT</logging.version>
173-
<monitoring.version>0.27.1-alpha-SNAPSHOT</monitoring.version>
173+
<monitoring.version>0.27.1-beta-SNAPSHOT</monitoring.version>
174174
<pubsub.version>0.27.1-beta-SNAPSHOT</pubsub.version>
175175
<resourcemanager.version>0.27.1-alpha-SNAPSHOT</resourcemanager.version>
176176
<spanner.version>0.27.1-beta-SNAPSHOT</spanner.version>
177177
<speech.version>0.27.1-alpha-SNAPSHOT</speech.version>
178178
<storage.version>1.9.1-SNAPSHOT</storage.version>
179-
<trace.version>0.27.1-alpha-SNAPSHOT</trace.version>
179+
<trace.version>0.27.1-beta-SNAPSHOT</trace.version>
180180
<translate.version>1.9.1-SNAPSHOT</translate.version>
181181
<vision.version>0.27.1-beta-SNAPSHOT</vision.version>
182182
<video-intelligence.version>0.27.1-beta-SNAPSHOT</video-intelligence.version>

0 commit comments

Comments
 (0)