REST Resource: googleLocations
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
资源:GoogleLocation
表示 Google 上显示的 Location
。此营业地点可以是用户或其他人已声明所有权的营业地点,也可以是未声明所有权的营业地点。
JSON 表示法 |
{
"name": string,
"location": {
object (Location )
},
"requestAdminRightsUrl": string
} |
字段 |
name |
string
此 GoogleLocation 的资源名称,格式为 googleLocations/{googleLocationId} 。
|
location |
object (Location )
稀疏填充的 Location 信息。如果用户当前未声明对此字段的所有权,则可以在 locations.create 中重复使用此字段。
|
requestAdminRightsUrl |
string
会将用户重定向到请求管理员权限界面的网址。仅当任何用户(包括当前用户)已声明对营业地点的所有权时,此字段才会显示。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-20。
[[["易于理解","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):2024-08-20。"],[[["GoogleLocation represents a Location on Google, which can have different ownership statuses (claimed by the user, someone else, or unclaimed)."],["It includes essential information like name, location details, and a URL for requesting admin rights if the location is already claimed."],["GoogleLocation resource allows for actions like reporting a location and searching for matching locations based on criteria."],["The `location` field within GoogleLocation can be reused for creating new locations if it's currently unclaimed."]]],[]]