public class CloudHealthcare.Projects.Locations.Datasets.ConsentStores extends Object
| Constructor and Description |
|---|
ConsentStores() |
public CloudHealthcare.Projects.Locations.Datasets.ConsentStores.CheckDataAccess checkDataAccess(String consentStore, CheckDataAccessRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.consentStore - Required. Name of the consent store where the requested data_id is stored, of the form `projects/{pr
oject_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}`.content - the CheckDataAccessRequestIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.ConsentStores.Create create(String parent, ConsentStore content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The name of the dataset this consent store belongs to.content - the ConsentStoreIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.ConsentStores.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The resource name of the consent store to delete.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.ConsentStores.EvaluateUserConsents evaluateUserConsents(String consentStore, EvaluateUserConsentsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.consentStore - Required. Name of the consent store to retrieve User data mappings from.content - the EvaluateUserConsentsRequestIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.ConsentStores.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The resource name of the consent store to get.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.ConsentStores.GetIamPolicy getIamPolicy(String resource) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resource - REQUIRED: The resource for which the policy is being requested. See [Resource
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
this field.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.ConsentStores.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the dataset.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.ConsentStores.Patch patch(String name, ConsentStore content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Resource name of the consent store, of the form `projects/{project_id}/locations/{location_id}/datas
ets/{dataset_id}/consentStores/{consent_store_id}`. Cannot be changed after creation.content - the ConsentStoreIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.ConsentStores.QueryAccessibleData queryAccessibleData(String consentStore, QueryAccessibleDataRequest content) throws IOException
consentStore - Required. Name of the consent store to retrieve User data mappings from.content - the QueryAccessibleDataRequestIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.ConsentStores.SetIamPolicy setIamPolicy(String resource, SetIamPolicyRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resource - REQUIRED: The resource for which the policy is being specified. See [Resource
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
this field.content - the SetIamPolicyRequestIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.ConsentStores.TestIamPermissions testIamPermissions(String resource, TestIamPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resource - REQUIRED: The resource for which the policy detail is being requested. See [Resource
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
this field.content - the TestIamPermissionsRequestIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.ConsentStores.AttributeDefinitions attributeDefinitions()
The typical use is:
CloudHealthcare healthcare = new CloudHealthcare(...);CloudHealthcare.AttributeDefinitions.List request = healthcare.attributeDefinitions().list(parameters ...)
public CloudHealthcare.Projects.Locations.Datasets.ConsentStores.ConsentArtifacts consentArtifacts()
The typical use is:
CloudHealthcare healthcare = new CloudHealthcare(...);CloudHealthcare.ConsentArtifacts.List request = healthcare.consentArtifacts().list(parameters ...)
public CloudHealthcare.Projects.Locations.Datasets.ConsentStores.Consents consents()
The typical use is:
CloudHealthcare healthcare = new CloudHealthcare(...);CloudHealthcare.Consents.List request = healthcare.consents().list(parameters ...)
public CloudHealthcare.Projects.Locations.Datasets.ConsentStores.UserDataMappings userDataMappings()
The typical use is:
CloudHealthcare healthcare = new CloudHealthcare(...);CloudHealthcare.UserDataMappings.List request = healthcare.userDataMappings().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.