public interface ListObjectsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()
The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
string next_page_token = 3;
Returns | |
---|---|
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
string next_page_token = 3;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for nextPageToken. |
getObjects(int index)
public abstract Object getObjects(int index)
The list of items.
repeated .google.storage.v2.Object objects = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
Object |
getObjectsCount()
public abstract int getObjectsCount()
The list of items.
repeated .google.storage.v2.Object objects = 1;
Returns | |
---|---|
Type | Description |
int |
getObjectsList()
public abstract List<Object> getObjectsList()
The list of items.
repeated .google.storage.v2.Object objects = 1;
Returns | |
---|---|
Type | Description |
List<Object> |
getObjectsOrBuilder(int index)
public abstract ObjectOrBuilder getObjectsOrBuilder(int index)
The list of items.
repeated .google.storage.v2.Object objects = 1;
Parame |
---|