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.Consents.Create |
CloudHealthcare.Projects.Locations.Datasets.ConsentStores.Consents.create(String parent,
Consent content)
Creates a new Consent in the parent consent store.
|
CloudHealthcare.Projects.Locations.Datasets.ConsentStores.Consents.Patch |
CloudHealthcare.Projects.Locations.Datasets.ConsentStores.Consents.patch(String name,
Consent content)
Updates the latest revision of the specified Consent by committing a new revision with the
changes.
|
Constructor and Description |
---|
Create(String parent,
Consent content)
Creates a new Consent in the parent consent store.
|
Patch(String name,
Consent content)
Updates the latest revision of the specified Consent by committing a new revision with the
changes.
|
Modifier and Type | Method and Description |
---|---|
Consent |
Consent.clone() |
Consent |
Consent.set(String fieldName,
Object value) |
Consent |
Consent.setConsentArtifact(String consentArtifact)
Required.
|
Consent |
Consent.setExpireTime(String expireTime)
Timestamp in UTC of when this Consent is considered expired.
|
Consent |
Consent.setMetadata(Map<String,String> metadata)
Optional.
|
Consent |
Consent.setName(String name)
Identifier.
|
Consent |
Consent.setPolicies(List<GoogleCloudHealthcareV1beta1ConsentPolicy> policies)
Optional.
|
Consent |
Consent.setRevisionCreateTime(String revisionCreateTime)
Output only.
|
Consent |
Consent.setRevisionId(String revisionId)
Output only.
|
Consent |
Consent.setState(String state)
Required.
|
Consent |
Consent.setTtl(String ttl)
Input only.
|
Consent |
Consent.setUserId(String userId)
Required.
|
Modifier and Type | Method and Description |
---|---|
List<Consent> |
ListConsentRevisionsResponse.getConsents()
The returned Consent revisions.
|
List<Consent> |
ListConsentsResponse.getConsents()
The returned Consents.
|
Modifier and Type | Method and Description |
---|---|
ListConsentRevisionsResponse |
ListConsentRevisionsResponse.setConsents(List<Consent> consents)
The returned Consent revisions.
|
ListConsentsResponse |
ListConsentsResponse.setConsents(List<Consent> consents)
The returned Consents.
|
Copyright © 2011–2024 Google. All rights reserved.