Returns the instances Resource.
Close httplib2 connections.
getSeriesMetrics(series, x__xgafv=None)
GetSeriesMetrics returns metrics for a series.
close()
Close httplib2 connections.
getSeriesMetrics(series, x__xgafv=None)
GetSeriesMetrics returns metrics for a series. Args: series: string, Required. The series resource path. For example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}/dicomWeb/studies/{study_uid}/series/{series_uid}`. (required) x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # SeriesMetrics contains metrics describing a DICOM series. "blobStorageSizeBytes": "A String", # Total blob storage bytes for all instances in the series. "instanceCount": "A String", # Number of instances in the series. "series": "A String", # The series resource path. For example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}/dicomWeb/studies/{study_uid}/series/{series_uid}`. "structuredStorageSizeBytes": "A String", # Total structured storage bytes for all instances in the series. }