File tree 16 files changed +47
-47
lines changed
google-cloud-nio-examples
google-cloud-resourcemanager
16 files changed +47
-47
lines changed Original file line number Diff line number Diff line change @@ -40,16 +40,16 @@ If you are using Maven, add this to your pom.xml file
40
40
<dependency >
41
41
<groupId >com.google.cloud</groupId >
42
42
<artifactId >google-cloud</artifactId >
43
- <version >0.5.0 </version >
43
+ <version >0.5.1 </version >
44
44
</dependency >
45
45
```
46
46
If you are using Gradle, add this to your dependencies
47
47
``` Groovy
48
- compile 'com.google.cloud:google-cloud:0.5.0 '
48
+ compile 'com.google.cloud:google-cloud:0.5.1 '
49
49
```
50
50
If you are using SBT, add this to your dependencies
51
51
``` Scala
52
- libraryDependencies += " com.google.cloud" % " google-cloud" % " 0.5.0 "
52
+ libraryDependencies += " com.google.cloud" % " google-cloud" % " 0.5.1 "
53
53
```
54
54
55
55
Example 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
22
22
<dependency >
23
23
<groupId >com.google.cloud</groupId >
24
24
<artifactId >google-cloud-bigquery</artifactId >
25
- <version >0.5.0 </version >
25
+ <version >0.5.1 </version >
26
26
</dependency >
27
27
```
28
28
If you are using Gradle, add this to your dependencies
29
29
``` Groovy
30
- compile 'com.google.cloud:google-cloud-bigquery:0.5.0 '
30
+ compile 'com.google.cloud:google-cloud-bigquery:0.5.1 '
31
31
```
32
32
If you are using SBT, add this to your dependencies
33
33
``` Scala
34
- libraryDependencies += " com.google.cloud" % " google-cloud-bigquery" % " 0.5.0 "
34
+ libraryDependencies += " com.google.cloud" % " google-cloud-bigquery" % " 0.5.1 "
35
35
```
36
36
37
37
Example 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
22
22
<dependency >
23
23
<groupId >com.google.cloud</groupId >
24
24
<artifactId >google-cloud-compute</artifactId >
25
- <version >0.5.0 </version >
25
+ <version >0.5.1 </version >
26
26
</dependency >
27
27
```
28
28
If you are using Gradle, add this to your dependencies
29
29
``` Groovy
30
- compile 'com.google.cloud:google-cloud-compute:0.5.0 '
30
+ compile 'com.google.cloud:google-cloud-compute:0.5.1 '
31
31
```
32
32
If you are using SBT, add this to your dependencies
33
33
``` Scala
34
- libraryDependencies += " com.google.cloud" % " google-cloud-compute" % " 0.5.0 "
34
+ libraryDependencies += " com.google.cloud" % " google-cloud-compute" % " 0.5.1 "
35
35
```
36
36
37
37
Example 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
25
25
<dependency >
26
26
<groupId >com.google.cloud</groupId >
27
27
<artifactId >google-cloud-contrib</artifactId >
28
- <version >0.5.0 </version >
28
+ <version >0.5.1 </version >
29
29
</dependency >
30
30
```
31
31
If you are using Gradle, add this to your dependencies
32
32
``` Groovy
33
- compile 'com.google.cloud:google-cloud-contrib:0.5.0 '
33
+ compile 'com.google.cloud:google-cloud-contrib:0.5.1 '
34
34
```
35
35
If you are using SBT, add this to your dependencies
36
36
``` Scala
37
- libraryDependencies += " com.google.cloud" % " google-cloud-contrib" % " 0.5.0 "
37
+ libraryDependencies += " com.google.cloud" % " google-cloud-contrib" % " 0.5.1 "
38
38
```
39
39
40
40
### google-cloud-nio-examples
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ To run this example:
22
22
4. Run the sample with:
23
23
24
24
```
25
- java -cp google-cloud-contrib/google-cloud-nio/target/google-cloud-nio-0.5.1 -SNAPSHOT-shaded.jar:google-cloud-contrib/google-cloud-nio-examples/target/google-cloud-nio-examples-0.5.1 -SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
25
+ java -cp google-cloud-contrib/google-cloud-nio/target/google-cloud-nio-0.5.2 -SNAPSHOT-shaded.jar:google-cloud-contrib/google-cloud-nio-examples/target/google-cloud-nio-examples-0.5.2 -SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
26
26
```
27
27
28
28
Notice that it lists Google Cloud Storage, which it wouldn't if you ran it without the NIO jar:
29
29
```
30
- java -cp google-cloud-contrib/google-cloud-nio-examples/target/google-cloud-nio-examples-0.5.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.5.2 -SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
31
31
```
32
32
33
33
The 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
26
26
<dependency >
27
27
<groupId >com.google.cloud</groupId >
28
28
<artifactId >google-cloud-nio</artifactId >
29
- <version >0.5.0 </version >
29
+ <version >0.5.1 </version >
30
30
</dependency >
31
31
```
32
32
If you are using Gradle, add this to your dependencies
33
33
``` Groovy
34
- compile 'com.google.cloud:google-cloud-nio:0.5.0 '
34
+ compile 'com.google.cloud:google-cloud-nio:0.5.1 '
35
35
```
36
36
If you are using SBT, add this to your dependencies
37
37
``` Scala
38
- libraryDependencies += " com.google.cloud" % " google-cloud-nio" % " 0.5.0 "
38
+ libraryDependencies += " com.google.cloud" % " google-cloud-nio" % " 0.5.1 "
39
39
```
40
40
41
41
Example 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
19
19
<dependency >
20
20
<groupId >com.google.cloud</groupId >
21
21
<artifactId >google-cloud-core</artifactId >
22
- <version >0.5.0 </version >
22
+ <version >0.5.1 </version >
23
23
</dependency >
24
24
```
25
25
If you are using Gradle, add this to your dependencies
26
26
``` Groovy
27
- compile 'com.google.cloud:google-cloud-core:0.5.0 '
27
+ compile 'com.google.cloud:google-cloud-core:0.5.1 '
28
28
```
29
29
If you are using SBT, add this to your dependencies
30
30
``` Scala
31
- libraryDependencies += " com.google.cloud" % " google-cloud-core" % " 0.5.0 "
31
+ libraryDependencies += " com.google.cloud" % " google-cloud-core" % " 0.5.1 "
32
32
```
33
33
34
34
Troubleshooting
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
22
22
<dependency >
23
23
<groupId >com.google.cloud</groupId >
24
24
<artifactId >google-cloud-datastore</artifactId >
25
- <version >0.5.0 </version >
25
+ <version >0.5.1 </version >
26
26
</dependency >
27
27
```
28
28
If you are using Gradle, add this to your dependencies
29
29
``` Groovy
30
- compile 'com.google.cloud:google-cloud-datastore:0.5.0 '
30
+ compile 'com.google.cloud:google-cloud-datastore:0.5.1 '
31
31
```
32
32
If you are using SBT, add this to your dependencies
33
33
``` Scala
34
- libraryDependencies += " com.google.cloud" % " google-cloud-datastore" % " 0.5.0 "
34
+ libraryDependencies += " com.google.cloud" % " google-cloud-datastore" % " 0.5.1 "
35
35
```
36
36
37
37
Example 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
22
22
<dependency >
23
23
<groupId >com.google.cloud</groupId >
24
24
<artifactId >google-cloud-dns</artifactId >
25
- <version >0.5.0 </version >
25
+ <version >0.5.1 </version >
26
26
</dependency >
27
27
```
28
28
If you are using Gradle, add this to your dependencies
29
29
``` Groovy
30
- compile 'com.google.cloud:google-cloud-dns:0.5.0 '
30
+ compile 'com.google.cloud:google-cloud-dns:0.5.1 '
31
31
```
32
32
If you are using SBT, add this to your dependencies
33
33
``` Scala
34
- libraryDependencies += " com.google.cloud" % " google-cloud-dns" % " 0.5.0 "
34
+ libraryDependencies += " com.google.cloud" % " google-cloud-dns" % " 0.5.1 "
35
35
```
36
36
37
37
Example 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
19
19
<dependency >
20
20
<groupId >com.google.cloud</groupId >
21
21
<artifactId >google-cloud-examples</artifactId >
22
- <version >0.5.0 </version >
22
+ <version >0.5.1 </version >
23
23
</dependency >
24
24
```
25
25
If you are using Gradle, add this to your dependencies
26
26
``` Groovy
27
- compile 'com.google.cloud:google-cloud-examples:0.5.0 '
27
+ compile 'com.google.cloud:google-cloud-examples:0.5.1 '
28
28
```
29
29
If you are using SBT, add this to your dependencies
30
30
``` Scala
31
- libraryDependencies += " com.google.cloud" % " google-cloud-examples" % " 0.5.0 "
31
+ libraryDependencies += " com.google.cloud" % " google-cloud-examples" % " 0.5.1 "
32
32
```
33
33
34
34
To 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
26
26
<dependency >
27
27
<groupId >com.google.cloud</groupId >
28
28
<artifactId >google-cloud-logging</artifactId >
29
- <version >0.5.0 </version >
29
+ <version >0.5.1 </version >
30
30
</dependency >
31
31
```
32
32
If you are using Gradle, add this to your dependencies
33
33
``` Groovy
34
- compile 'com.google.cloud:google-cloud-logging:0.5.0 '
34
+ compile 'com.google.cloud:google-cloud-logging:0.5.1 '
35
35
```
36
36
If you are using SBT, add this to your dependencies
37
37
``` Scala
38
- libraryDependencies += " com.google.cloud" % " google-cloud-logging" % " 0.5.0 "
38
+ libraryDependencies += " com.google.cloud" % " google-cloud-logging" % " 0.5.1 "
39
39
```
40
40
41
41
Example Application
Original file line number Diff line number Diff line change @@ -26,16 +26,16 @@ Add this to your pom.xml file
26
26
<dependency >
27
27
<groupId >com.google.cloud</groupId >
28
28
<artifactId >google-cloud-pubsub</artifactId >
29
- <version >0.5.0 </version >
29
+ <version >0.5.1 </version >
30
30
</dependency >
31
31
```
32
32
If you are using Gradle, add this to your dependencies
33
33
``` Groovy
34
- compile 'com.google.cloud:google-cloud-pubsub:0.5.0 '
34
+ compile 'com.google.cloud:google-cloud-pubsub:0.5.1 '
35
35
```
36
36
If you are using SBT, add this to your dependencies
37
37
``` Scala
38
- libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 0.5.0 "
38
+ libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 0.5.1 "
39
39
```
40
40
41
41
Example 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
22
22
<dependency >
23
23
<groupId >com.google.cloud</groupId >
24
24
<artifactId >google-cloud-resourcemanager</artifactId >
25
- <version >0.5.0 </version >
25
+ <version >0.5.1 </version >
26
26
</dependency >
27
27
```
28
28
If you are using Gradle, add this to your dependencies
29
29
``` Groovy
30
- compile 'com.google.cloud:google-cloud-resourcemanager:0.5.0 '
30
+ compile 'com.google.cloud:google-cloud-resourcemanager:0.5.1 '
31
31
```
32
32
If you are using SBT, add this to your dependencies
33
33
``` Scala
34
- libraryDependencies += " com.google.cloud" % " google-cloud-resourcemanager" % " 0.5.0 "
34
+ libraryDependencies += " com.google.cloud" % " google-cloud-resourcemanager" % " 0.5.1 "
35
35
```
36
36
37
37
Example 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
22
22
<dependency >
23
23
<groupId >com.google.cloud</groupId >
24
24
<artifactId >google-cloud-storage</artifactId >
25
- <version >0.5.0 </version >
25
+ <version >0.5.1 </version >
26
26
</dependency >
27
27
```
28
28
If you are using Gradle, add this to your dependencies
29
29
``` Groovy
30
- compile 'com.google.cloud:google-cloud-storage:0.5.0 '
30
+ compile 'com.google.cloud:google-cloud-storage:0.5.1 '
31
31
```
32
32
If you are using SBT, add this to your dependencies
33
33
``` Scala
34
- libraryDependencies += " com.google.cloud" % " google-cloud-storage" % " 0.5.0 "
34
+ libraryDependencies += " com.google.cloud" % " google-cloud-storage" % " 0.5.1 "
35
35
```
36
36
37
37
Example 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
22
22
<dependency >
23
23
<groupId >com.google.cloud</groupId >
24
24
<artifactId >google-cloud-translate</artifactId >
25
- <version >0.5.0 </version >
25
+ <version >0.5.1 </version >
26
26
</dependency >
27
27
```
28
28
If you are using Gradle, add this to your dependencies
29
29
``` Groovy
30
- compile 'com.google.cloud:google-cloud-translate:0.5.0 '
30
+ compile 'com.google.cloud:google-cloud-translate:0.5.1 '
31
31
```
32
32
If you are using SBT, add this to your dependencies
33
33
``` Scala
34
- libraryDependencies += " com.google.cloud" % " google-cloud-translate" % " 0.5.0 "
34
+ libraryDependencies += " com.google.cloud" % " google-cloud-translate" % " 0.5.1 "
35
35
```
36
36
37
37
Example Application
Original file line number Diff line number Diff line change @@ -27,16 +27,16 @@ If you are using Maven, add this to your pom.xml file
27
27
<dependency >
28
28
<groupId >com.google.cloud</groupId >
29
29
<artifactId >google-cloud</artifactId >
30
- <version >0.5.0 </version >
30
+ <version >0.5.1 </version >
31
31
</dependency >
32
32
```
33
33
If you are using Gradle, add this to your dependencies
34
34
``` Groovy
35
- compile 'com.google.cloud:google-cloud:0.5.0 '
35
+ compile 'com.google.cloud:google-cloud:0.5.1 '
36
36
```
37
37
If you are using SBT, add this to your dependencies
38
38
``` Scala
39
- libraryDependencies += " com.google.cloud" % " google-cloud" % " 0.5.0 "
39
+ libraryDependencies += " com.google.cloud" % " google-cloud" % " 0.5.1 "
40
40
```
41
41
42
42
Troubleshooting
You can’t perform that action at this time.
0 commit comments