Method: chains.search
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
HTTP 请求
GET https://mybusiness.googleapis.com/v4/chains:search
网址采用 gRPC 转码语法。
查询参数
参数 |
chainDisplayName |
string
按名称搜索连锁店。支持精确/部分/模糊/相关查询。示例:“沃尔玛”“沃尔玛”“沃尔玛”
|
resultCount |
integer
从此查询返回的匹配的连锁店数量上限。默认值为 10。可能的最大值为 500。
|
响应正文
如果成功,响应正文将包含结构如下的数据:
Locations.SearchChains 的响应消息。
JSON 表示法 |
{
"chains": [
{
object (Chain )
}
]
} |
字段 |
chains[] |
object (Chain )
与 SearchChainsRequest 中查询的 chainDisplayName 匹配的连锁店。如果没有匹配项,此字段将为空。结果按相关性顺序排列。
|
授权范围
需要以下 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):2024-10-14。
[[["易于理解","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-10-14。"],[[["This document details how to search for a business chain using the `search` endpoint and the `chainDisplayName` query parameter."],["The request body should be empty, and the response will include a list of chains matching the query, ranked by relevance."],["The maximum number of results returned can be controlled using the `resultCount` query parameter, with a default of 10 and a maximum of 500."],["Authorization is required using either the `https://www.googleapis.com/auth/plus.business.manage` or `https://www.googleapis.com/auth/business.manage` OAuth scope."]]],[]]