public final class ListPartsRequestRepresents a request to list the parts of a multipart upload.
Static Methods
builder()
public static ListPartsRequest.Builder builder()Returns a new builder for this class.
| Returns | |
|---|---|
| Type | Description |
ListPartsRequest.Builder |
a new builder for this class. |
Methods
bucket()
public String bucket()Returns the bucket name.
| Returns | |
|---|---|
| Type | Description |
String |
the bucket name. |
equals(Object o)
public boolean equals(Object o)| Parameter | |
|---|---|
| Name | Description |
o |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
key()
public String key()Returns the object name.
| Returns | |
|---|---|
| Type | Description |
String |
the object name. |
maxParts()
public Integer maxParts()Returns the maximum number of parts to return.
| Returns | |
|---|---|
| Type | Description |
Integer |
the maximum number of parts to return. |
partNumberMarker()
public Integer partNumberMarker()Returns the part number marker.
| Returns | |
|---|---|
| Type | Description |
Integer |
the part number marker. |
toString()
public String toString()| Returns | |
|---|---|
| Type | Description |
String |
|
uploadId()
public String uploadId()Returns the upload ID.
| Returns | |
|---|---|
| Type | Description |
String |
the upload ID. |
userProject()
public String userProject()Returns the user-project. See Also: x-goog-user-project
| Returns | |
|---|---|
| Type | Description |
String |
the user-project. |