Skip to content

Commit 8a18ec9

Browse files
jean-philippe-martinmziccard
authored andcommitted
---
yaml --- r: 3475 b: refs/heads/master c: 39ba077 h: refs/heads/master i: 3473: 20d508f 3471: 63309c9
1 parent 6d8953a commit 8a18ec9

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 1e6b5aa681d5077d0189a72d3853bfdb4b3f8767
2+
refs/heads/master: 39ba0778a43b6b91439465c0a336e59e6d5c8923
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: 4e0561bb4504bf647db669a14417b2b2c87ba45d
55
refs/heads/pubsub-alpha: 1a0e970f265af871e02274085b9662b3fe29058b

trunk/gcloud-java-storage/src/main/java/com/google/cloud/storage/testing/FakeStorageRpc.java

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,24 @@
4040
*
4141
* <p>This class is <i>not</i> thread-safe. It's also (currently) limited in the following ways:
4242
* <ul>
43-
* <li>Partially Supported
43+
* <li>Supported
4444
* <ul>
45-
* <li>create
46-
* <li>get
47-
* <li>delete
48-
* <li>directory listing
45+
* <li>object create
46+
* <li>object get
47+
* <li>object delete
48+
* <li>list the contents of a bucket
4949
* </ul>
5050
* <li>Unsupported
5151
* <ul>
52+
* <li>bucket create
53+
* <li>bucket get
54+
* <li>bucket delete
55+
* <li>list all buckets
5256
* <li>generations
5357
* <li>file attributes
5458
* <li>patch
5559
* <li>continueRewrite
60+
* <li>createBatch
5661
* </ul>
5762
* </ul>
5863
*/

0 commit comments

Comments
 (0)