public interface ListFoldersResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Folder |
getFolders(int index)
A possibly paginated list of folders that are direct descendants of
the specified parent resource.
|
int |
getFoldersCount()
A possibly paginated list of folders that are direct descendants of
the specified parent resource.
|
List<Folder> |
getFoldersList()
A possibly paginated list of folders that are direct descendants of
the specified parent resource.
|
FolderOrBuilder |
getFoldersOrBuilder(int index)
A possibly paginated list of folders that are direct descendants of
the specified parent resource.
|
List<? extends FolderOrBuilder> |
getFoldersOrBuilderList()
A possibly paginated list of folders that are direct descendants of
the specified parent resource.
|
String |
getNextPageToken()
A pagination token returned from a previous call to `ListFolders`
that indicates from where listing should continue.
|
ByteString |
getNextPageTokenBytes()
A pagination token returned from a previous call to `ListFolders`
that indicates from where listing should continue.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
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;
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;
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;
String getNextPageToken()
A pagination token returned from a previous call to `ListFolders` that indicates from where listing should continue.
string next_page_token = 2;
ByteString getNextPageTokenBytes()
A pagination token returned from a previous call to `ListFolders` that indicates from where listing should continue.
string next_page_token = 2;
Copyright © 2022 Google LLC. All rights reserved.