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 request to the `https://appengine.googleapis.com/v1beta/{name=apps/*/services/*}` endpoint."],["The update operation requires specifying the `name` path parameter, which indicates the resource to be updated, and the authorization to do so requires the `appengine.services.update` IAM permission."],["The `updateMask` query parameter is mandatory, and it dictates which fields of the service are to be updated, using a comma-separated list of fully qualified names."],["Optional traffic migration can be performed by using the `migrateTraffic` query parameter, allowing for a gradual shift of traffic to new versions; this parameter is not supported in the App Engine flexible environment."],["The request body must be a `Service` instance, while a successful response will contain an `Operation` instance."]]],[]]