Class: Google::Cloud::Dataplex::V1::RunDataScanRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/datascans.rb

Overview

Run DataScan Request

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns 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.

Returns:

  • (::String)

    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.



164
165
166
167
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 164

class RunDataScanRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end