24 lines
658 B
YAML
24 lines
658 B
YAML
- release_tracks: [ALPHA, BETA, GA]
|
|
|
|
help_text:
|
|
brief: Describe a Cloud Healthcare API DICOM store.
|
|
description: Describe a Cloud Healthcare API DICOM store.
|
|
examples: |
|
|
To describe the dicom-store 'test-dicom-store', run:
|
|
|
|
$ {command} test-dicom-store --dataset=test-dataset
|
|
|
|
request:
|
|
collection: healthcare.projects.locations.datasets.dicomStores
|
|
ALPHA:
|
|
api_version: v1alpha2
|
|
BETA:
|
|
api_version: v1beta1
|
|
GA:
|
|
api_version: v1
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: Cloud Healthcare API DICOM store to describe.
|
|
spec: !REF googlecloudsdk.command_lib.healthcare.resources:dicom_store
|