For projects.regions.autoscalingPolicies, the resource name of the policy has the following format: projects/{projectId}/regions/{region}/autoscalingPolicies/{policy_id}
For projects.locations.autoscalingPolicies, the resource name of the policy has the following format: projects/{projectId}/locations/{location}/autoscalingPolicies/{policy_id}
[[["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-02-27 UTC."],[[["This webpage details the process for updating an autoscaling policy using a `PUT` request to the specified URL, which follows gRPC Transcoding syntax."],["The `policy.name` parameter in the URL is essential and represents the resource name of the autoscaling policy, formatted differently for projects.regions and projects.locations."],["The request body must contain an instance of `AutoscalingPolicy`, and a successful response will also contain an instance of `AutoscalingPolicy`."],["Updating the autoscaling policy is done by full replacements, without checking for update masks."],["Authorization to perform this action requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]