Class Part
java.lang.Object
com.google.cloud.storage.multipartupload.model.Part
Represents a 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
-
Method Details
-
partNumber
@BetaApi public int partNumber()Returns the part number.- 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 the part.- Returns:
- the ETag of the part.
- Since:
- 2.60.0 This new api is in preview and is subject to breaking changes.
-
size
@BetaApi public long size()Returns the size of the part.- Returns:
- the size of the part.
- Since:
- 2.60.0 This new api is in preview and is subject to breaking changes.
-
lastModified
Returns the last modified time of the part.- Returns:
- the last modified time of the part.
- Since:
- 2.60.0 This new api is in preview and is subject to breaking changes.
-
builder
Returns a new builder for this class.- Returns:
- a new builder for this class.
- Since:
- 2.60.0 This new api is in preview and is subject to breaking changes.
-
equals
-
hashCode
public int hashCode() -
toString
-