public class CloudHealthcare.Projects.Locations.Datasets.ConsentStores.ConsentArtifacts extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudHealthcare.Projects.Locations.Datasets.ConsentStores.ConsentArtifacts.Create |
class |
CloudHealthcare.Projects.Locations.Datasets.ConsentStores.ConsentArtifacts.Delete |
class |
CloudHealthcare.Projects.Locations.Datasets.ConsentStores.ConsentArtifacts.Get |
class |
CloudHealthcare.Projects.Locations.Datasets.ConsentStores.ConsentArtifacts.List |
| Constructor and Description |
|---|
ConsentArtifacts() |
| Modifier and Type | Method and Description |
|---|---|
CloudHealthcare.Projects.Locations.Datasets.ConsentStores.ConsentArtifacts.Create |
create(String parent,
ConsentArtifact content)
Creates a new Consent artifact in the parent consent store.
|
CloudHealthcare.Projects.Locations.Datasets.ConsentStores.ConsentArtifacts.Delete |
delete(String name)
Deletes the specified Consent artifact.
|
CloudHealthcare.Projects.Locations.Datasets.ConsentStores.ConsentArtifacts.Get |
get(String name)
Gets the specified Consent artifact.
|
CloudHealthcare.Projects.Locations.Datasets.ConsentStores.ConsentArtifacts.List |
list(String parent)
Lists the Consent artifacts in the specified consent store.
|
public CloudHealthcare.Projects.Locations.Datasets.ConsentStores.ConsentArtifacts.Create create(String parent, ConsentArtifact content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The name of the consent store this Consent artifact belongs to.content - the ConsentArtifactIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.ConsentStores.ConsentArtifacts.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The resource name of the Consent artifact to delete. To preserve referential integrity,
Consent artifacts referenced by the latest revision of a Consent cannot be deleted.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.ConsentStores.ConsentArtifacts.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The resource name of the Consent artifact to retrieve.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.ConsentStores.ConsentArtifacts.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the consent store to retrieve consent artifacts from.IOExceptionCopyright © 2011–2025 Google. All rights reserved.