public interface ListManagedFoldersResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getManagedFolders(int index)
public abstract ManagedFolder getManagedFolders(int index)The list of matching managed folders
repeated .google.storage.control.v2.ManagedFolder managed_folders = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ManagedFolder |
|
getManagedFoldersCount()
public abstract int getManagedFoldersCount()The list of matching managed folders
repeated .google.storage.control.v2.ManagedFolder managed_folders = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getManagedFoldersList()
public abstract List<ManagedFolder> getManagedFoldersList()The list of matching managed folders
repeated .google.storage.control.v2.ManagedFolder managed_folders = 1;
| Returns | |
|---|---|
| Type | Description |
List<ManagedFolder> |
|
getManagedFoldersOrBuilder(int index)
public abstract ManagedFolderOrBuilder getManagedFoldersOrBuilder(int index)The list of matching managed folders
repeated .google.storage.control.v2.ManagedFolder managed_folders = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ManagedFolderOrBuilder |
|
getManagedFoldersOrBuilderList()
public abstract List<? extends ManagedFolderOrBuilder> getManagedFoldersOrBuilderList()The list of matching managed folders
repeated .google.storage.control.v2.ManagedFolder managed_folders = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.storage.control.v2.ManagedFolderOrBuilder> |
|
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. |