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 endpoint lists autoscaling policies within a specified project and region or ___location."],["The HTTP request uses a `GET` method to retrieve autoscaling policy data from a URL constructed using gRPC Transcoding syntax, including path parameters for `parent`."],["Optional query parameters, `pageSize` and `pageToken`, can be utilized to manage the quantity and pagination of the response data."],["The request body must be empty, and a successful response will be an instance of `ListAutoscalingPoliciesResponse`."],["Authorization requires the `dataproc.autoscalingPolicies.list` IAM permission on the `parent` resource, and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]