File tree Expand file tree Collapse file tree
gcloud-java-resourcemanager Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60- refs/heads/tswast-patch-1: d947afb542cb8b43fbcbd4f2293d6b62560c7316
60+ refs/heads/tswast-patch-1: f652533d2c3aa1465409692d443e13faf1044dc9
6161refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b
Original file line number Diff line number Diff line change @@ -33,16 +33,16 @@ If you are using Maven, add this to your pom.xml file
3333<dependency >
3434 <groupId >com.google.cloud</groupId >
3535 <artifactId >gcloud-java</artifactId >
36- <version >0.1.7 </version >
36+ <version >0.2.0 </version >
3737</dependency >
3838```
3939If you are using Gradle, add this to your dependencies
4040``` Groovy
41- compile 'com.google.cloud:gcloud-java:0.1.7 '
41+ compile 'com.google.cloud:gcloud-java:0.2.0 '
4242```
4343If you are using SBT, add this to your dependencies
4444``` Scala
45- libraryDependencies += " com.google.cloud" % " gcloud-java" % " 0.1.7 "
45+ libraryDependencies += " com.google.cloud" % " gcloud-java" % " 0.2.0 "
4646```
4747
4848Example Applications
Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
2222<dependency >
2323 <groupId >com.google.cloud</groupId >
2424 <artifactId >gcloud-java-bigquery</artifactId >
25- <version >0.1.7 </version >
25+ <version >0.2.0 </version >
2626</dependency >
2727```
2828If you are using Gradle, add this to your dependencies
2929``` Groovy
30- compile 'com.google.cloud:gcloud-java-bigquery:0.1.7 '
30+ compile 'com.google.cloud:gcloud-java-bigquery:0.2.0 '
3131```
3232If you are using SBT, add this to your dependencies
3333``` Scala
34- libraryDependencies += " com.google.cloud" % " gcloud-java-bigquery" % " 0.1.7 "
34+ libraryDependencies += " com.google.cloud" % " gcloud-java-bigquery" % " 0.2.0 "
3535```
3636
3737Example Application
Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ If you are using Maven, add this to your pom.xml file
1616<dependency >
1717 <groupId >com.google.cloud</groupId >
1818 <artifactId >gcloud-java-contrib</artifactId >
19- <version >0.1.7 </version >
19+ <version >0.2.0 </version >
2020</dependency >
2121```
2222If you are using Gradle, add this to your dependencies
2323``` Groovy
24- compile 'com.google.cloud:gcloud-java-contrib:0.1.7 '
24+ compile 'com.google.cloud:gcloud-java-contrib:0.2.0 '
2525```
2626If you are using SBT, add this to your dependencies
2727``` Scala
28- libraryDependencies += " com.google.cloud" % " gcloud-java-contrib" % " 0.1.7 "
28+ libraryDependencies += " com.google.cloud" % " gcloud-java-contrib" % " 0.2.0 "
2929```
3030
3131Java Versions
Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ If you are using Maven, add this to your pom.xml file
1919<dependency >
2020 <groupId >com.google.cloud</groupId >
2121 <artifactId >gcloud-java-core</artifactId >
22- <version >0.1.7 </version >
22+ <version >0.2.0 </version >
2323</dependency >
2424```
2525If you are using Gradle, add this to your dependencies
2626``` Groovy
27- compile 'com.google.cloud:gcloud-java-core:0.1.7 '
27+ compile 'com.google.cloud:gcloud-java-core:0.2.0 '
2828```
2929If you are using SBT, add this to your dependencies
3030``` Scala
31- libraryDependencies += " com.google.cloud" % " gcloud-java-core" % " 0.1.7 "
31+ libraryDependencies += " com.google.cloud" % " gcloud-java-core" % " 0.2.0 "
3232```
3333
3434Troubleshooting
Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
2222<dependency >
2323 <groupId >com.google.cloud</groupId >
2424 <artifactId >gcloud-java-datastore</artifactId >
25- <version >0.1.7 </version >
25+ <version >0.2.0 </version >
2626</dependency >
2727```
2828If you are using Gradle, add this to your dependencies
2929``` Groovy
30- compile 'com.google.cloud:gcloud-java-datastore:0.1.7 '
30+ compile 'com.google.cloud:gcloud-java-datastore:0.2.0 '
3131```
3232If you are using SBT, add this to your dependencies
3333``` Scala
34- libraryDependencies += " com.google.cloud" % " gcloud-java-datastore" % " 0.1.7 "
34+ libraryDependencies += " com.google.cloud" % " gcloud-java-datastore" % " 0.2.0 "
3535```
3636
3737Example Application
Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
2222<dependency >
2323 <groupId >com.google.cloud</groupId >
2424 <artifactId >gcloud-java-dns</artifactId >
25- <version >0.1.7 </version >
25+ <version >0.2.0 </version >
2626</dependency >
2727```
2828If you are using Gradle, add this to your dependencies
2929``` Groovy
30- compile 'com.google.cloud:gcloud-java-dns:0.1.7 '
30+ compile 'com.google.cloud:gcloud-java-dns:0.2.0 '
3131```
3232If you are using SBT, add this to your dependencies
3333``` Scala
34- libraryDependencies += " com.google.cloud" % " gcloud-java-dns" % " 0.1.7 "
34+ libraryDependencies += " com.google.cloud" % " gcloud-java-dns" % " 0.2.0 "
3535```
3636
3737Example Application
Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ If you are using Maven, add this to your pom.xml file
1919<dependency >
2020 <groupId >com.google.cloud</groupId >
2121 <artifactId >gcloud-java-examples</artifactId >
22- <version >0.1.7 </version >
22+ <version >0.2.0 </version >
2323</dependency >
2424```
2525If you are using Gradle, add this to your dependencies
2626``` Groovy
27- compile 'com.google.cloud:gcloud-java-examples:0.1.7 '
27+ compile 'com.google.cloud:gcloud-java-examples:0.2.0 '
2828```
2929If you are using SBT, add this to your dependencies
3030``` Scala
31- libraryDependencies += " com.google.cloud" % " gcloud-java-examples" % " 0.1.7 "
31+ libraryDependencies += " com.google.cloud" % " gcloud-java-examples" % " 0.2.0 "
3232```
3333
3434To run examples from your command line:
Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
2222<dependency >
2323 <groupId >com.google.cloud</groupId >
2424 <artifactId >gcloud-java-resourcemanager</artifactId >
25- <version >0.1.7 </version >
25+ <version >0.2.0 </version >
2626</dependency >
2727```
2828If you are using Gradle, add this to your dependencies
2929``` Groovy
30- compile 'com.google.cloud:gcloud-java-resourcemanager:0.1.7 '
30+ compile 'com.google.cloud:gcloud-java-resourcemanager:0.2.0 '
3131```
3232If you are using SBT, add this to your dependencies
3333``` Scala
34- libraryDependencies += " com.google.cloud" % " gcloud-java-resourcemanager" % " 0.1.7 "
34+ libraryDependencies += " com.google.cloud" % " gcloud-java-resourcemanager" % " 0.2.0 "
3535```
3636
3737Example Application
Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
2222<dependency >
2323 <groupId >com.google.cloud</groupId >
2424 <artifactId >gcloud-java-storage</artifactId >
25- <version >0.1.7 </version >
25+ <version >0.2.0 </version >
2626</dependency >
2727```
2828If you are using Gradle, add this to your dependencies
2929``` Groovy
30- compile 'com.google.cloud:gcloud-java-storage:0.1.7 '
30+ compile 'com.google.cloud:gcloud-java-storage:0.2.0 '
3131```
3232If you are using SBT, add this to your dependencies
3333``` Scala
34- libraryDependencies += " com.google.cloud" % " gcloud-java-storage" % " 0.1.7 "
34+ libraryDependencies += " com.google.cloud" % " gcloud-java-storage" % " 0.2.0 "
3535```
3636
3737Example Application
You can’t perform that action at this time.
0 commit comments