We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 194284b commit de8dc78Copy full SHA for de8dc78
google-cloud-storage/src/main/java/com/google/cloud/storage/MultipartUploadClient.java
@@ -110,8 +110,9 @@ public abstract CompleteMultipartUploadResponse completeMultipartUpload(
110
* @since 2.61.0 This new api is in preview and is subject to breaking changes.
111
*/
112
@BetaApi
113
- public abstract ListMultipartUploadsResponse listMultipartUploads(
114
- ListMultipartUploadsRequest request);
+ public ListMultipartUploadsResponse listMultipartUploads(ListMultipartUploadsRequest request) {
+ throw new UnsupportedOperationException("This operation is not yet implemented.");
115
+ }
116
117
/**
118
* Creates a new instance of {@link MultipartUploadClient}.
0 commit comments