File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
java-storage/google-cloud-storage/src/main/java/com/google/cloud/storage Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1515 */
1616package 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}. */
2319public final class MultipartUploadSettings {
2420 private final HttpStorageOptions options ;
2521
You can’t perform that action at this time.
0 commit comments