Class: Google::Cloud::Dlp::V2::RiskAnalysisJobConfig

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

Overview

Configuration for a risk analysis job. See https://cloud.google.com/sensitive-data-protection/docs/concepts-risk-analysis to learn more.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Actions to execute at the completion of the job. Are executed in the order provided.

Returns:



1443
1444
1445
1446
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1443

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

#privacy_metric::Google::Cloud::Dlp::V2::PrivacyMetric

Returns Privacy metric to compute.

Returns:



1443
1444
1445
1446
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1443

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

#source_table::Google::Cloud::Dlp::V2::BigQueryTable

Returns Input dataset to compute metrics over.

Returns:



1443
1444
1445
1446
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1443

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