Updates a service perimeter. The long-running operation from this RPC has a successful status after the service perimeter propagates to long-lasting storage. If a service perimeter contains errors, an error response is returned for the first error encountered.
[[["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-12 UTC."],[[["This page details how to update a service perimeter, which is accomplished through a PATCH request to a specific URL endpoint."],["The URL requires a `servicePerimeter.name` path parameter, which must follow a strict format and cannot be changed after creation."],["The request body contains the updated `ServicePerimeter` data, while the query parameter `updateMask` determines which fields will be modified."],["A successful request returns an `Operation` object in the response body, indicating the long-running update process."],["Authorization for this operation requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]