Uses of Class
com.google.cloud.storage.multipartupload.model.CompletedPart
Packages that use CompletedPart
-
Uses of CompletedPart in com.google.cloud.storage.multipartupload.model
Methods in com.google.cloud.storage.multipartupload.model that return CompletedPartMethods in com.google.cloud.storage.multipartupload.model that return types with arguments of type CompletedPartModifier and TypeMethodDescriptionCompletedMultipartUpload.parts()Returns the list of completed parts for this multipart upload.Method parameters in com.google.cloud.storage.multipartupload.model with type arguments of type CompletedPartModifier and TypeMethodDescriptionCompletedMultipartUpload.Builder.parts(List<CompletedPart> completedPartList) Sets the list of completed parts for the multipart upload.