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-01-28 UTC."],[[["This webpage documents the `studies.setBlobStorageSettings` method, which is used to update the blob storage settings for specified DICOM resources."],["The method utilizes a POST request to a specific URL endpoint that includes the resource path, and follows gRPC Transcoding syntax."],["The `resource` parameter in the path specifies the target for the update, which can be a study, a series within a study, or an instance within a series, alternatively it could be a DICOM store if a filter is applied."],["The request body contains two main components, `filterConfig` which is optional and specifies filtering criteria and `blobStorageSettings` which defines the updated settings."],["To execute the `studies.setBlobStorageSettings` method, one of the two specified OAuth scopes is needed: `https://www.googleapis.com/auth/cloud-healthcare` or `https://www.googleapis.com/auth/cloud-platform`."]]],[]]