Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
FhirStoreMetric |
FhirStoreMetric.clone() |
FhirStoreMetric |
FhirStoreMetric.set(String fieldName,
Object value) |
FhirStoreMetric |
FhirStoreMetric.setCount(Long count)
The total count of FHIR resources in the store of this resource type.
|
FhirStoreMetric |
FhirStoreMetric.setResourceType(String resourceType)
The FHIR resource type this metric applies to.
|
FhirStoreMetric |
FhirStoreMetric.setStructuredStorageSizeBytes(Long structuredStorageSizeBytes)
The total amount of structured storage used by FHIR resources of this resource type in the
store.
|
Modifier and Type | Method and Description |
---|---|
List<FhirStoreMetric> |
FhirStoreMetrics.getMetrics()
List of FhirStoreMetric by resource type.
|
Modifier and Type | Method and Description |
---|---|
FhirStoreMetrics |
FhirStoreMetrics.setMetrics(List<FhirStoreMetric> metrics)
List of FhirStoreMetric by resource type.
|
Copyright © 2011–2024 Google. All rights reserved.