Class ListMultipartUploadsRequest (2.62.0)

public final class ListMultipartUploadsRequest

A request to list all multipart uploads in a bucket. See Also: Listing multipart uploads

Inheritance

Object > ListMultipartUploadsRequest

Static Methods

builder()

public static ListMultipartUploadsRequest.Builder builder()

Returns a new builder for this request.

Returns
Type Description
ListMultipartUploadsRequest.Builder

A new builder.

Methods

bucket()

public String bucket()

The bucket to list multipart uploads from.

Returns
Type Description
String

The bucket name.

delimiter()

public String delimiter()

Character used to group keys.

Returns
Type Description
String

The delimiter.

encodingType()

public String encodingType()

The encoding type used by Cloud Storage to encode object names in the response.

Returns
Type Description
String

The encoding type.

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

keyMarker()

public String keyMarker()

Together with upload-id-marker, specifies the multipart upload after which listing should begin.

Returns
Type Description
String

The key marker.

maxUploads()

public Integer maxUploads()

The maximum number of multipart uploads to return.

Returns
Type Description
Integer

The maximum number of uploads.

prefix()

public String prefix()

Filters results to multipart uploads whose keys begin with this prefix.

Returns
Type Description
String

The prefix.

toString()

public String toString()
Returns
Type Description
String
Overrides

uploadIdMarker()

public String uploadIdMarker()

Together with key-marker, specifies the multipart upload after which listing should begin.

Returns
Type Description
String

The upload ID marker.

userProject()

public String userProject()

Returns the user-project. See Also: x-goog-user-project

Returns
Type Description
String

the user-project.