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 ArchiveUserDataMappingRequest
IOException
public 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 UserDataMapping
IOException
public 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.IOException
public 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.IOException
public 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.IOException
public 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 UserDataMapping
IOException
Copyright © 2011–2024 Google. All rights reserved.