Method: settings.updateCustomer

Update customer settings.

Note: This API requires an admin account to execute.

HTTP request

PATCH https://cloudsearch.googleapis.com/v1/settings/customer

The URL uses gRPC Transcoding syntax.

Query parameters

Parameters
updateMask

string (FieldMask format)

Update mask to control which fields get updated. If you specify a field in the updateMask but don't specify its value here, that field will be cleared. If the mask is not present or empty, all fields will be updated. Currently supported field paths: vpcSettings and auditLoggingSettings

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 CustomerSettings.

Response body

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

Authorization Scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud_search.settings.indexing
  • https://www.googleapis.com/auth/cloud_search.settings
  • https://www.googleapis.com/auth/cloud_search

For more information, see the Authorization guide.