A page of the response received from the
SearchProjects
method.
A paginated response where more pages are available has
next_page_token set. This token can be used in a subsequent
request to retrieve the next request page.
str
Pagination token.
If the result set is too large to fit in a single response,
this token is returned. It encodes the position of the
current result cursor. Feeding this value into a new list
request with the page_token parameter gives the next
page of the results.
When next_page_token is not filled in, there is no next
page and the list returned is the last page in the result
set.
Pagination tokens have a limited lifetime.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Class SearchProjectsResponse (1.14.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.14.1 (latest)](/python/docs/reference/cloudresourcemanager/latest/google.cloud.resourcemanager_v3.types.SearchProjectsResponse)\n- [1.14.0](/python/docs/reference/cloudresourcemanager/1.14.0/google.cloud.resourcemanager_v3.types.SearchProjectsResponse)\n- [1.13.1](/python/docs/reference/cloudresourcemanager/1.13.1/google.cloud.resourcemanager_v3.types.SearchProjectsResponse)\n- [1.12.5](/python/docs/reference/cloudresourcemanager/1.12.5/google.cloud.resourcemanager_v3.types.SearchProjectsResponse)\n- [1.11.0](/python/docs/reference/cloudresourcemanager/1.11.0/google.cloud.resourcemanager_v3.types.SearchProjectsResponse)\n- [1.10.3](/python/docs/reference/cloudresourcemanager/1.10.3/google.cloud.resourcemanager_v3.types.SearchProjectsResponse)\n- [1.9.1](/python/docs/reference/cloudresourcemanager/1.9.1/google.cloud.resourcemanager_v3.types.SearchProjectsResponse)\n- [1.8.1](/python/docs/reference/cloudresourcemanager/1.8.1/google.cloud.resourcemanager_v3.types.SearchProjectsResponse)\n- [1.7.0](/python/docs/reference/cloudresourcemanager/1.7.0/google.cloud.resourcemanager_v3.types.SearchProjectsResponse)\n- [1.6.3](/python/docs/reference/cloudresourcemanager/1.6.3/google.cloud.resourcemanager_v3.types.SearchProjectsResponse)\n- [1.5.1](/python/docs/reference/cloudresourcemanager/1.5.1/google.cloud.resourcemanager_v3.types.SearchProjectsResponse)\n- [1.4.1](/python/docs/reference/cloudresourcemanager/1.4.1/google.cloud.resourcemanager_v3.types.SearchProjectsResponse)\n- [1.3.3](/python/docs/reference/cloudresourcemanager/1.3.3/google.cloud.resourcemanager_v3.types.SearchProjectsResponse)\n- [1.2.0](/python/docs/reference/cloudresourcemanager/1.2.0/google.cloud.resourcemanager_v3.types.SearchProjectsResponse)\n- [1.1.2](/python/docs/reference/cloudresourcemanager/1.1.2/google.cloud.resourcemanager_v3.types.SearchProjectsResponse)\n- [1.0.2](/python/docs/reference/cloudresourcemanager/1.0.2/google.cloud.resourcemanager_v3.types.SearchProjectsResponse)\n- [0.30.5](/python/docs/reference/cloudresourcemanager/0.30.5/google.cloud.resourcemanager_v3.types.SearchProjectsResponse)\n- [0.29.2](/python/docs/reference/cloudresourcemanager/0.29.2/google.cloud.resourcemanager_v3.types.SearchProjectsResponse) \n\n SearchProjectsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nA page of the response received from the\nSearchProjects\nmethod.\n\nA paginated response where more pages are available has\n`next_page_token` set. This token can be used in a subsequent\nrequest to retrieve the next request page."]]