Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1 | |
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
CloudHealthcare.Projects.Locations.Datasets.AnnotationStores.Create |
CloudHealthcare.Projects.Locations.Datasets.AnnotationStores.create(String parent,
AnnotationStore content)
Creates a new Annotation store within the parent dataset.
|
CloudHealthcare.Projects.Locations.Datasets.AnnotationStores.Patch |
CloudHealthcare.Projects.Locations.Datasets.AnnotationStores.patch(String name,
AnnotationStore content)
Updates the specified Annotation store.
|
Constructor and Description |
---|
Create(String parent,
AnnotationStore content)
Creates a new Annotation store within the parent dataset.
|
Patch(String name,
AnnotationStore content)
Updates the specified Annotation store.
|
Modifier and Type | Method and Description |
---|---|
AnnotationStore |
AnnotationStore.clone() |
AnnotationStore |
AnnotationStore.set(String fieldName,
Object value) |
AnnotationStore |
AnnotationStore.setLabels(Map<String,String> labels)
Optional.
|
AnnotationStore |
AnnotationStore.setName(String name)
Identifier.
|
Modifier and Type | Method and Description |
---|---|
List<AnnotationStore> |
ListAnnotationStoresResponse.getAnnotationStores()
The returned Annotation stores.
|
Modifier and Type | Method and Description |
---|---|
ListAnnotationStoresResponse |
ListAnnotationStoresResponse.setAnnotationStores(List<AnnotationStore> annotationStores)
The returned Annotation stores.
|
Copyright © 2011–2025 Google. All rights reserved.