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 TypeMethodDescriptionSets the bucket name.static ListPartsResponse.BuilderListPartsResponse.builder()Creates a newBuilderforListPartsResponseobjects.Sets the object name.ListPartsResponse.Builder.maxParts(int maxParts) Sets the maximum number of parts to return.ListPartsResponse.Builder.nextPartNumberMarker(int nextPartNumberMarker) Sets the next part number marker.ListPartsResponse.Builder.partNumberMarker(int partNumberMarker) Sets the part number marker.Sets the list of parts.ListPartsResponse.Builder.storageClass(StorageClass storageClass) Sets the storage class of the object.ListPartsResponse.Builder.truncated(boolean isTruncated) Sets whether the response is truncated.Sets the upload ID.