Class CompleteMultipartUploadRequest
java.lang.Object
com.google.cloud.storage.multipartupload.model.CompleteMultipartUploadRequest
Represents a request to complete 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 TypeMethodDescriptionbucket()Returns the bucket name.builder()Creates a new builder forCompleteMultipartUploadRequest.booleaninthashCode()key()Returns the object name.Returns theCompletedMultipartUploadpayload for this request.toString()uploadId()Returns the upload ID of the multipart upload.
-
Method Details
-
bucket
Returns the bucket name.- Returns:
- The bucket name.
- Since:
- 2.60.0 This new api is in preview and is subject to breaking changes.
-
key
Returns the object name.- Returns:
- The object name.
- Since:
- 2.60.0 This new api is in preview and is subject to breaking changes.
-
uploadId
Returns the upload ID of the multipart upload.- Returns:
- The upload ID.
- Since:
- 2.60.0 This new api is in preview and is subject to breaking changes.
-
multipartUpload
Returns theCompletedMultipartUploadpayload for this request.- Returns:
- The
CompletedMultipartUploadpayload. - 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 forCompleteMultipartUploadRequest.- Returns:
- A new builder.
- Since:
- 2.60.0 This new api is in preview and is subject to breaking changes.
-