File tree Expand file tree Collapse file tree
google-cloud-nio-examples
google-cloud-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: a12b4e76bc61a2ff44e9104ddf8f479513fd8834
60+ refs/heads/tswast-patch-1: 424d5b5a3b3e2ce1a4167d634d04c56abc7f5376
6161refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b
Original file line number Diff line number Diff line change @@ -43,16 +43,16 @@ If you are using Maven, add this to your pom.xml file
4343<dependency >
4444 <groupId >com.google.cloud</groupId >
4545 <artifactId >google-cloud</artifactId >
46- <version >0.8.0 </version >
46+ <version >0.8.1-alpha </version >
4747</dependency >
4848```
4949If you are using Gradle, add this to your dependencies
5050``` Groovy
51- compile 'com.google.cloud:google-cloud:0.8.0 '
51+ compile 'com.google.cloud:google-cloud:0.8.1-alpha '
5252```
5353If you are using SBT, add this to your dependencies
5454``` Scala
55- libraryDependencies += " com.google.cloud" % " google-cloud" % " 0.8.0 "
55+ libraryDependencies += " com.google.cloud" % " google-cloud" % " 0.8.1-alpha "
5656```
5757
5858Example 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 >google-cloud-compute</artifactId >
25- <version >0.8.0 </version >
25+ <version >0.8.1-alpha </version >
2626</dependency >
2727```
2828If you are using Gradle, add this to your dependencies
2929``` Groovy
30- compile 'com.google.cloud:google-cloud-compute:0.8.0 '
30+ compile 'com.google.cloud:google-cloud-compute:0.8.1-alpha '
3131```
3232If you are using SBT, add this to your dependencies
3333``` Scala
34- libraryDependencies += " com.google.cloud" % " google-cloud-compute" % " 0.8.0 "
34+ libraryDependencies += " com.google.cloud" % " google-cloud-compute" % " 0.8.1-alpha "
3535```
3636
3737Example Application
Original file line number Diff line number Diff line change @@ -25,16 +25,16 @@ If you are using Maven, add this to your pom.xml file
2525<dependency >
2626 <groupId >com.google.cloud</groupId >
2727 <artifactId >google-cloud-contrib</artifactId >
28- <version >0.8.0 </version >
28+ <version >0.8.1-alpha </version >
2929</dependency >
3030```
3131If you are using Gradle, add this to your dependencies
3232``` Groovy
33- compile 'com.google.cloud:google-cloud-contrib:0.8.0 '
33+ compile 'com.google.cloud:google-cloud-contrib:0.8.1-alpha '
3434```
3535If you are using SBT, add this to your dependencies
3636``` Scala
37- libraryDependencies += " com.google.cloud" % " google-cloud-contrib" % " 0.8.0 "
37+ libraryDependencies += " com.google.cloud" % " google-cloud-contrib" % " 0.8.1-alpha "
3838```
3939
4040### google-cloud-nio-examples
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ To run this example:
22224. Run the sample with:
2323
2424 ```
25- java -cp google-cloud-contrib/google-cloud-nio/target/google-cloud-nio-0.7.1- SNAPSHOT-shaded.jar:google-cloud-contrib/google-cloud-nio-examples/target/google-cloud-nio-examples-0.7.1 -SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
25+ java -cp google-cloud-contrib/google-cloud-nio/target/google-cloud-nio-0.8.2-alpha- SNAPSHOT-shaded.jar:google-cloud-contrib/google-cloud-nio-examples/target/google-cloud-nio-examples-0.8.2-alpha -SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
2626 ```
2727
2828 Notice that it lists Google Cloud Storage, which it wouldn't if you ran it without the NIO jar:
2929 ```
30- java -cp google-cloud-contrib/google-cloud-nio-examples/target/google-cloud-nio-examples-0.7.1 -SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
30+ java -cp google-cloud-contrib/google-cloud-nio-examples/target/google-cloud-nio-examples-0.8.2-alpha -SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
3131 ```
3232
3333The sample doesn't have anything about Google Cloud Storage in it. It gets that ability from the NIO
Original file line number Diff line number Diff line change @@ -26,16 +26,16 @@ If you are using Maven, add this to your pom.xml file
2626<dependency >
2727 <groupId >com.google.cloud</groupId >
2828 <artifactId >google-cloud-nio</artifactId >
29- <version >0.8.0 </version >
29+ <version >0.8.1-alpha </version >
3030</dependency >
3131```
3232If you are using Gradle, add this to your dependencies
3333``` Groovy
34- compile 'com.google.cloud:google-cloud-nio:0.8.0 '
34+ compile 'com.google.cloud:google-cloud-nio:0.8.1-alpha '
3535```
3636If you are using SBT, add this to your dependencies
3737``` Scala
38- libraryDependencies += " com.google.cloud" % " google-cloud-nio" % " 0.8.0 "
38+ libraryDependencies += " com.google.cloud" % " google-cloud-nio" % " 0.8.1-alpha "
3939```
4040
4141Example Applications
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 >google-cloud-core</artifactId >
22- <version >0.8.0 </version >
22+ <version >0.8.1-alpha </version >
2323</dependency >
2424```
2525If you are using Gradle, add this to your dependencies
2626``` Groovy
27- compile 'com.google.cloud:google-cloud-core:0.8.0 '
27+ compile 'com.google.cloud:google-cloud-core:0.8.1-alpha '
2828```
2929If you are using SBT, add this to your dependencies
3030``` Scala
31- libraryDependencies += " com.google.cloud" % " google-cloud-core" % " 0.8.0 "
31+ libraryDependencies += " com.google.cloud" % " google-cloud-core" % " 0.8.1-alpha "
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 >google-cloud-dns</artifactId >
25- <version >0.8.0 </version >
25+ <version >0.8.1-alpha </version >
2626</dependency >
2727```
2828If you are using Gradle, add this to your dependencies
2929``` Groovy
30- compile 'com.google.cloud:google-cloud-dns:0.8.0 '
30+ compile 'com.google.cloud:google-cloud-dns:0.8.1-alpha '
3131```
3232If you are using SBT, add this to your dependencies
3333``` Scala
34- libraryDependencies += " com.google.cloud" % " google-cloud-dns" % " 0.8.0 "
34+ libraryDependencies += " com.google.cloud" % " google-cloud-dns" % " 0.8.1-alpha "
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 >google-cloud-examples</artifactId >
22- <version >0.8.0 </version >
22+ <version >0.8.1-alpha </version >
2323</dependency >
2424```
2525If you are using Gradle, add this to your dependencies
2626``` Groovy
27- compile 'com.google.cloud:google-cloud-examples:0.8.0 '
27+ compile 'com.google.cloud:google-cloud-examples:0.8.1-alpha '
2828```
2929If you are using SBT, add this to your dependencies
3030``` Scala
31- libraryDependencies += " com.google.cloud" % " google-cloud-examples" % " 0.8.0 "
31+ libraryDependencies += " com.google.cloud" % " google-cloud-examples" % " 0.8.1-alpha "
3232```
3333
3434To run examples from your command line:
Original file line number Diff line number Diff line change @@ -26,16 +26,16 @@ Add this to your pom.xml file
2626<dependency >
2727 <groupId >com.google.cloud</groupId >
2828 <artifactId >google-cloud-pubsub</artifactId >
29- <version >0.8.0 </version >
29+ <version >0.8.1-alpha </version >
3030</dependency >
3131```
3232If you are using Gradle, add this to your dependencies
3333``` Groovy
34- compile 'com.google.cloud:google-cloud-pubsub:0.8.0 '
34+ compile 'com.google.cloud:google-cloud-pubsub:0.8.1-alpha '
3535```
3636If you are using SBT, add this to your dependencies
3737``` Scala
38- libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 0.8.0 "
38+ libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 0.8.1-alpha "
3939```
4040
4141Example Application
You can’t perform that action at this time.
0 commit comments