Class CompletedPart
java.lang.Object
com.google.cloud.storage.multipartupload.model.CompletedPart
Represents a completed part of 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 TypeMethodDescriptionstatic CompletedPart.Builderbuilder()Creates a new builder forCompletedPart.eTag()Returns the ETag of this completed part.intReturns the part number of this completed part.
-
Method Details
-
builder
Creates a new builder forCompletedPart.- Returns:
- A new builder.
- Since:
- 2.60.0 This new api is in preview and is subject to breaking changes.
-
partNumber
@BetaApi public int partNumber()Returns the part number of this completed part.- Returns:
- The part number.
- Since:
- 2.60.0 This new api is in preview and is subject to breaking changes.
-
eTag
Returns the ETag of this completed part.- Returns:
- The ETag.
- Since:
- 2.60.0 This new api is in preview and is subject to breaking changes.
-