Class: Google::Privacy::Dlp::V2::InspectJobConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<Google::Privacy::Dlp::V2::Action>

Returns Actions to execute at the completion of the job.

Returns:



2234
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2234

class InspectJobConfig; end

#inspect_configGoogle::Privacy::Dlp::V2::InspectConfig

Returns How and what to scan for.

Returns:



2234
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2234

class InspectJobConfig; end

#inspect_template_nameString

Returns If provided, will be used as the default for all values in InspectConfig. inspect_config will be merged into the values persisted as part of the template.

Returns:

  • (String)

    If provided, will be used as the default for all values in InspectConfig. inspect_config will be merged into the values persisted as part of the template.



2234
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2234

class InspectJobConfig; end

#storage_configGoogle::Privacy::Dlp::V2::StorageConfig

Returns The data to scan.

Returns:



2234
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2234

class InspectJobConfig; end