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 37bf4ec commit 194284bCopy full SHA for 194284b
google-cloud-storage/src/main/java/com/google/cloud/storage/MultipartUploadClient.java
@@ -107,7 +107,7 @@ public abstract CompleteMultipartUploadResponse completeMultipartUpload(
107
*
108
* @param request The request object containing the details for listing the multipart uploads.
109
* @return A {@link ListMultipartUploadsResponse} object containing the list of multipart uploads.
110
- * @since 2.60.0 This new api is in preview and is subject to breaking changes.
+ * @since 2.61.0 This new api is in preview and is subject to breaking changes.
111
*/
112
@BetaApi
113
public abstract ListMultipartUploadsResponse listMultipartUploads(
0 commit comments