UpdateServiceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for Services.UpdateService.
.. attribute:: name
Name of the resource to update. Example:
apps/myapp/services/default.
:type: str
Attributes
| Name | Description |
| service |
google.cloud.appengine_admin_v1.types.Service
A Service resource containing the updated service. Only fields set in the field mask will be updated. |
| update_mask |
google.protobuf.field_mask_pb2.FieldMask
Standard field mask for the set of fields to be updated. |
| migrate_traffic |
bool
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 |