Uses of Class
com.google.cloud.storage.multipartupload.model.ListMultipartUploadsRequest.Builder
Packages that use ListMultipartUploadsRequest.Builder
-
Uses of ListMultipartUploadsRequest.Builder in com.google.cloud.storage.multipartupload.model
Methods in com.google.cloud.storage.multipartupload.model that return ListMultipartUploadsRequest.BuilderModifier and TypeMethodDescriptionSets the bucket to list multipart uploads from.ListMultipartUploadsRequest.builder()Returns a new builder for this request.Sets the delimiter used to group keys.ListMultipartUploadsRequest.Builder.encodingType(String encodingType) Sets the encoding type used by Cloud Storage to encode object names in the response.Sets the key marker.ListMultipartUploadsRequest.Builder.maxUploads(Integer maxUploads) Sets the maximum number of multipart uploads to return.Sets the prefix to filter results.ListMultipartUploadsRequest.Builder.uploadIdMarker(String uploadIdMarker) Sets the upload ID marker.ListMultipartUploadsRequest.Builder.userProject(String userProject) Sets the user-project.