Method: projects.locations.updateGoogleChannelConfig

Update a single GoogleChannelConfig

HTTP request

PATCH https://eventarc.googleapis.com/v1/{googleChannelConfig.name=projects/*/locations/*/googleChannelConfig}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
googleChannelConfig.name

string

Required. The resource name of the config. Must be in the format of, projects/{project}/locations/{location}/googleChannelConfig.

Query parameters

Parameters
updateMask

string (FieldMask format)

The fields to be updated; only fields explicitly provided are updated. If no field mask is provided, all provided fields in the request are updated. To update all fields, provide a field mask of "*".

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

Request body

The request body contains an instance of GoogleChannelConfig.

Response body

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

Authorization Scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.