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
Copy file name to clipboardExpand all lines: branches/snehashah-snippets/google-cloud-storage/README.md
+9-17Lines changed: 9 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,27 +113,19 @@ String blobContent = new String(blob.getContent(), UTF_8);
113
113
```
114
114
115
115
#### Listing buckets and contents of buckets
116
-
Suppose that you've added more buckets and blobs, and now you want to see the names of your buckets and the contents of each one. Add the following imports:
117
-
118
-
```java
119
-
importjava.util.Iterator;
120
-
```
121
-
122
-
Then add the following code to list all your buckets and all the blobs inside your newly created bucket.
116
+
Suppose that you've added more buckets and blobs, and now you want to see the names of your buckets and the contents of each one. Add the following code to list all your buckets and all the blobs inside each bucket.
0 commit comments