public class CloudHealthcare.Projects.Locations.Datasets extends Object
| Constructor and Description |
|---|
Datasets() |
public CloudHealthcare.Projects.Locations.Datasets.Create create(String parent, Dataset content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The name of the project where the server creates the dataset. For example,
`projects/{project_id}/locations/{location_id}`.content - the DatasetIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.Deidentify deidentify(String sourceDataset, DeidentifyDatasetRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.sourceDataset - Required. Source dataset resource name. For example,
`projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`. R5 FHIR stores are
not supported and will be skipped.content - the DeidentifyDatasetRequestIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the dataset to delete. For example,
`projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the dataset to read. For example,
`projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.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.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The name of the project whose datasets should be listed. For example,
`projects/{project_id}/locations/{location_id}`.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.Patch patch(String name, Dataset content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Identifier. Resource name of the dataset, of the form
`projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`.content - the DatasetIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.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.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 consentStores()
The typical use is:
CloudHealthcare healthcare = new CloudHealthcare(...);CloudHealthcare.ConsentStores.List request = healthcare.consentStores().list(parameters ...)
public CloudHealthcare.Projects.Locations.Datasets.DataMapperWorkspaces dataMapperWorkspaces()
The typical use is:
CloudHealthcare healthcare = new CloudHealthcare(...);CloudHealthcare.DataMapperWorkspaces.List request = healthcare.dataMapperWorkspaces().list(parameters ...)
public CloudHealthcare.Projects.Locations.Datasets.DicomStores dicomStores()
The typical use is:
CloudHealthcare healthcare = new CloudHealthcare(...);CloudHealthcare.DicomStores.List request = healthcare.dicomStores().list(parameters ...)
public CloudHealthcare.Projects.Locations.Datasets.FhirStores fhirStores()
The typical use is:
CloudHealthcare healthcare = new CloudHealthcare(...);CloudHealthcare.FhirStores.List request = healthcare.fhirStores().list(parameters ...)
public CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores hl7V2Stores()
The typical use is:
CloudHealthcare healthcare = new CloudHealthcare(...);CloudHealthcare.Hl7V2Stores.List request = healthcare.hl7V2Stores().list(parameters ...)
public CloudHealthcare.Projects.Locations.Datasets.Operations operations()
The typical use is:
CloudHealthcare healthcare = new CloudHealthcare(...);CloudHealthcare.Operations.List request = healthcare.operations().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.