Class ListPartsRequest

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

@BetaApi public final class ListPartsRequest extends Object
Represents a request to list the parts of a multipart upload.
Since:
2.60.0 This new api is in preview and is subject to breaking changes.
  • Method Details

    • bucket

      @BetaApi public String bucket()
      Returns the bucket name.
      Returns:
      the bucket name.
      Since:
      2.60.0 This new api is in preview and is subject to breaking changes.
    • key

      @BetaApi public String key()
      Returns the object name.
      Returns:
      the object name.
      Since:
      2.60.0 This new api is in preview and is subject to breaking changes.
    • uploadId

      @BetaApi public String uploadId()
      Returns the upload ID.
      Returns:
      the upload ID.
      Since:
      2.60.0 This new api is in preview and is subject to breaking changes.
    • getMaxParts

      @BetaApi public Integer getMaxParts()
      Returns the maximum number of parts to return.
      Returns:
      the maximum number of parts to return.
      Since:
      2.60.0 This new api is in preview and is subject to breaking changes.
    • getPartNumberMarker

      @BetaApi public Integer getPartNumberMarker()
      Returns the part number marker.
      Returns:
      the part number marker.
      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 ListPartsRequest.Builder builder()
      Returns a new builder for this class.
      Returns:
      a new builder for this class.
      Since:
      2.60.0 This new api is in preview and is subject to breaking changes.