You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// See here for possible values: http://g.co/cloud/storage/docs/storage-classes
102
+
.setStorageClass("COLDLINE")
103
+
// Possible values: http://g.co/cloud/storage/docs/bucket-locations#location-mr
Copy file name to clipboardExpand all lines: trunk/google-cloud-examples/src/test/java/com/google/cloud/examples/storage/snippets/ITStorageSnippets.java
+20-3Lines changed: 20 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@
48
48
importjava.io.InputStream;
49
49
importjava.net.URL;
50
50
importjava.net.URLConnection;
51
+
importjava.util.ArrayList;
51
52
importjava.util.HashSet;
52
53
importjava.util.Iterator;
53
54
importjava.util.List;
@@ -64,6 +65,7 @@ public class ITStorageSnippets {
* // See here for possible values: http://g.co/cloud/storage/docs/storage-classes
1504
+
* .setStorageClass("COLDLINE")
1505
+
* // Possible values: http://g.co/cloud/storage/docs/bucket-locations#location-mr
0 commit comments