We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b510d commit 79828c2Copy full SHA for 79828c2
1 file changed
gcloud-java-storage/src/main/java/com/google/cloud/storage/testing/FakeStorageRpc.java
@@ -37,9 +37,24 @@
37
38
/**
39
* A bare-bones in-memory implementation of Storage, meant for testing.
40
- * See LocalGcsHelper.
41
*
42
- * This class is NOT thread-safe.
+ * <p>This class is <i>not</i> thread-safe. It's also (currently) limited in the following ways:
+ * <ul>
43
+ * <li>Partially Supported
44
45
+ * <li>create
46
+ * <li>get
47
+ * <li>delete
48
+ * <li>directory listing
49
+ * </ul>
50
+ * <li>Unsupported
51
52
+ * <li>generations
53
+ * <li>file attributes
54
+ * <li>patch
55
+ * <li>continueRewrite
56
57
58
*/
59
@NotThreadSafe
60
public class FakeStorageRpc implements StorageRpc {
0 commit comments