Required. The path of the resource to update the blob storage settings in the format of projects/{projectID}/locations/{locationID}/datasets/{datasetID}/dicomStores/{dicomStoreID}/dicomWeb/studies/{studyUID}, projects/{projectID}/locations/{locationID}/datasets/{datasetID}/dicomStores/{dicomStoreID}/dicomWeb/studies/{studyUID}/series/{seriesUID}/, or projects/{projectID}/locations/{locationID}/datasets/{datasetID}/dicomStores/{dicomStoreID}/dicomWeb/studies/{studyUID}/series/{seriesUID}/instances/{instanceUID}. If filterConfig is specified, set the value of resource to the resource name of a DICOM store in the format projects/{projectID}/locations/{locationID}/datasets/{datasetID}/dicomStores/{dicomStoreID}.
Authorization requires the following IAM permission on the specified resource resource:
healthcare.dicomStores.dicomWebWrite
Request body
The request body contains data with the following structure:
Optional. A filter configuration. If filterConfig is specified, set the value of resource to the resource name of a DICOM store in the format projects/{projectID}/locations/{locationID}/datasets/{datasetID}/dicomStores/{dicomStoreID}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-01 UTC."],[[["This endpoint, `dicomStores.setBlobStorageSettings`, is used to modify the blob storage settings of specified DICOM resources."],["The request is made via a `POST` request to a specific URL structure using gRPC Transcoding syntax."],["The `resource` path parameter is required and defines the DICOM resource to be updated, such as a study, series, instance, or the entire DICOM store."],["The request body can contain `filterConfig` to apply the settings to specific resources and `blobStorageSettings` that includes the settings that will be updated."],["Successful requests will return an `Operation` instance, and the request requires specific OAuth scopes for authorization, namely `https://www.googleapis.com/auth/cloud-healthcare` or `https://www.googleapis.com/auth/cloud-platform`."]]],[]]