Class ListMultipartUploadsRequest
java.lang.Object
com.google.cloud.storage.multipartupload.model.ListMultipartUploadsRequest
A request to list all multipart uploads in a bucket.
- Since:
- 2.61.0
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbucket()The bucket to list multipart uploads from.builder()Returns a new builder for this request.Character used to group keys.The encoding type used by Cloud Storage to encode object names in the response.booleaninthashCode()Together withupload-id-marker, specifies the multipart upload after which listing should begin.The maximum number of multipart uploads to return.prefix()Filters results to multipart uploads whose keys begin with this prefix.toString()Together withkey-marker, specifies the multipart upload after which listing should begin.Returns the user-project.
-
Method Details
-
bucket
The bucket to list multipart uploads from.- Returns:
- The bucket name.
- Since:
- 2.61.0
-
delimiter
Character used to group keys.- Returns:
- The delimiter.
- 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
Together withupload-id-marker, specifies the multipart upload after which listing should begin.- Returns:
- The key marker.
- Since:
- 2.61.0
-
maxUploads
The maximum number of multipart uploads to return.- Returns:
- The maximum number of uploads.
- Since:
- 2.61.0
-
prefix
Filters results to multipart uploads whose keys begin with this prefix.- Returns:
- The prefix.
- Since:
- 2.61.0
-
uploadIdMarker
Together withkey-marker, specifies the multipart upload after which listing should begin.- Returns:
- The upload ID marker.
- Since:
- 2.61.0
-
userProject
Returns the user-project.- Returns:
- the user-project.
- Since:
- 2.61.0
- See Also:
-
equals
-
hashCode
public int hashCode() -
toString
-
builder
Returns a new builder for this request.- Returns:
- A new builder.
- Since:
- 2.61.0
-