Class ListMultipartUploadsRequest.Builder
java.lang.Object
com.google.cloud.storage.multipartupload.model.ListMultipartUploadsRequest.Builder
- Enclosing class:
- ListMultipartUploadsRequest
A builder for
ListMultipartUploadsRequest.- Since:
- 2.61.0 This new api is in preview and is subject to breaking changes.
-
Method Summary
Modifier and TypeMethodDescriptionSets the bucket to list multipart uploads from.build()Builds the request.Sets the delimiter used to group keys.encodingType(String encodingType) Sets the encoding type used by Cloud Storage to encode object names in the response.Sets the key marker.maxUploads(Integer maxUploads) Sets the maximum number of multipart uploads to return.Sets the prefix to filter results.uploadIdMarker(String uploadIdMarker) Sets the upload ID marker.userProject(String userProject) Sets the user-project.
-
Method Details
-
bucket
Sets the bucket to list multipart uploads from.- Parameters:
bucket- The bucket name.- Returns:
- This builder.
- Since:
- 2.61.0 This new api is in preview and is subject to breaking changes.
-
delimiter
Sets the delimiter used to group keys.- Parameters:
delimiter- The delimiter.- Returns:
- This builder.
- Since:
- 2.61.0 This new api is in preview and is subject to breaking changes.
-
encodingType
Sets the encoding type used by Cloud Storage to encode object names in the response.- Parameters:
encodingType- The encoding type.- Returns:
- This builder.
- Since:
- 2.61.0 This new api is in preview and is subject to breaking changes.
-
keyMarker
Sets the key marker.- Parameters:
keyMarker- The key marker.- Returns:
- This builder.
- Since:
- 2.61.0 This new api is in preview and is subject to breaking changes.
-
maxUploads
Sets the maximum number of multipart uploads to return.- Parameters:
maxUploads- The maximum number of uploads.- Returns:
- This builder.
- Since:
- 2.61.0 This new api is in preview and is subject to breaking changes.
-
prefix
Sets the prefix to filter results.- Parameters:
prefix- The prefix.- Returns:
- This builder.
- Since:
- 2.61.0 This new api is in preview and is subject to breaking changes.
-
uploadIdMarker
Sets the upload ID marker.- Parameters:
uploadIdMarker- The upload ID marker.- Returns:
- This builder.
- Since:
- 2.61.0 This new api is in preview and is subject to breaking changes.
-
userProject
Sets the user-project.- Parameters:
userProject- The user-project.- Returns:
- This builder.
- Since:
- 2.61 This new api is in preview and is subject to breaking changes.
- See Also:
-
build
Builds the request.- Returns:
- The built request.
- Since:
- 2.61.0 This new api is in preview and is subject to breaking changes.
-