public interface ListFoldersResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFolders(int index)
public abstract Folder getFolders(int index)The list of child folders
repeated .google.storage.control.v2.Folder folders = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Folder |
|
getFoldersCount()
public abstract int getFoldersCount()The list of child folders
repeated .google.storage.control.v2.Folder folders = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getFoldersList()
public abstract List<Folder> getFoldersList()The list of child folders
repeated .google.storage.control.v2.Folder folders = 1;
| Returns | |
|---|---|
| Type | Description |
List<Folder> |
|
getFoldersOrBuilder(int index)
public abstract FolderOrBuilder getFoldersOrBuilder(int index)The list of child folders
repeated .google.storage.control.v2.Folder folders = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FolderOrBuilder |
|
getFoldersOrBuilderList()
public abstract List<? extends FolderOrBuilder> getFoldersOrBuilderList()The list of child folders
repeated .google.storage.control.v2.Folder folders = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.storage.control.v2.FolderOrBuilder> |
|
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 = 2;
| 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 = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |