Reference documentation and code samples for the Resource Manager V3 API class Google::Cloud::ResourceManager::V3::SearchFoldersResponse.
The response message for searching folders.
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 folder search results. 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 folder search results. the specified parent resource.
Returns
- (::Array<::Google::Cloud::ResourceManager::V3::Folder>) — A possibly paginated folder search results. the specified parent resource.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — A pagination token returned from a previous call to
SearchFolders
that indicates from where searching should continue.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — A pagination token returned from a previous call to
SearchFolders
that indicates from where searching should continue.
Returns
-
(::String) — A pagination token returned from a previous call to
SearchFolders
that indicates from where searching should continue.