Uses of Class
com.google.cloud.storage.multipartupload.model.ListMultipartUploadsResponse.Builder
Packages that use ListMultipartUploadsResponse.Builder
-
Uses of ListMultipartUploadsResponse.Builder in com.google.cloud.storage.multipartupload.model
Methods in com.google.cloud.storage.multipartupload.model that return ListMultipartUploadsResponse.BuilderModifier and TypeMethodDescriptionSets the bucket that contains the multipart uploads.ListMultipartUploadsResponse.builder()Returns a new builder for this response.ListMultipartUploadsResponse.Builder.commonPrefixes(com.google.common.collect.ImmutableList<String> commonPrefixes) If you specify a delimiter in the request, this element is returned.Sets the delimiter applied to the request.ListMultipartUploadsResponse.Builder.encodingType(String encodingType) Sets the encoding type used by Cloud Storage to encode object names in the response.Sets the key at or after which the listing began.ListMultipartUploadsResponse.Builder.maxUploads(int maxUploads) Sets the maximum number of uploads to return.ListMultipartUploadsResponse.Builder.nextKeyMarker(String nextKeyMarker) Sets the key after which listing should begin.ListMultipartUploadsResponse.Builder.nextUploadIdMarker(String nextUploadIdMarker) Sets the upload ID after which listing should begin.Sets the prefix applied to the request.ListMultipartUploadsResponse.Builder.truncated(boolean isTruncated) Sets the flag indicating whether or not the returned results are truncated.ListMultipartUploadsResponse.Builder.uploadIdMarker(String uploadIdMarker) Sets the upload ID at or after which the listing began.ListMultipartUploadsResponse.Builder.uploads(com.google.common.collect.ImmutableList<MultipartUpload> uploads) Sets the list of multipart uploads.