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 how to update an autoscaling policy using a `PUT` HTTP request to the specified URL, which follows gRPC Transcoding syntax."],["The update operation requires providing the policy's resource name via the `policy.name` path parameter, structured according to either `projects/{projectId}/regions/{region}/autoscalingPolicies/{policy_id}` or `projects/{projectId}/locations/{location}/autoscalingPolicies/{policy_id}`."],["The request body must contain a full replacement instance of the `AutoscalingPolicy`, while the response body, upon success, will also contain an instance of `AutoscalingPolicy`."],["To authorize the update, you must include the `https://www.googleapis.com/auth/cloud-platform` OAuth scope in your request."]]],[]]