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.ConsentStores.Create |
CloudHealthcare.Projects.Locations.Datasets.ConsentStores.create(String parent,
ConsentStore content)
Creates a new consent store in the parent dataset.
|
CloudHealthcare.Projects.Locations.Datasets.ConsentStores.Patch |
CloudHealthcare.Projects.Locations.Datasets.ConsentStores.patch(String name,
ConsentStore content)
Updates the specified consent store.
|
Constructor and Description |
---|
Create(String parent,
ConsentStore content)
Creates a new consent store in the parent dataset.
|
Patch(String name,
ConsentStore content)
Updates the specified consent store.
|
Modifier and Type | Method and Description |
---|---|
ConsentStore |
ConsentStore.clone() |
ConsentStore |
ConsentStore.set(String fieldName,
Object value) |
ConsentStore |
ConsentStore.setDefaultConsentTtl(String defaultConsentTtl)
Optional.
|
ConsentStore |
ConsentStore.setEnableConsentCreateOnUpdate(Boolean enableConsentCreateOnUpdate)
Optional.
|
ConsentStore |
ConsentStore.setLabels(Map<String,String> labels)
Optional.
|
ConsentStore |
ConsentStore.setName(String name)
Resource name of the consent store, of the form `projects/{project_id}/locations/{location_id}/
datasets/{dataset_id}/consentStores/{consent_store_id}`.
|
Modifier and Type | Method and Description |
---|---|
List<ConsentStore> |
ListConsentStoresResponse.getConsentStores()
The returned consent stores.
|
Modifier and Type | Method and Description |
---|---|
ListConsentStoresResponse |
ListConsentStoresResponse.setConsentStores(List<ConsentStore> consentStores)
The returned consent stores.
|
Copyright © 2011–2025 Google. All rights reserved.