getStorageInfo
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.DicomWeb.Studies.Series.Instances.GetStorageInfo getStorageInfo(String resource)
throws IOException
GetStorageInfo returns the storage info of the specified resource.
Create a request for the method "instances.getStorageInfo".
This request holds the parameters needed by the healthcare server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
resource
- Required. The path of the instance to return storage info for, in the form: `projects/{projectID}/lo
cations/{locationID}/datasets/{datasetID}/dicomStores/{dicomStoreID}/dicomWeb/studies/{stu
dyUID}/series/{seriesUID}/instances/{instanceUID}`
- Returns:
- the request
- Throws:
IOException