Class UpdateServiceRequest (0.6.0)

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. Caller must have both create and update permissions for this call if this is set to true.