Class CompletedPart

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

@BetaApi public final class CompletedPart extends Object
Represents a completed part of a multipart upload.
Since:
2.60.0 This new api is in preview and is subject to breaking changes.
  • Method Details

    • builder

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

      @BetaApi public int partNumber()
      Returns the part number of this completed part.
      Returns:
      The part number.
      Since:
      2.60.0 This new api is in preview and is subject to breaking changes.
    • eTag

      @BetaApi public String eTag()
      Returns the ETag of this completed part.
      Returns:
      The ETag.
      Since:
      2.60.0 This new api is in preview and is subject to breaking changes.