Class ListPartsRequest
java.lang.Object
com.google.cloud.storage.multipartupload.model.ListPartsRequest
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.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbucket()Returns the bucket name.static ListPartsRequest.Builderbuilder()Returns a new builder for this class.booleanReturns the maximum number of parts to return.Returns the part number marker.inthashCode()key()Returns the object name.toString()uploadId()Returns the upload ID.
-
Method Details
-
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
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
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
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
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
-
hashCode
public int hashCode() -
toString
-
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.
-