Class ListMultipartUploadsResponse

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

@BetaApi public final class ListMultipartUploadsResponse extends Object
A response from listing all multipart uploads in a bucket.
Since:
2.60.1 This new api is in preview and is subject to breaking changes.
See Also:
  • Method Details

    • uploads

      @BetaApi public com.google.common.collect.ImmutableList<MultipartUpload> uploads()
      The list of multipart uploads.
      Returns:
      The list of multipart uploads.
      Since:
      2.61.0 This new api is in preview and is subject to breaking changes.
    • bucket

      @BetaApi public String bucket()
      The bucket that contains the multipart uploads.
      Returns:
      The bucket name.
      Since:
      2.61.0 This new api is in preview and is subject to breaking changes.
    • delimiter

      @BetaApi public String delimiter()
      The delimiter applied to the request.
      Returns:
      The delimiter applied to the request.
      Since:
      2.61.0 This new api is in preview and is subject to breaking changes.
    • encodingType

      @BetaApi 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 This new api is in preview and is subject to breaking changes.
    • keyMarker

      @BetaApi public String keyMarker()
      The key at or after which the listing began.
      Returns:
      The key marker.
      Since:
      2.61.0 This new api is in preview and is subject to breaking changes.
    • uploadIdMarker

      @BetaApi public String uploadIdMarker()
      The upload ID at or after which the listing began.
      Returns:
      The upload ID marker.
      Since:
      2.61.0 This new api is in preview and is subject to breaking changes.
    • nextKeyMarker

      @BetaApi public String nextKeyMarker()
      The key after which listing should begin.
      Returns:
      The key after which listing should begin.
      Since:
      2.61.0 This new api is in preview and is subject to breaking changes.
    • nextUploadIdMarker

      @BetaApi public String nextUploadIdMarker()
      The upload ID after which listing should begin.
      Returns:
      The upload ID after which listing should begin.
      Since:
      2.61.0 This new api is in preview and is subject to breaking changes.
    • maxUploads

      @BetaApi public int maxUploads()
      The maximum number of uploads to return.
      Returns:
      The maximum number of uploads.
      Since:
      2.61.0 This new api is in preview and is subject to breaking changes.
    • prefix

      @BetaApi public String prefix()
      The prefix applied to the request.
      Returns:
      The prefix applied to the request.
      Since:
      2.61.0 This new api is in preview and is subject to breaking changes.
    • truncated

      @BetaApi 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 This new api is in preview and is subject to breaking changes.
    • commonPrefixes

      @BetaApi 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 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 ListMultipartUploadsResponse.Builder builder()
      Returns a new builder for this response.
      Returns:
      A new builder.
      Since:
      2.61.0 This new api is in preview and is subject to breaking changes.