For projects.regions.autoscalingPolicies.list, the resource name of the region has the following format: projects/{projectId}/regions/{region}
For projects.locations.autoscalingPolicies.list, the resource name of the ___location has the following format: projects/{projectId}/locations/{___location}
Authorization requires the following IAM permission on the specified resource parent:
dataproc.autoscalingPolicies.list
Query parameters
Parameters
pageSize
integer
Optional. The maximum number of results to return in each response. Must be less than or equal to 1000. Defaults to 100.
pageToken
string
Optional. The page token, returned by a previous call, to request 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 2025-06-20 UTC."],[[["This API endpoint retrieves a list of autoscaling policies within a specified project and ___location or region."],["The HTTP request is a `GET` method using a URL structure that follows gRPC Transcoding syntax, targeting a specific project and ___location or region."],["The `parent` path parameter is required to specify the region or ___location, and it requires the `dataproc.autoscalingPolicies.list` IAM permission."],["Optional query parameters `pageSize` and `pageToken` are available to control the number of results returned and pagination, respectively."],["The response body, if successful, will contain a `ListAutoscalingPoliciesResponse` instance, and the request requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]