列出给定数据集中的 Dictation stores
。
HTTP 请求
GET https://healthcare.googleapis.com/v1alpha2/{parent=projects/*/locations/*/datasets/*}/dictationStores
网址采用 gRPC 转码语法。
路径参数
参数 | |
---|---|
parent |
数据集名称。 必须对指定的资源
|
查询参数
参数 | |
---|---|
pageSize |
对单个响应中返回的口录存储区数的限制。如果为零,则使用默认页面大小 100。 |
pageToken |
从上一个 List 请求返回的 nextPageToken 值(如果有)。 |
filter |
将返回的存储区限制为与过滤条件匹配的存储区。语法:https://cloud.google.com/appengine/docs/standard/python/search/query_strings 支持对标签进行过滤。例如 |
请求正文
请求正文必须为空。
响应正文
如果成功,响应正文将包含结构如下的数据:
列出给定数据集中的 Dictation stores
。
JSON 表示法 | |
---|---|
{
"dictationStores": [
{
object ( |
字段 | |
---|---|
dictationStores[] |
返回的口录存储区。口录存储区的数量不会超过请求中 pageSize 的值。 |
nextPageToken |
用于检索下一页结果的令牌。如果列表中没有更多结果,则为空。 |
授权范围
需要以下 OAuth 范围之一:
https://www.googleapis.com/auth/cloud-healthcare
https://www.googleapis.com/auth/cloud-platform
如需了解详情,请参阅身份验证概览。