ProjectsLocationsDatasetsConsentStoresUserDataMappings
class ProjectsLocationsDatasetsConsentStoresUserDataMappings extends Resource (View source)
The "userDataMappings" collection of methods.
Typical usage is:
$healthcareService = new Google\Service\CloudHealthcare(...);
$userDataMappings = $healthcareService->projects_locations_datasets_consentStores_userDataMappings;
Methods
Archives the specified User data mapping. (userDataMappings.archive)
Creates a new User data mapping in the parent consent store.
Deletes the specified User data mapping. (userDataMappings.delete)
Gets the specified User data mapping. (userDataMappings.get)
Lists the User data mappings in the specified consent store.
Updates the specified User data mapping. (userDataMappings.patch)
Details
ArchiveUserDataMappingResponse
archive(string $name, ArchiveUserDataMappingRequest $postBody, array $optParams = [])
Archives the specified User data mapping. (userDataMappings.archive)
UserDataMapping
create(string $parent, UserDataMapping $postBody, array $optParams = [])
Creates a new User data mapping in the parent consent store.
(userDataMappings.create)
HealthcareEmpty
delete(string $name, array $optParams = [])
Deletes the specified User data mapping. (userDataMappings.delete)
UserDataMapping
get(string $name, array $optParams = [])
Gets the specified User data mapping. (userDataMappings.get)
ListUserDataMappingsResponse
listProjectsLocationsDatasetsConsentStoresUserDataMappings(string $parent, array $optParams = [])
Lists the User data mappings in the specified consent store.
(userDataMappings.listProjectsLocationsDatasetsConsentStoresUserDataMappings)
UserDataMapping
patch(string $name, UserDataMapping $postBody, array $optParams = [])
Updates the specified User data mapping. (userDataMappings.patch)