public sealed class DeleteDataScanRequest : IMessage<DeleteDataScanRequest>, IEquatable<DeleteDataScanRequest>, IDeepCloneable<DeleteDataScanRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class DeleteDataScanRequest.
Delete dataScan request.
Implements
IMessageDeleteDataScanRequest, IEquatableDeleteDataScanRequest, IDeepCloneableDeleteDataScanRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
DeleteDataScanRequest()
public DeleteDataScanRequest()DeleteDataScanRequest(DeleteDataScanRequest)
public DeleteDataScanRequest(DeleteDataScanRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteDataScanRequest |
Properties
DataScanName
public DataScanName DataScanName { get; set; }DataScanName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
DataScanName |
|
Force
public bool Force { get; set; }Optional. If set to true, any child resources of this data scan will also be deleted. (Otherwise, the request will only work if the data scan has no child resources.)
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Name
public string Name { get; set; }Required. The resource name of the dataScan:
projects/{project}/locations/{location_id}/dataScans/{data_scan_id}
where project refers to a project_id or project_number and
location_id refers to a Google Cloud region.
| Property Value | |
|---|---|
| Type | Description |
string |
|