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 This new api is in preview and is subject to breaking changes.
- 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 This new api is in preview and is subject to breaking changes.
-
bucket
The bucket that contains the multipart uploads.- Returns:
- The bucket name.
- Since:
- 2.61.0 This new api is in preview and is subject to breaking changes.
-
delimiter
The delimiter applied to the request.- Returns:
- The delimiter applied to the request.
- Since:
- 2.61.0 This new api is in preview and is subject to breaking changes.
-
encodingType
The encoding type used by Cloud Storage to encode object names in the response.- Returns:
- The encoding type.
- Since:
- 2.61.0 This new api is in preview and is subject to breaking changes.
-
keyMarker
The key at or after which the listing began.- Returns:
- The key marker.
- Since:
- 2.61.0 This new api is in preview and is subject to breaking changes.
-
uploadIdMarker
The upload ID at or after which the listing began.- Returns:
- The upload ID marker.
- Since:
- 2.61.0 This new api is in preview and is subject to breaking changes.
-
nextKeyMarker
The key after which listing should begin.- Returns:
- The key after which listing should begin.
- Since:
- 2.61.0 This new api is in preview and is subject to breaking changes.
-
nextUploadIdMarker
The upload ID after which listing should begin.- Returns:
- The upload ID after which listing should begin.
- Since:
- 2.61.0 This new api is in preview and is subject to breaking changes.
-
maxUploads
@BetaApi public int maxUploads()The maximum number of uploads to return.- Returns:
- The maximum number of uploads.
- Since:
- 2.61.0 This new api is in preview and is subject to breaking changes.
-
prefix
The prefix applied to the request.- Returns:
- The prefix applied to the request.
- Since:
- 2.61.0 This new api is in preview and is subject to breaking changes.
-
truncated
@BetaApi 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 This new api is in preview and is subject to breaking changes.
-
commonPrefixes
If you specify a delimiter in the request, this element is returned.- Returns:
- The common prefixes.
- Since:
- 2.61.0 This new api is in preview and is subject to breaking changes.
-
equals
-
hashCode
public int hashCode() -
toString
-
builder
Returns a new builder for this response.- Returns:
- A new builder.
- Since:
- 2.61.0 This new api is in preview and is subject to breaking changes.
-