public sealed class RunDataScanRequest : IMessage<RunDataScanRequest>, IEquatable<RunDataScanRequest>, IDeepCloneable<RunDataScanRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class RunDataScanRequest.
Run DataScan Request
Implements
IMessageRunDataScanRequest, IEquatableRunDataScanRequest, IDeepCloneableRunDataScanRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
RunDataScanRequest()
public RunDataScanRequest()
RunDataScanRequest(RunDataScanRequest)
public RunDataScanRequest(RunDataScanRequest other)
Parameter | |
---|---|
Name | Description |
other | RunDataScanRequest |
Properties
DataScanName
public DataScanName DataScanName { get; set; }
DataScanName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
DataScanName |
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 GCP region.
Only OnDemand data scans are allowed.
Property Value | |
---|---|
Type | Description |
string |