Skip to content

Commit

Permalink
readme: add region tags (#3421)
Browse files Browse the repository at this point in the history
Adding region tags to include in Java Cloud Client Library docs on cloud.google.com
  • Loading branch information
parkjam4 authored and pongad committed Jul 2, 2018
1 parent 7f79a26 commit 60694d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,13 @@ libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.35.0"
```
[//]: # ({x-version-update-end})

// [START java_ides_links]
If you're using IntelliJ or Eclipse, you can add client libraries to your project using these IDE plugins:
* [Cloud Tools for IntelliJ](https://cloud.google.com/tools/intellij/docs/client-libraries?utm_source=github&utm_medium=google-cloud-java&utm_campaign=ToolsforIntelliJ)
* [Cloud Tools for Eclipse](https://cloud.google.com/eclipse/docs/libraries?utm_source=github&utm_medium=google-cloud-java&utm_campaign=ToolsforEclipse)

Besides adding client libraries, the plugins provide additional functionality, such as service account key management. Refer to the documentation for each plugin for more details.

// [END java_ides_links]
These client libraries can be used on App Engine standard for Java 8 runtime and App Engine flexible (including the Compat runtime). Most of the libraries do not work on the App Engine standard for Java 7 runtime. However, Datastore, Storage, and Bigquery should work.

If you are running into problems with version conflicts, see [Version Management](#version-management).
Expand Down

0 comments on commit 60694d6

Please sign in to comment.