Method: settings.updateCustomer
顧客の設定を更新する。
注: この API を実行するには、管理者アカウントが必要です。
HTTP リクエスト
PATCH https://cloudsearch.googleapis.com/v1/settings/customer
この URL は gRPC Transcoding 構文を使用します。
クエリ パラメータ
パラメータ |
updateMask |
string (FieldMask format)
マスクを更新して、更新するフィールドを制御します。updateMask でフィールドを指定していて、その値をここで指定しないと、そのフィールドはクリアされます。マスクが存在しないか空の場合、すべてのフィールドが更新されます。現在サポートされているフィールドパス: vpcSettings と auditLoggingSettings 完全修飾フィールド名のカンマ区切りリストです。(例: "user.displayName,photo" )。
|
リクエストの本文
リクエストの本文には CustomerSettings
のインスタンスが含まれています。
レスポンスの本文
成功した場合、レスポンスの本文には Operation
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープのいずれかが必要です。
https://www.googleapis.com/auth/cloud_search.settings.indexing
https://www.googleapis.com/auth/cloud_search.settings
https://www.googleapis.com/auth/cloud_search
詳細については、承認ガイドをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-03 UTC。
[null,null,["最終更新日 2024-09-03 UTC。"],[[["This API updates customer settings, requiring an admin account and using a PATCH request to `https://cloudsearch.googleapis.com/v1/settings/customer`."],["You can control which fields are updated with the `updateMask` query parameter, providing a comma-separated list of field paths."],["The request body should contain an instance of `CustomerSettings`, while a successful response will include an `Operation` object."],["Authorization requires one of the following OAuth scopes: `https://www.googleapis.com/auth/cloud_search.settings.indexing`, `https://www.googleapis.com/auth/cloud_search.settings`, or `https://www.googleapis.com/auth/cloud_search`."]]],[]]