Uses of Class
com.google.cloud.storage.multipartupload.model.ListPartsResponse.Builder
Packages that use ListPartsResponse.Builder
-
Uses of ListPartsResponse.Builder in com.google.cloud.storage.multipartupload.model
Methods in com.google.cloud.storage.multipartupload.model that return ListPartsResponse.BuilderModifier and TypeMethodDescriptionstatic ListPartsResponse.BuilderListPartsResponse.builder()Creates a newBuilderforListPartsResponseobjects.Sets the bucket name.ListPartsResponse.Builder.setIsTruncated(boolean isTruncated) Sets whether the response is truncated.Sets the object name.ListPartsResponse.Builder.setMaxParts(int maxParts) Sets the maximum number of parts to return.ListPartsResponse.Builder.setNextPartNumberMarker(int nextPartNumberMarker) Sets the next part number marker.ListPartsResponse.Builder.setPartNumberMarker(int partNumberMarker) Sets the part number marker.Sets the list of parts.ListPartsResponse.Builder.setStorageClass(StorageClass storageClass) Sets the storage class of the object.ListPartsResponse.Builder.setUploadId(String uploadId) Sets the upload ID.