Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,10 @@
*/
package com.google.cloud.storage.multipartupload.model;

import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;

/**
* Represents a response to an abort multipart upload request. This class is currently empty as the
* abort operation does not return any specific data in its response body.
*
* @since 2.60.0
*/
@JacksonXmlRootElement(localName = "AbortMultipartUploadResponse")
public final class AbortMultipartUploadResponse {}
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public String crc32c() {
* @return the user-project.
* @see <a
* href="https://docs.cloud.google.com/storage/docs/xml-api/reference-headers#xgooguserproject">x-goog-user-project</a>
* @since 2.61
* @since 2.61.0
*/
public String userProject() {
return userProject;
Expand Down