public sealed class SearchProjectsResponse : IMessage<SearchProjectsResponse>, IEquatable<SearchProjectsResponse>, IDeepCloneable<SearchProjectsResponse>, IBufferMessage, IMessage, IPageResponse<Project>, IEnumerable<Project>, IEnumerable
Reference documentation and code samples for the Cloud Resource Manager v3 API class SearchProjectsResponse.
A page of the response received from the
[SearchProjects][google.cloud.resourcemanager.v3.Projects.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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eSearchProjectsResponse\u003c/code\u003e class within the Google Cloud Resource Manager v3 API, specifically version 2.2.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSearchProjectsResponse\u003c/code\u003e class is a sealed class that represents a paginated response from the \u003ccode\u003eSearchProjects\u003c/code\u003e method, containing a list of projects.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, \u003ccode\u003eIPageResponse\u003c/code\u003e, and \u003ccode\u003eIEnumerable\u003c/code\u003e, enabling various functionalities like message handling, equality comparison, deep cloning, and iteration.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eSearchProjectsResponse\u003c/code\u003e class include \u003ccode\u003eNextPageToken\u003c/code\u003e, used for pagination to retrieve the next set of results, and \u003ccode\u003eProjects\u003c/code\u003e, which holds the list of matching projects.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSearchProjectsResponse\u003c/code\u003e class has two constructors, a default constructor and one that accepts another \u003ccode\u003eSearchProjectsResponse\u003c/code\u003e object as a parameter for creating a new instance based on an existing one.\u003c/p\u003e\n"]]],[],null,[]]