Class MultipartUpload
java.lang.Object
com.google.cloud.storage.multipartupload.model.MultipartUpload
Represents a multipart upload that is in progress.
- Since:
- 2.61.0
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()The date and time at which the multipart upload was initiated.key()The object name for which the multipart upload was initiated.static MultipartUpload.BuilderReturns a new builder for this multipart upload.The storage class of the object.toString()uploadId()The ID of the multipart upload.
-
Method Details
-
key
The object name for which the multipart upload was initiated.- Returns:
- The object name.
- Since:
- 2.61.0
-
uploadId
The ID of the multipart upload.- Returns:
- The upload ID.
- Since:
- 2.61.0
-
storageClass
The storage class of the object.- Returns:
- The storage class.
- Since:
- 2.61.0
-
initiated
The date and time at which the multipart upload was initiated.- Returns:
- The initiation date and time.
- Since:
- 2.61.0
-
equals
-
hashCode
public int hashCode() -
toString
-
newBuilder
Returns a new builder for this multipart upload.- Returns:
- A new builder.
- Since:
- 2.61.0
-