Class CompletedMultipartUpload

java.lang.Object
com.google.cloud.storage.multipartupload.model.CompletedMultipartUpload

@BetaApi public class CompletedMultipartUpload extends Object
Represents the XML payload for a completed multipart upload. This is used in the request body when completing a multipart upload.
Since:
2.60.0 This new api is in preview and is subject to breaking changes.
  • Method Details

    • parts

      @BetaApi public List<CompletedPart> parts()
      Returns the list of completed parts for this multipart upload.
      Returns:
      The list of completed parts.
      Since:
      2.60.0 This new api is in preview and is subject to breaking changes.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      @BetaApi public static CompletedMultipartUpload.Builder builder()
      Creates a new builder for CompletedMultipartUpload.
      Returns:
      A new builder.
      Since:
      2.60.0 This new api is in preview and is subject to breaking changes.