File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,16 @@ This client supports the following Google Cloud Platform services at a [Beta](#v
1919- [ Google Cloud Datastore] ( #google-cloud-datastore-beta ) (Beta)
2020- [ Google Cloud Storage] ( #google-cloud-storage-beta ) (Beta)
2121- [ Cloud Spanner] ( #cloud-spanner-beta ) (Beta)
22+ - [ Google Cloud Translate] ( #google-translate-beta ) (Beta)
2223- Cloud Vision (Beta)
24+ - Cloud Natural Language (Beta)
2325
2426This client supports the following Google Cloud Platform services at an [ Alpha] ( #versioning ) quality level:
2527
2628- [ Google Cloud Compute] ( #google-cloud-compute-alpha ) (Alpha)
2729- [ Google Cloud DNS] ( #google-cloud-dns-alpha ) (Alpha)
2830- [ Google Cloud Pub/Sub] ( #google-cloud-pubsub-alpha ) (Alpha - Not working on App Engine Standard)
2931- [ Google Cloud Resource Manager] ( #google-cloud-resource-manager-alpha ) (Alpha)
30- - [ Google Cloud Translate] ( #google-translate-alpha ) (Alpha)
3132
3233> Note: This client is a work-in-progress, and may occasionally
3334> make backwards-incompatible changes.
@@ -647,7 +648,7 @@ while (projectIterator.hasNext()) {
647648}
648649```
649650
650- Google Translate (Alpha )
651+ Google Translate (Beta )
651652----------------
652653
653654- [API Documentation][translate-api]
Original file line number Diff line number Diff line change 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 >${beta.version} </version >
56 <packaging >jar</packaging >
67 <name >Google Cloud Natural Language</name >
78 <url >https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-language</url >
Original file line number Diff line number Diff line change 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-translate</artifactId >
5+ <version >${beta.version} </version >
56 <packaging >jar</packaging >
67 <name >Google Cloud Translate</name >
78 <url >https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-translate</url >
Original file line number Diff line number Diff line change 4747 <dependency >
4848 <groupId >${project.groupId} </groupId >
4949 <artifactId >google-cloud-language</artifactId >
50- <version >${project .version} </version >
50+ <version >${beta .version} </version >
5151 </dependency >
5252 <dependency >
5353 <groupId >${project.groupId} </groupId >
8787 <dependency >
8888 <groupId >${project.groupId} </groupId >
8989 <artifactId >google-cloud-translate</artifactId >
90- <version >${project .version} </version >
90+ <version >${beta .version} </version >
9191 </dependency >
9292 <dependency >
9393 <groupId >${project.groupId} </groupId >
You can’t perform that action at this time.
0 commit comments