Required. Standard field mask for the set of fields to be updated.
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
migrateTraffic
boolean
Set to true to gradually shift traffic to one or more versions that you specify. By default, traffic is shifted immediately. For gradual traffic migration, the target versions must be located within instances that are configured for both warmup requests and automatic scaling. You must specify the shardBy field in the Service resource. Gradual traffic migration is not supported in the App Engine flexible environment. For examples, see Migrating and Splitting Traffic.
[[["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 2022-05-23 UTC."],[[["This page details how to update the configuration of a specified service using a PATCH HTTP request to the `https://appengine.googleapis.com/v1/{name=apps/*/services/*}` endpoint."],["The update operation requires specifying the service `name` as a path parameter and uses the `updateMask` query parameter to indicate which fields are being modified."],["You can use the `migrateTraffic` query parameter to control whether traffic is shifted immediately or gradually to the specified version(s), if the target versions are compatible with automatic scaling and warmup requests."],["The request body should include an instance of `Service` and the response body will include an instance of `Operation` if successful."],["To authorize this request, you will need to include the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]