Reference documentation and code samples for the Resource Manager V3 API class Google::Cloud::ResourceManager::V3::ListFoldersResponse.
The ListFolders response message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#folders
def folders() -> ::Array<::Google::Cloud::ResourceManager::V3::Folder>
Returns
- (::Array<::Google::Cloud::ResourceManager::V3::Folder>) — A possibly paginated list of folders that are direct descendants of the specified parent resource.
#folders=
def folders=(value) -> ::Array<::Google::Cloud::ResourceManager::V3::Folder>
Parameter
- value (::Array<::Google::Cloud::ResourceManager::V3::Folder>) — A possibly paginated list of folders that are direct descendants of the specified parent resource.
Returns
- (::Array<::Google::Cloud::ResourceManager::V3::Folder>) — A possibly paginated list of folders that are direct descendants of the specified parent resource.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — A pagination token returned from a previous call to
ListFolders
that indicates from where listing should continue.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — A pagination token returned from a previous call to
ListFolders
that indicates from where listing should continue.
Returns
-
(::String) — A pagination token returned from a previous call to
ListFolders
that indicates from where listing should continue.