We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e6b5aa commit 39ba077Copy full SHA for 39ba077
1 file changed
gcloud-java-storage/src/main/java/com/google/cloud/storage/testing/FakeStorageRpc.java
@@ -40,19 +40,24 @@
40
*
41
* <p>This class is <i>not</i> thread-safe. It's also (currently) limited in the following ways:
42
* <ul>
43
- * <li>Partially Supported
+ * <li>Supported
44
45
- * <li>create
46
- * <li>get
47
- * <li>delete
48
- * <li>directory listing
+ * <li>object create
+ * <li>object get
+ * <li>object delete
+ * <li>list the contents of a bucket
49
* </ul>
50
* <li>Unsupported
51
52
+ * <li>bucket create
53
+ * <li>bucket get
54
+ * <li>bucket delete
55
+ * <li>list all buckets
56
* <li>generations
57
* <li>file attributes
58
* <li>patch
59
* <li>continueRewrite
60
+ * <li>createBatch
61
62
63
*/
0 commit comments