Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
/**
* A client for interacting with Google Cloud Storage's Multipart Upload API.
*
* <p>This class is for internal use only and is not intended for public consumption. It provides a
* low-level interface for creating and managing multipart uploads.
* <p>It provides a low-level interface for creating and managing multipart uploads.
*
* @see <a href="https://cloud.google.com/storage/docs/multipart-uploads">Multipart Uploads</a>
* @since 2.60.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@
*/
package com.google.cloud.storage;

/**
* Settings for configuring the {@link MultipartUploadClient}.
*
* <p>This class is for internal use only and is not intended for public consumption.
*/
/** Settings for configuring the {@link MultipartUploadClient}. */
public final class MultipartUploadSettings {
private final HttpStorageOptions options;

Expand Down
Loading