public interface ListFoldersResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFolders(int index)
public abstract Folder getFolders(int index)A possibly paginated list of folders that are direct descendants of the specified parent resource.
repeated .google.cloud.resourcemanager.v3.Folder folders = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Folder |
|
getFoldersCount()
public abstract int getFoldersCount()A possibly paginated list of folders that are direct descendants of the specified parent resource.
repeated .google.cloud.resourcemanager.v3.Folder folders = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getFoldersList()
public abstract List<Folder> getFoldersList()A possibly paginated list of folders that are direct descendants of the specified parent resource.
repeated .google.cloud.resourcemanager.v3.Folder folders = 1;
| Returns | |
|---|---|
| Type | Description |
List<Folder> |
|
getFoldersOrBuilder(int index)
public abstract FolderOrBuilder getFoldersOrBuilder(int index)A possibly paginated list of folders that are direct descendants of the specified parent resource.
repeated .google.cloud.resourcemanager.v3.Folder folders = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FolderOrBuilder |
|
getFoldersOrBuilderList()
public abstract List<? extends FolderOrBuilder> getFoldersOrBuilderList()A possibly paginated list of folders that are direct descendants of the specified parent resource.
repeated .google.cloud.resourcemanager.v3.Folder folders = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.resourcemanager.v3.FolderOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken() A pagination token returned from a previous call to ListFolders
that indicates from where listing should continue.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A pagination token returned from a previous call to ListFolders
that indicates from where listing should continue.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |