ProjectsLocationsDatasetsConsentStoresConsentArtifacts
class ProjectsLocationsDatasetsConsentStoresConsentArtifacts extends Resource (View source)
The "consentArtifacts" collection of methods.
Typical usage is:
$healthcareService = new Google\Service\CloudHealthcare(...);
$consentArtifacts = $healthcareService->projects_locations_datasets_consentStores_consentArtifacts;
Methods
Creates a new Consent artifact in the parent consent store.
Deletes the specified Consent artifact. Fails if the artifact is referenced by the latest revision of any Consent. (consentArtifacts.delete)
Gets the specified Consent artifact. (consentArtifacts.get)
Lists the Consent artifacts in the specified consent store.
Details
ConsentArtifact
create(string $parent, ConsentArtifact $postBody, array $optParams = [])
Creates a new Consent artifact in the parent consent store.
(consentArtifacts.create)
HealthcareEmpty
delete(string $name, array $optParams = [])
Deletes the specified Consent artifact. Fails if the artifact is referenced by the latest revision of any Consent. (consentArtifacts.delete)
ConsentArtifact
get(string $name, array $optParams = [])
Gets the specified Consent artifact. (consentArtifacts.get)
ListConsentArtifactsResponse
listProjectsLocationsDatasetsConsentStoresConsentArtifacts(string $parent, array $optParams = [])
Lists the Consent artifacts in the specified consent store.
(consentArtifacts.listProjectsLocationsDatasetsConsentStoresConsentArtifacts)