Class CompleteMultipartUploadResponse
java.lang.Object
com.google.cloud.storage.multipartupload.model.CompleteMultipartUploadResponse
Represents the response from a completed 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 forCompleteMultipartUploadResponse.crc32c()Returns the CRC32C checksum of the completed object.booleanetag()Returns the ETag of the completed object.inthashCode()key()Returns the object name.location()Returns the URL of the completed object.toString()
-
Method Details
-
location
Returns the URL of the completed object.- Returns:
- The URL of the completed object.
- Since:
- 2.60.0 This new api is in preview and is subject to breaking changes.
-
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.
-
etag
Returns the ETag of the completed object.- Returns:
- The ETag of the completed object.
- Since:
- 2.60.0 This new api is in preview and is subject to breaking changes.
-
crc32c
Returns the CRC32C checksum of the completed object.- Returns:
- The CRC32C checksum of the completed object.
- 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 forCompleteMultipartUploadResponse.- Returns:
- A new builder.
- Since:
- 2.60.0 This new api is in preview and is subject to breaking changes.
-