This field indicates that more results are available beyond the last page displayed. To fetch the results, make another list request and use this value as your page token. This lets you retrieve the complete contents of a very large collection one page at a time.
However, if the contents of the collection change between the first and last paginated list request, the set of all elements returned are an inconsistent view of the collection. You can't retrieve a consistent snapshot of a collection larger than the maximum page size.
[[["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-05-19 UTC."],[[["\u003cp\u003eThis API endpoint retrieves a list of Response Policies associated with a specified project using a GET request.\u003c/p\u003e\n"],["\u003cp\u003eThe request URL requires a \u003ccode\u003eproject\u003c/code\u003e path parameter to identify the target project, and supports optional \u003ccode\u003emaxResults\u003c/code\u003e and \u003ccode\u003epageToken\u003c/code\u003e query parameters for pagination.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and the response will include an array of \u003ccode\u003eresponsePolicies\u003c/code\u003e along with an optional \u003ccode\u003enextPageToken\u003c/code\u003e for paginated results.\u003c/p\u003e\n"],["\u003cp\u003eTo access this API, one of the listed OAuth scopes (\u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e, \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform.read-only\u003c/code\u003e, \u003ccode\u003ehttps://www.googleapis.com/auth/ndev.clouddns.readonly\u003c/code\u003e, or \u003ccode\u003ehttps://www.googleapis.com/auth/ndev.clouddns.readwrite\u003c/code\u003e) must be authorized.\u003c/p\u003e\n"],["\u003cp\u003eThe response data consists of an array of Response Policy resources, each conforming to the specified \u003ccode\u003eResponsePolicy\u003c/code\u003e schema, and a nextPageToken, which, if present, should be used for subsequent calls to retrieve the full list of objects.\u003c/p\u003e\n"]]],[],null,["# Method: responsePolicies.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ResponsePoliciesListResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Examples](#examples)\n- [Try it!](#try-it)\n\nEnumerates all Response Policies associated with a project.\n\n### HTTP request\n\n`GET https://dns.googleapis.com/dns/v1/projects/{project}/responsePolicies`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `\n https://www.googleapis.com/auth/cloud-platform.read-only`\n- `\n https://www.googleapis.com/auth/ndev.clouddns.readonly`\n- `\n https://www.googleapis.com/auth/ndev.clouddns.readwrite`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/external/authorization-gcp)."]]