public class CloudHealthcare.Projects.Locations.Datasets.AnnotationStores extends Object
Constructor and Description |
---|
AnnotationStores() |
public CloudHealthcare.Projects.Locations.Datasets.AnnotationStores.Create create(String parent, AnnotationStore content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.parent
- Required. The name of the dataset this Annotation store belongs to.content
- the AnnotationStore
IOException
public CloudHealthcare.Projects.Locations.Datasets.AnnotationStores.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- Required. The resource name of the Annotation store to delete.IOException
public CloudHealthcare.Projects.Locations.Datasets.AnnotationStores.Evaluate evaluate(String name, EvaluateAnnotationStoreRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- Required. The Annotation store to compare against `golden_store`, in the format of `projects/{projec
t_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{annotation_store_id}
`.content
- the EvaluateAnnotationStoreRequest
IOException
public CloudHealthcare.Projects.Locations.Datasets.AnnotationStores.Export export(String name, ExportAnnotationsRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- Required. The name of the Annotation store to export annotations to, in the format of `projects/{pro
ject_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{annotation_store_
id}`.content
- the ExportAnnotationsRequest
IOException
public CloudHealthcare.Projects.Locations.Datasets.AnnotationStores.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- Required. The resource name of the Annotation store to get.IOException
public CloudHealthcare.Projects.Locations.Datasets.AnnotationStores.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.IOException
public CloudHealthcare.Projects.Locations.Datasets.AnnotationStores.CloudHealthcareImport healthcareImport(String name, ImportAnnotationsRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.name
- Required. The name of the Annotation store to which the server imports annotations, in the format `p
rojects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{annot
ation_store_id}`.content
- the ImportAnnotationsRequest
IOException
public CloudHealthcare.Projects.Locations.Datasets.AnnotationStores.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.parent
- Required. Name of the dataset.IOException
public CloudHealthcare.Projects.Locations.Datasets.AnnotationStores.Patch patch(String name, AnnotationStore content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- Identifier. Resource name of the Annotation store, of the form `projects/{project_id}/locations/{loc
ation_id}/datasets/{dataset_id}/annotationStores/{annotation_store_id}`.content
- the AnnotationStore
IOException
public CloudHealthcare.Projects.Locations.Datasets.AnnotationStores.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 SetIamPolicyRequest
IOException
public CloudHealthcare.Projects.Locations.Datasets.AnnotationStores.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 TestIamPermissionsRequest
IOException
public CloudHealthcare.Projects.Locations.Datasets.AnnotationStores.Annotations annotations()
The typical use is:
CloudHealthcare healthcare = new CloudHealthcare(...);
CloudHealthcare.Annotations.List request = healthcare.annotations().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.