Skip to content

Commit c8c17c3

Browse files
authored
chore(storage): modify documentation to remove 'internal only' from MPU APIs (#12354)
Remove 'internal only' from MultipartUploadClient and MultipartUploadSettings
1 parent 378a3c1 commit c8c17c3

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

java-storage/google-cloud-storage/src/main/java/com/google/cloud/storage/MultipartUploadClient.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
/**
3535
* A client for interacting with Google Cloud Storage's Multipart Upload API.
3636
*
37-
* <p>This class is for internal use only and is not intended for public consumption. It provides a
38-
* low-level interface for creating and managing multipart uploads.
37+
* <p>It provides alow-level interface for creating and managing multipart uploads.
3938
*
4039
* @see <a href="https://cloud.google.com/storage/docs/multipart-uploads">Multipart Uploads</a>
4140
* @since 2.60.0

java-storage/google-cloud-storage/src/main/java/com/google/cloud/storage/MultipartUploadSettings.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@
1515
*/
1616
package com.google.cloud.storage;
1717

18-
/**
19-
* Settings for configuring the {@link MultipartUploadClient}.
20-
*
21-
* <p>This class is for internal use only and is not intended for public consumption.
22-
*/
18+
/** Settings for configuring the {@link MultipartUploadClient}. */
2319
public final class MultipartUploadSettings {
2420
private final HttpStorageOptions options;
2521

0 commit comments

Comments
 (0)