Method: accounts.locations.patch
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
更新指定的营业地点。
只能在拥有 Google+ 信息页的营业地点上拍照。
如果该营业地点不存在,则返回 NOT_FOUND
。
HTTP 请求
PATCH https://mybusiness.googleapis.com/v4/{name=accounts/*/locations/*}
网址采用 gRPC 转码语法。
路径参数
参数 |
name |
string
要更新的营业地点的名称。
|
查询参数
参数 |
updateMask |
string (FieldMask format)
要更新的特定字段。如果未指定掩码,则视为完全更新,且所有字段都将设为传入的值,这可能包括请求中未设置的空字段。 这是以逗号分隔的完全限定字段名称列表。示例:"user.displayName,photo" 。
|
validateOnly |
boolean
如果为 true,则验证请求,而不实际更新营业地点。
|
attributeMask |
string (FieldMask format)
要更新的属性的 ID。只会更新掩码中注明的属性。如果某个属性在掩码中显示但未在营业地点中显示,则该属性将被移除。空掩码将更新所有属性。 设置此字段后,updateMask 应将属性作为要更新的字段之一。 这是以逗号分隔的完全限定字段名称列表。示例:"user.displayName,photo" 。
|
请求正文
请求正文包含一个 Location
实例。
响应正文
如果成功,则响应正文包含一个 Location
实例。
授权范围
需要以下 OAuth 范围之一:
https://www.googleapis.com/auth/plus.business.manage
https://www.googleapis.com/auth/business.manage
有关详情,请参阅 OAuth 2.0 概览。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-02。
[[["易于理解","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):2023-12-02。"],[[["This document outlines how to update a specific Google My Business location using the `PATCH` HTTP request method."],["The request requires specifying the location's name in the URL path and can include optional query parameters like `updateMask`, `validateOnly`, and `attributeMask` to control the update process."],["The request body should contain a `Location` object with the desired updates, and a successful response will return the updated `Location` object."],["Authorization is necessary and requires one of the specified OAuth scopes: `https://www.googleapis.com/auth/plus.business.manage` or `https://www.googleapis.com/auth/business.manage`."],["Photos can only be added to locations with an associated Google+ page, and attempting to update a non-existent location results in a `NOT_FOUND` error."]]],[]]