Continuation token used to page through large result sets. Provide this value in a subsequent ListWorkerPoolsRequest to return the next page of results.
[[["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 2024-04-18 UTC."],[[["This API endpoint retrieves a list of `WorkerPools` within a specified project and location using a GET HTTP request."],["The `parent` path parameter is required to specify the project and location, and the authorization for this request requires the `cloudbuild.workerpools.list` IAM permission."],["Optional query parameters, `pageSize` and `pageToken`, are available for pagination, allowing control over the number of `WorkerPools` returned and enabling the retrieval of subsequent pages."],["The request body must be empty, and the successful response includes a list of `WorkerPools` and a `nextPageToken` for further pagination."],["The request requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]