Skip to content

Commit 60694d6

Browse files
parkjam4pongad
authored andcommitted
readme: add region tags (#3421)
Adding region tags to include in Java Cloud Client Library docs on cloud.google.com
1 parent 7f79a26 commit 60694d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,13 @@ libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.35.0"
7474
```
7575
[//]: # ({x-version-update-end})
7676

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

8182
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.
82-
83+
// [END java_ides_links]
8384
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.
8485

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

0 commit comments

Comments
 (0)