메서드: projects.locations.datasets.dictationStores.create

상위 데이터 세트 내에 새 Dictation store를 만듭니다. 기존 저장소와 동일한 ID로 음성기록 저장소를 만들려고 시도하면 ALREADY_EXISTS 오류와 함께 작업이 실패합니다.

HTTP 요청

POST https://healthcare.googleapis.com/v1alpha2/{parent=projects/*/locations/*/datasets/*}/dictationStores

URL은 gRPC 트랜스코딩 구문을 사용합니다.

경로 매개변수

매개변수
parent

string

이 음성기록 저장소가 속한 데이터 세트의 이름입니다.

승인을 처리하려면 지정된 리소스 parent에 대해 다음과 같은 Google IAM 권한이 필요합니다.

  • healthcare.dictationStores.create

쿼리 매개변수

매개변수
dictationStoreId

string

생성 중인 음성기록 저장소의 ID입니다. 문자열은 다음 정규식 [\p{L}\p{N}_\-\.]{1,256}과 일치해야 합니다.

요청 본문

요청 본문에 DictationStore의 인스턴스가 포함됩니다.

응답 본문

성공한 경우 응답 본문에 새로 생성된 DictationStore의 인스턴스가 포함됩니다.

승인 범위

다음 OAuth 범위 중 하나가 필요합니다.

  • https://www.googleapis.com/auth/cloud-healthcare
  • https://www.googleapis.com/auth/cloud-platform

자세한 내용은 인증 개요를 참조하세요.