Class: Google::Cloud::Dlp::V2::InspectJobConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Controls what and how to inspect for findings.

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array<::Google::Cloud::Dlp::V2::Action>

Returns Actions to execute at the completion of the job.

Returns:



3990
3991
3992
3993
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3990

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

#inspect_config::Google::Cloud::Dlp::V2::InspectConfig

Returns How and what to scan for.

Returns:



3990
3991
3992
3993
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3990

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

#inspect_template_name::String

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.



3990
3991
3992
3993
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3990

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

#storage_config::Google::Cloud::Dlp::V2::StorageConfig

Returns The data to scan.

Returns:



3990
3991
3992
3993
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3990

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