Class UpdateServiceRequest (0.10.4)

UpdateServiceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for updating a service.

Attributes

NameDescription
service google.cloud.run_v2.types.Service
Required. The Service to be updated.
validate_only bool
Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.
allow_missing bool
If set to true, and if the Service does not exist, it will create a new one. The caller must have 'run.services.create' permissions if this is set to true and the Service does not exist.