public class CloudHealthcare.Projects.Locations.Datasets extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudHealthcare.Projects.Locations.Datasets.Create |
class |
CloudHealthcare.Projects.Locations.Datasets.Deidentify |
class |
CloudHealthcare.Projects.Locations.Datasets.Delete |
class |
CloudHealthcare.Projects.Locations.Datasets.DicomStores
The "dicomStores" collection of methods.
|
class |
CloudHealthcare.Projects.Locations.Datasets.FhirStores
The "fhirStores" collection of methods.
|
class |
CloudHealthcare.Projects.Locations.Datasets.Get |
class |
CloudHealthcare.Projects.Locations.Datasets.GetIamPolicy |
class |
CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores
The "hl7V2Stores" collection of methods.
|
class |
CloudHealthcare.Projects.Locations.Datasets.List |
class |
CloudHealthcare.Projects.Locations.Datasets.Operations
The "operations" collection of methods.
|
class |
CloudHealthcare.Projects.Locations.Datasets.Patch |
class |
CloudHealthcare.Projects.Locations.Datasets.SetIamPolicy |
class |
CloudHealthcare.Projects.Locations.Datasets.TestIamPermissions |
| 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 - The name of the project in which the dataset should be created (e.g.,
`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 - Source dataset resource name. (e.g.,
`projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`).content - the DeidentifyDatasetRequestIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The name of the dataset to delete (e.g.,
`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 - The name of the dataset to read (e.g.,
`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 the operation documentation 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 - The name of the project whose datasets should be listed (e.g.,
`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 - Output only. 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 the operation documentation 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 the operation
documentation for the appropriate value for this field.content - the TestIamPermissionsRequestIOExceptionpublic 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–2019 Google. All rights reserved.