[[["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-07-09 UTC."],[[["\u003cp\u003eThis endpoint retrieves a list of ResourceAllowances for a specified project and location using a GET request.\u003c/p\u003e\n"],["\u003cp\u003eThe request URL requires the \u003ccode\u003eparent\u003c/code\u003e path parameter to specify the project and location.\u003c/p\u003e\n"],["\u003cp\u003eThe request accepts optional \u003ccode\u003epageSize\u003c/code\u003e and \u003ccode\u003epageToken\u003c/code\u003e query parameters for paginating results.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should be empty, and the response body will be a JSON object that includes an array of \u003ccode\u003eresourceAllowances\u003c/code\u003e, \u003ccode\u003enextPageToken\u003c/code\u003e and an array of \u003ccode\u003eunreachable\u003c/code\u003e locations.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope to access the endpoint.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.resourceAllowances.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.ListResourceAllowancesResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nList all ResourceAllowances for a project within a region.\n\n### HTTP request\n\n`GET https://batch.googleapis.com/v1alpha/{parent=projects/*/locations/*}/resourceAllowances`\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\nresourceAllowances.list Response.\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]