Class ProjectsResource.LocationsResource.DatasetsResource
The "datasets" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class ProjectsResource.LocationsResource.DatasetsResource
Constructors
DatasetsResource(IClientService)
Constructs a new resource.
Declaration
public DatasetsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
ConsentStores
Gets the ConsentStores resource.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.ConsentStoresResource ConsentStores { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.DatasetsResource.ConsentStoresResource |
DataMapperWorkspaces
Gets the DataMapperWorkspaces resource.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.DataMapperWorkspacesResource DataMapperWorkspaces { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.DatasetsResource.DataMapperWorkspacesResource |
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.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.CreateRequest Create(Dataset body, string parent)
Parameters
Type | Name | Description |
---|---|---|
Dataset | body | The body of the request. |
string | parent | Required. 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 error logs in Cloud Logging.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.DeidentifyRequest Deidentify(DeidentifyDatasetRequest body, string sourceDataset)
Parameters
Type | Name | Description |
---|---|---|
DeidentifyDatasetRequest | body | The body of the request. |
string | sourceDataset | Required. 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 |
---|---|---|
string | name | Required. 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 |
---|---|---|
string | name | Required. 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 |
---|---|---|
string | resource | REQUIRED: The resource for which the policy is being requested. See Resource names 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 |
---|---|---|
string | parent | Required. 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. |
string | name | Identifier. 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. |
string | resource | REQUIRED: The resource for which the policy is being specified. See Resource names 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. |
string | resource | REQUIRED: The resource for which the policy detail is being requested. See Resource names for the appropriate value for this field. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.DatasetsResource.TestIamPermissionsRequest |