public final class CompleteMultipartUploadRequestRepresents a request to complete a multipart upload.
Static Methods
builder()
public static CompleteMultipartUploadRequest.Builder builder()Creates a new builder for CompleteMultipartUploadRequest.
| Returns | |
|---|---|
| Type | Description |
CompleteMultipartUploadRequest.Builder |
A new builder. |
Methods
bucket()
public String bucket()Returns the bucket name.
| Returns | |
|---|---|
| Type | Description |
String |
The bucket name. |
equals(Object o)
public boolean equals(Object o)| Parameter | |
|---|---|
| Name | Description |
o |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
key()
public String key()Returns the object name.
| Returns | |
|---|---|
| Type | Description |
String |
The object name. |
multipartUpload()
public CompletedMultipartUpload multipartUpload()Returns the CompletedMultipartUpload payload for this request.
| Returns | |
|---|---|
| Type | Description |
CompletedMultipartUpload |
The CompletedMultipartUpload payload. |
toString()
public String toString()| Returns | |
|---|---|
| Type | Description |
String |
|
uploadId()
public String uploadId()Returns the upload ID of the multipart upload.
| Returns | |
|---|---|
| Type | Description |
String |
The upload ID. |
userProject()
public String userProject()Returns the user-project. See Also: x-goog-user-project
| Returns | |
|---|---|
| Type | Description |
String |
the user-project. |