Method: projects.locations.services.patch

Updates a Service.

HTTP request

PATCH https://run.googleapis.com/v2/{service.name}

Path parameters

Parameters
service.name

string

The fully qualified name of this Service. In CreateServiceRequest, this field is ignored, and instead composed from CreateServiceRequest.parent and CreateServiceRequest.service_id.

Format: projects/{project}/locations/{location}/services/{serviceId} It takes the form projects/{project}/locations/{location}/services/{service}.

Query parameters

Parameters
updateMask

string (FieldMask format)

Optional. The list of fields to be updated.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

validateOnly

boolean

Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.

allowMissing

boolean

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.

Request body

The request body contains an instance of Service.

Response body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.