Method: organizations.settings.updateValue
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
更新设置值。
如果设置或设置值不存在,则返回包含 google.rpc.Code.NOT_FOUND
的 google.rpc.Status
。如果设置被标记为只读,则返回带有 google.rpc.Code.FAILED_PRECONDITION
的 google.rpc.Status
。如果请求中提供的 ETag 与设置值的持久化 ETag 不匹配,则返回 google.rpc.Status
,并包含 google.rpc.Code.ABORTED
。
注意:提供的设置值将完全覆盖所有字段。
HTTP 请求
PATCH https://resourcesettings.googleapis.com/v1alpha1/{settingValue.name=organizations/*/settings/*/value}
网址采用 gRPC 转码语法。
路径参数
参数 |
settingValue.name |
string
设置值的资源名称。必须采用以下形式之一:
projects/{project_number}/settings/{setting_name}/value
folders/{folder_id}/settings/{setting_name}/value
organizations/{organization_id}/settings/{setting_name}/value
例如,“/projects/123/settings/gcp-enableMyFeature/value”
|
请求正文
请求正文包含一个 SettingValue
实例。
响应正文
如果成功,则响应正文包含一个 SettingValue
实例。
授权作用域
需要以下 OAuth 范围:
https://www.googleapis.com/auth/cloud-platform
如需了解详情,请参阅身份验证概览。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-07-25。"],[],["This describes how to update a setting value using a `PATCH` request to a specific URL, including the setting's resource name in the path. The request body must contain a `SettingValue` instance, which will fully overwrite existing fields. Successful responses also return a `SettingValue` instance. Failures return a `google.rpc.Status`, indicating `NOT_FOUND`, `FAILED_PRECONDITION`, or `ABORTED`. The operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope.\n"]]