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/autosynth-tasks/google-cloud-clients/google-cloud-contrib/google-cloud-nio/src/main/java/com/google/cloud/storage/contrib/nio/testing/FakeStorageRpc.java
Copy file name to clipboardExpand all lines: branches/autosynth-tasks/google-cloud-clients/google-cloud-storage/src/main/java/com/google/cloud/storage/BlobWriteChannel.java
+49Lines changed: 49 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@
24
24
importcom.google.cloud.RetryHelper;
25
25
importcom.google.cloud.WriteChannel;
26
26
importcom.google.cloud.storage.spi.v1.StorageRpc;
27
+
importjava.net.URL;
27
28
importjava.util.Map;
28
29
importjava.util.concurrent.Callable;
29
30
@@ -34,10 +35,18 @@ class BlobWriteChannel extends BaseWriteChannel<StorageOptions, BlobInfo> {
Copy file name to clipboardExpand all lines: branches/autosynth-tasks/google-cloud-clients/google-cloud-storage/src/main/java/com/google/cloud/storage/Storage.java
Copy file name to clipboardExpand all lines: branches/autosynth-tasks/google-cloud-clients/google-cloud-storage/src/main/java/com/google/cloud/storage/StorageImpl.java
Copy file name to clipboardExpand all lines: branches/autosynth-tasks/google-cloud-clients/google-cloud-storage/src/main/java/com/google/cloud/storage/spi/v1/HttpStorageRpc.java
Copy file name to clipboardExpand all lines: branches/autosynth-tasks/google-cloud-clients/google-cloud-storage/src/main/java/com/google/cloud/storage/spi/v1/StorageRpc.java
Copy file name to clipboardExpand all lines: branches/autosynth-tasks/google-cloud-clients/google-cloud-storage/src/test/java/com/google/cloud/storage/BlobWriteChannelTest.java
+131Lines changed: 131 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,9 @@
36
36
importcom.google.cloud.storage.spi.v1.StorageRpc;
37
37
importcom.google.common.collect.ImmutableMap;
38
38
importjava.io.IOException;
39
+
importjava.net.MalformedURLException;
39
40
importjava.net.SocketException;
41
+
importjava.net.URL;
40
42
importjava.nio.ByteBuffer;
41
43
importjava.util.Arrays;
42
44
importjava.util.Map;
@@ -60,6 +62,8 @@ public class BlobWriteChannelTest {
Copy file name to clipboardExpand all lines: branches/autosynth-tasks/google-cloud-clients/google-cloud-storage/src/test/java/com/google/cloud/storage/StorageImplTest.java
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@
59
59
importjava.io.ByteArrayInputStream;
60
60
importjava.io.IOException;
61
61
importjava.io.UnsupportedEncodingException;
62
+
importjava.net.MalformedURLException;
62
63
importjava.net.URL;
63
64
importjava.net.URLDecoder;
64
65
importjava.nio.ByteBuffer;
@@ -319,6 +320,9 @@ public class StorageImplTest {
0 commit comments