Class ProjectsResource.LocationsResource.DatasetsResource
The "datasets" collection of methods.
Inheritance
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class DatasetsResource
Constructors
DatasetsResource(IClientService)
Constructs a new resource.
Declaration
public DatasetsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Properties
DicomStores
Gets the DicomStores resource.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource DicomStores { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.DicomStoresResource |
FhirStores
Gets the FhirStores resource.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.FhirStoresResource FhirStores { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.FhirStoresResource |
Hl7V2Stores
Gets the Hl7V2Stores resource.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource Hl7V2Stores { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource |
Operations
Gets the Operations resource.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.OperationsResource Operations { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.OperationsResource |
Methods
Create(Dataset, String)
Creates a new health dataset. Results are returned through the Operation interface which
returns either an Operation.response which contains a Dataset or Operation.error. The metadata
field type is OperationMetadata. A Google Cloud Platform project can contain up to 500 datasets
across all regions.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.CreateRequest Create(Dataset body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| Dataset | body | The body of the request. |
| System.String | parent | The name of the project where the server creates the dataset. For example,
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.CreateRequest |
Deidentify(DeidentifyDatasetRequest, String)
Creates a new dataset containing de-identified data from the source dataset. The metadata field type is OperationMetadata. If the request is successful, the response field type is DeidentifySummary. If errors occur, error is set. The LRO result may still be successful if de- identification fails for some DICOM instances. The new de-identified dataset will not contain these failed resources. Failed resource totals are tracked in Operation.metadata. Error details are also logged to Cloud Logging. For more information, see [Viewing logs](/healthcare/docs/how- tos/logging).
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.DeidentifyRequest Deidentify(DeidentifyDatasetRequest body, string sourceDataset)
Parameters
| Type | Name | Description |
|---|---|---|
| DeidentifyDatasetRequest | body | The body of the request. |
| System.String | sourceDataset | Source dataset resource name. For example,
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.DeidentifyRequest |
Delete(String)
Deletes the specified health dataset and all data contained in the dataset. Deleting a dataset does not affect the sources from which the dataset was imported (if any).
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.DeleteRequest Delete(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The name of the dataset to delete. For example,
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.DeleteRequest |
Get(String)
Gets any metadata associated with a dataset.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The name of the dataset to read. For example,
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.GetRequest |
GetIamPolicy(String)
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.GetIamPolicyRequest GetIamPolicy(string resource)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | resource | REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.GetIamPolicyRequest |
List(String)
Lists the health datasets in the current project.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | parent | The name of the project whose datasets should be listed. For example,
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.ListRequest |
Patch(Dataset, String)
Updates dataset metadata.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.PatchRequest Patch(Dataset body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| Dataset | body | The body of the request. |
| System.String | name | Output only. Resource name of the dataset, of the form
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.PatchRequest |
SetIamPolicy(SetIamPolicyRequest, String)
Sets the access control policy on the specified resource. Replaces any existing policy.
Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.SetIamPolicyRequest SetIamPolicy(SetIamPolicyRequest body, string resource)
Parameters
| Type | Name | Description |
|---|---|---|
| SetIamPolicyRequest | body | The body of the request. |
| System.String | resource | REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.SetIamPolicyRequest |
TestIamPermissions(TestIamPermissionsRequest, String)
Returns permissions that a caller has on the specified resource. If the resource does not
exist, this will return an empty set of permissions, not a NOT_FOUND error.
Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.TestIamPermissionsRequest TestIamPermissions(TestIamPermissionsRequest body, string resource)
Parameters
| Type | Name | Description |
|---|---|---|
| TestIamPermissionsRequest | body | The body of the request. |
| System.String | resource | REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.TestIamPermissionsRequest |