Full name: projects.locations.datasets.dicomStores.setBlobStorageSettings
dicomStores.setBlobStorageSettings sets the blob storage settings of the specified resources.
HTTP request
POST https://healthcare.googleapis.com/v1beta1/{resource=projects/*/locations/*/datasets/*/dicomStores/*}:setBlobStorageSettings
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
resource |
Required. The path of the resource to update the blob storage settings in the format of Authorization requires the following IAM permission on the specified resource
|
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "filterConfig": { object( |
Fields | |
---|---|
filterConfig |
Optional. A filter configuration. If |
blobStorageSettings |
The blob storage settings to update for the specified resources. Only fields listed in |
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-healthcare
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.