Package com.google.storage.control.v2
Interface ListFoldersResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListFoldersResponse,ListFoldersResponse.Builder
public interface ListFoldersResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFolders(int index) The list of child foldersintThe list of child foldersThe list of child foldersgetFoldersOrBuilder(int index) The list of child foldersList<? extends FolderOrBuilder>The list of child foldersThe continuation token, used to page through large result sets.com.google.protobuf.ByteStringThe continuation token, used to page through large result sets.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFoldersList
The list of child folders
repeated .google.storage.control.v2.Folder folders = 1; -
getFolders
The list of child folders
repeated .google.storage.control.v2.Folder folders = 1; -
getFoldersCount
int getFoldersCount()The list of child folders
repeated .google.storage.control.v2.Folder folders = 1; -
getFoldersOrBuilderList
List<? extends FolderOrBuilder> getFoldersOrBuilderList()The list of child folders
repeated .google.storage.control.v2.Folder folders = 1; -
getFoldersOrBuilder
The list of child folders
repeated .google.storage.control.v2.Folder folders = 1; -
getNextPageToken
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:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.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:
- The bytes for nextPageToken.
-