Cloud Healthcare API

管理、存储和访问 Google Cloud Platform 中的医疗保健数据。

服务:healthcare.googleapis.com

以下所有 URI 都是 https://healthcare.googleapis.com 的相对路径

REST 资源:v1alpha2.projects.locations.datasets.dictationStores

方法
create POST /v1alpha2/{parent=projects/*/locations/*/datasets/*}/dictationStores
在父级数据集中创建新 Dictation store
delete DELETE /v1alpha2/{name=projects/*/locations/*/datasets/*/dictationStores/*}
删除指定的 Dictation store 并移除其中包含的所有口录。
get GET /v1alpha2/{name=projects/*/locations/*/datasets/*/dictationStores/*}
获取指定的 Dictation store 或若不存在则返回 NOT_FOUND。
getIamPolicy POST /v1alpha2/{resource=projects/*/locations/*/datasets/*/dictationStores/*}:getIamPolicy
获取资源的访问权限控制政策。
list GET /v1alpha2/{parent=projects/*/locations/*/datasets/*}/dictationStores
列出给定数据集中的 Dictation stores
patch PATCH /v1alpha2/{dictationStore.name=projects/*/locations/*/datasets/*/dictationStores/*}
更新指定的 Dictation store
setIamPolicy POST /v1alpha2/{resource=projects/*/locations/*/datasets/*/dictationStores/*}:setIamPolicy
规定获取资源的访问权限控制政策。
testIamPermissions POST /v1alpha2/{resource=projects/*/locations/*/datasets/*/dictationStores/*}:testIamPermissions
返回调用者对指定资源拥有的权限。

REST 资源:v1alpha2.projects.locations.datasets.dictationStores.dictations

方法
create POST /v1alpha2/{parent=projects/*/locations/*/datasets/*/dictationStores/*}/dictations
创建新的 Dictation 记录。
delete DELETE /v1alpha2/{name=projects/*/locations/*/datasets/*/dictationStores/*/dictations/*}
删除 Dictation 或若存在则返回 NOT_FOUND。
get GET /v1alpha2/{name=projects/*/locations/*/datasets/*/dictationStores/*/dictations/*}
获取 Dictation
list GET /v1alpha2/{parent=projects/*/locations/*/datasets/*/dictationStores/*}/dictations
列出给定的 Dictation store 中的 Dictations
patch PATCH /v1alpha2/{dictation.name=projects/*/locations/*/datasets/*/dictationStores/*/dictations/*}
更新 Dictation
recognize POST /v1alpha2/{name=projects/*/locations/*/datasets/*/dictationStores/*/dictations/*}:recognize
执行异步语音识别:通过 google.longrunning.Operations 接口接收结果。

REST 资源:v1alpha2.projects.locations.datasets.dictationStores.dictations.notes

方法
create POST /v1alpha2/{parent=projects/*/locations/*/datasets/*/dictationStores/*/dictations/*}/notes
创建新的 Note
delete DELETE /v1alpha2/{name=projects/*/locations/*/datasets/*/dictationStores/*/dictations/*/notes/*}
删除现有 Note
get GET /v1alpha2/{name=projects/*/locations/*/datasets/*/dictationStores/*/dictations/*/notes/*}
获取 Note
list GET /v1alpha2/{parent=projects/*/locations/*/datasets/*/dictationStores/*/dictations/*}/notes
列出指定 Dictation 中支持过滤的所有 Notes
patch PATCH /v1alpha2/{note.name=projects/*/locations/*/datasets/*/dictationStores/*/dictations/*/notes/*}
更新 Note

REST 资源:v1alpha2.projects.locations.datasets.dictationStores.speechConfigs

方法
create POST /v1alpha2/{parent=projects/*/locations/*/datasets/*/dictationStores/*}/speechConfigs
创建新的 SpeechConfig
delete DELETE /v1alpha2/{name=projects/*/locations/*/datasets/*/dictationStores/*/speechConfigs/*}
删除 SpeechConfig 或若存在则返回 NOT_FOUND。
get GET /v1alpha2/{name=projects/*/locations/*/datasets/*/dictationStores/*/speechConfigs/*}
获取 SpeechConfig 配置。
list GET /v1alpha2/{parent=projects/*/locations/*/datasets/*/dictationStores/*}/speechConfigs
列出指定 Dictation store 中支持过滤的所有 SpeechConfigs
patch PATCH /v1alpha2/{speechConfig.name=projects/*/locations/*/datasets/*/dictationStores/*/speechConfigs/*}
更新 SpeechConfig

REST 资源:v1alpha2.projects.locations.datasets.operations

方法
get GET /v1alpha2/{name=projects/*/locations/*/datasets/*/operations/*}
获取长时间运行的操作的最新状态。
list GET /v1alpha2/{name=projects/*/locations/*/datasets/*}/operations
列出与请求中指定的过滤条件匹配的操作。