public class CloudHealthcare.Projects.Locations.Datasets.ConsentStores.UserDataMappings extends Object
| Constructor and Description |
|---|
UserDataMappings() |
public CloudHealthcare.Projects.Locations.Datasets.ConsentStores.UserDataMappings.Archive archive(String name, ArchiveUserDataMappingRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The resource name of the User data mapping to archive.content - the ArchiveUserDataMappingRequestIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.ConsentStores.UserDataMappings.Create create(String parent, UserDataMapping content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the consent store.content - the UserDataMappingIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.ConsentStores.UserDataMappings.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The resource name of the User data mapping to delete.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.ConsentStores.UserDataMappings.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The resource name of the User data mapping to retrieve.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.ConsentStores.UserDataMappings.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the consent store to retrieve User data mappings from.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.ConsentStores.UserDataMappings.Patch patch(String name, UserDataMapping content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Resource name of the User data mapping, of the form `projects/{project_id}/locations/{location_id}/d
atasets/{dataset_id}/consentStores/{consent_store_id}/userDataMappings/{user_data_mapping_
id}`.content - the UserDataMappingIOExceptionCopyright © 2011–2025 Google. All rights reserved.