Class CompletedMultipartUpload
java.lang.Object
com.google.cloud.storage.multipartupload.model.CompletedMultipartUpload
Represents the XML payload for a completed multipart upload. This is used in the request body
when completing a multipart upload.
- Since:
- 2.60.0 This new api is in preview and is subject to breaking changes.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a new builder forCompletedMultipartUpload.booleaninthashCode()parts()Returns the list of completed parts for this multipart upload.toString()
-
Method Details
-
parts
Returns the list of completed parts for this multipart upload.- Returns:
- The list of completed parts.
- Since:
- 2.60.0 This new api is in preview and is subject to breaking changes.
-
equals
-
hashCode
public int hashCode() -
toString
-
builder
Creates a new builder forCompletedMultipartUpload.- Returns:
- A new builder.
- Since:
- 2.60.0 This new api is in preview and is subject to breaking changes.
-