Class ListMultipartUploadsResponse
java.lang.Object
com.google.cloud.storage.multipartupload.model.ListMultipartUploadsResponse
A response from listing all multipart uploads in a bucket.
- Since:
- 2.60.1
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbucket()The bucket that contains the multipart uploads.builder()Returns a new builder for this response.com.google.common.collect.ImmutableList<String>If you specify a delimiter in the request, this element is returned.The delimiter applied to the request.The encoding type used by Cloud Storage to encode object names in the response.booleaninthashCode()The key at or after which the listing began.intThe maximum number of uploads to return.The key after which listing should begin.The upload ID after which listing should begin.prefix()The prefix applied to the request.toString()booleanA flag indicating whether or not the returned results are truncated.The upload ID at or after which the listing began.com.google.common.collect.ImmutableList<MultipartUpload>uploads()The list of multipart uploads.
-
Method Details
-
uploads
The list of multipart uploads.- Returns:
- The list of multipart uploads.
- Since:
- 2.61.0
-
bucket
The bucket that contains the multipart uploads.- Returns:
- The bucket name.
- Since:
- 2.61.0
-
delimiter
The delimiter applied to the request.- Returns:
- The delimiter applied to the request.
- Since:
- 2.61.0
-
encodingType
The encoding type used by Cloud Storage to encode object names in the response.- Returns:
- The encoding type.
- Since:
- 2.61.0
-
keyMarker
The key at or after which the listing began.- Returns:
- The key marker.
- Since:
- 2.61.0
-
uploadIdMarker
The upload ID at or after which the listing began.- Returns:
- The upload ID marker.
- Since:
- 2.61.0
-
nextKeyMarker
The key after which listing should begin.- Returns:
- The key after which listing should begin.
- Since:
- 2.61.0
-
nextUploadIdMarker
The upload ID after which listing should begin.- Returns:
- The upload ID after which listing should begin.
- Since:
- 2.61.0
-
maxUploads
public int maxUploads()The maximum number of uploads to return.- Returns:
- The maximum number of uploads.
- Since:
- 2.61.0
-
prefix
The prefix applied to the request.- Returns:
- The prefix applied to the request.
- Since:
- 2.61.0
-
truncated
public boolean truncated()A flag indicating whether or not the returned results are truncated.- Returns:
- A flag indicating whether or not the returned results are truncated.
- Since:
- 2.61.0
-
commonPrefixes
If you specify a delimiter in the request, this element is returned.- Returns:
- The common prefixes.
- Since:
- 2.61.0
-
equals
-
hashCode
public int hashCode() -
toString
-
builder
Returns a new builder for this response.- Returns:
- A new builder.
- Since:
- 2.61.0
-