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.UserDataMappings.Create |
CloudHealthcare.Projects.Locations.Datasets.ConsentStores.UserDataMappings.create(String parent,
UserDataMapping content)
Creates a new User data mapping in the parent consent store.
|
CloudHealthcare.Projects.Locations.Datasets.ConsentStores.UserDataMappings.Patch |
CloudHealthcare.Projects.Locations.Datasets.ConsentStores.UserDataMappings.patch(String name,
UserDataMapping content)
Updates the specified User data mapping.
|
Constructor and Description |
---|
Create(String parent,
UserDataMapping content)
Creates a new User data mapping in the parent consent store.
|
Patch(String name,
UserDataMapping content)
Updates the specified User data mapping.
|
Modifier and Type | Method and Description |
---|---|
UserDataMapping |
UserDataMapping.clone() |
UserDataMapping |
UserDataMapping.set(String fieldName,
Object value) |
UserDataMapping |
UserDataMapping.setArchived(Boolean archived)
Output only.
|
UserDataMapping |
UserDataMapping.setArchiveTime(String archiveTime)
Output only.
|
UserDataMapping |
UserDataMapping.setDataId(String dataId)
Required.
|
UserDataMapping |
UserDataMapping.setName(String name)
Resource name of the User data mapping, of the form `projects/{project_id}/locations/{location_
id}/datasets/{dataset_id}/consentStores/{consent_store_id}/userDataMappings/{user_data_mapping_
id}`.
|
UserDataMapping |
UserDataMapping.setResourceAttributes(List<Attribute> resourceAttributes)
Attributes of the resource.
|
UserDataMapping |
UserDataMapping.setUserId(String userId)
Required.
|
Modifier and Type | Method and Description |
---|---|
List<UserDataMapping> |
ListUserDataMappingsResponse.getUserDataMappings()
The returned User data mappings.
|
Modifier and Type | Method and Description |
---|---|
ListUserDataMappingsResponse |
ListUserDataMappingsResponse.setUserDataMappings(List<UserDataMapping> userDataMappings)
The returned User data mappings.
|
Copyright © 2011–2024 Google. All rights reserved.