Class ListPartsRequest

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

public final class ListPartsRequest extends Object
Represents a request to list the parts of a multipart upload.
Since:
2.60.0
  • Method Details

    • bucket

      public String bucket()
      Returns the bucket name.
      Returns:
      the bucket name.
      Since:
      2.60.0
    • key

      public String key()
      Returns the object name.
      Returns:
      the object name.
      Since:
      2.60.0
    • uploadId

      public String uploadId()
      Returns the upload ID.
      Returns:
      the upload ID.
      Since:
      2.60.0
    • maxParts

      public Integer maxParts()
      Returns the maximum number of parts to return.
      Returns:
      the maximum number of parts to return.
      Since:
      2.60.0
    • partNumberMarker

      public Integer partNumberMarker()
      Returns the part number marker.
      Returns:
      the part number marker.
      Since:
      2.60.0
    • userProject

      public String userProject()
      Returns the user-project.
      Returns:
      the user-project.
      Since:
      2.61.0
      See Also:
    • 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

      public static ListPartsRequest.Builder builder()
      Returns a new builder for this class.
      Returns:
      a new builder for this class.
      Since:
      2.60.0