2023-11-03
▼ ▲ healthcare.projects.locations.datasets.dicomStores.setBlobStorageSettings
Path: v1beta1/{+resource}:setBlobStorageSettings
Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dicomStores/{dicomStoresId}:setBlobStorageSettings
HTTP Method: POST
Parameters:
resource
Description: Required. The path of the resource to update the blob storage settings in the format of `projects/{projectID}/datasets/{datasetID}/dicomStores/{dicomStoreID}/dicomWeb/studies/{studyUID}`, `projects/{projectID}/datasets/{datasetID}/dicomStores/{dicomStoreID}/dicomWeb/studies/{studyUID}/series/{seriesUID}/`, or `projects/{projectID}/datasets/{datasetID}/dicomStores/{dicomStoreID}/dicomWeb/studies/{studyUID}/series/{seriesUID}/instances/{instanceUID}`. If `filter_config` is specified, set the value of `resource` to the resource name of a DICOM store in the format `projects/{projectID}/datasets/{datasetID}/dicomStores/{dicomStoreID}`.
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dicomStores/[^/]+$
Location: path
Required: Yes
Type: string
Parameter Order: resource
Scopes:
Description: SetBlobStorageSettings sets the blob storage settings of the specified resources.
▼ ▲ healthcare.projects.locations.datasets.dicomStores.dicomWeb.studies.setBlobStorageSettings
Path: v1beta1/{+resource}:setBlobStorageSettings
Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dicomStores/{dicomStoresId}/dicomWeb/studies/{studiesId}:setBlobStorageSettings
HTTP Method: POST
Parameters:
resource
Description: Required. The path of the resource to update the blob storage settings in the format of `projects/{projectID}/datasets/{datasetID}/dicomStores/{dicomStoreID}/dicomWeb/studies/{studyUID}`, `projects/{projectID}/datasets/{datasetID}/dicomStores/{dicomStoreID}/dicomWeb/studies/{studyUID}/series/{seriesUID}/`, or `projects/{projectID}/datasets/{datasetID}/dicomStores/{dicomStoreID}/dicomWeb/studies/{studyUID}/series/{seriesUID}/instances/{instanceUID}`. If `filter_config` is specified, set the value of `resource` to the resource name of a DICOM store in the format `projects/{projectID}/datasets/{datasetID}/dicomStores/{dicomStoreID}`.
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dicomStores/[^/]+/dicomWeb/studies/.*$
Location: path
Required: Yes
Type: string
Parameter Order: resource
Scopes:
Description: SetBlobStorageSettings sets the blob storage settings of the specified resources.
▼ ▲ healthcare.projects.locations.datasets.dicomStores.dicomWeb.studies.series.instances.getStorageInfo
Path: v1beta1/{+resource}:getStorageInfo
Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dicomStores/{dicomStoresId}/dicomWeb/studies/{studiesId}/series/{seriesId}/instances/{instancesId}:getStorageInfo
HTTP Method: GET
Parameters:
resource
Description: Required. The path of the resource for which the storage info is requested (for exaxmple for a DICOM Instance: `projects/{projectid}/datasets/{datasetid}/dicomStores/{dicomStoreId}/dicomWeb/studies/{study_uid}/series/{series_uid}/instances/{instance_uid}`)
Pattern: ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dicomStores/[^/]+/dicomWeb/studies/[^/]+/series/[^/]+/instances/[^/]+$
Location: path
Required: Yes
Type: string
Parameter Order: resource
Scopes:
Description: GetStorageInfo returns the storage info of the specified resource.