의견 보내기
Method: settings.updateCustomer
고객 설정을 업데이트합니다.
참고: 이 API를 실행하려면 관리자 계정이 필요합니다.
HTTP 요청
PATCH https://cloudsearch.googleapis.com/v1/settings/customer
URL은 gRPC 트랜스코딩 구문을 사용합니다.
쿼리 매개변수
매개변수
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
자세한 내용은 OAuth 2.0 개요 를 참조하세요.
의견 보내기
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-03-08 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"필요한 정보가 없음"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"너무 복잡함/단계 수가 너무 많음"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"오래됨"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"번역 문제"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"샘플/코드 문제"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"기타"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"이해하기 쉬움"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"문제가 해결됨"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"기타"
}]
의견을 전달하고 싶나요?