Class ListMultipartUploadsResponse

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

public final class ListMultipartUploadsResponse extends Object
A response from listing all multipart uploads in a bucket.
Since:
2.60.1
See Also:
  • Method Details

    • uploads

      public com.google.common.collect.ImmutableList<MultipartUpload> uploads()
      The list of multipart uploads.
      Returns:
      The list of multipart uploads.
      Since:
      2.61.0
    • bucket

      public String bucket()
      The bucket that contains the multipart uploads.
      Returns:
      The bucket name.
      Since:
      2.61.0
    • delimiter

      public String delimiter()
      The delimiter applied to the request.
      Returns:
      The delimiter applied to the request.
      Since:
      2.61.0
    • encodingType

      public String encodingType()
      The encoding type used by Cloud Storage to encode object names in the response.
      Returns:
      The encoding type.
      Since:
      2.61.0
    • keyMarker

      public String keyMarker()
      The key at or after which the listing began.
      Returns:
      The key marker.
      Since:
      2.61.0
    • uploadIdMarker

      public String uploadIdMarker()
      The upload ID at or after which the listing began.
      Returns:
      The upload ID marker.
      Since:
      2.61.0
    • nextKeyMarker

      public String nextKeyMarker()
      The key after which listing should begin.
      Returns:
      The key after which listing should begin.
      Since:
      2.61.0
    • nextUploadIdMarker

      public String nextUploadIdMarker()
      The upload ID after which listing should begin.
      Returns:
      The upload ID after which listing should begin.
      Since:
      2.61.0
    • maxUploads

      public int maxUploads()
      The maximum number of uploads to return.
      Returns:
      The maximum number of uploads.
      Since:
      2.61.0
    • prefix

      public String prefix()
      The prefix applied to the request.
      Returns:
      The prefix applied to the request.
      Since:
      2.61.0
    • truncated

      public boolean truncated()
      A flag indicating whether or not the returned results are truncated.
      Returns:
      A flag indicating whether or not the returned results are truncated.
      Since:
      2.61.0
    • commonPrefixes

      public com.google.common.collect.ImmutableList<String> commonPrefixes()
      If you specify a delimiter in the request, this element is returned.
      Returns:
      The common prefixes.
      Since:
      2.61.0
    • 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 ListMultipartUploadsResponse.Builder builder()
      Returns a new builder for this response.
      Returns:
      A new builder.
      Since:
      2.61.0