Class ProjectsResource.LocationsResource.DatasetsResource.DeidentifyRequest
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. The LRO result may still be successful if de-identification fails for some resources. The new de-identified dataset will not contain these failed resources. The number of resources processed are tracked in Operation.metadata. Error details are logged to Cloud Logging. For more information, see Viewing error logs in Cloud Logging.
Inheritance
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.DatasetsResource.DeidentifyRequest : CloudHealthcareBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
DeidentifyRequest(IClientService, DeidentifyDatasetRequest, string)
Constructs a new Deidentify request.
Declaration
public DeidentifyRequest(IClientService service, DeidentifyDatasetRequest body, string sourceDataset)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
DeidentifyDatasetRequest | body | |
string | sourceDataset |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
SourceDataset
Required. Source dataset resource name. For example,
projects/{project_id}/locations/{location_id}/datasets/{dataset_id}
.
Declaration
[RequestParameter("sourceDataset", RequestParameterType.Path)]
public virtual string SourceDataset { get; }
Property Value
Type | Description |
---|---|
string |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Deidentify parameter list.
Declaration
protected override void InitParameters()