Class: Google::Cloud::Dlp::V2::RiskAnalysisJobConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::RiskAnalysisJobConfig
- 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
-
#actions ⇒ ::Array<::Google::Cloud::Dlp::V2::Action>
Actions to execute at the completion of the job.
-
#privacy_metric ⇒ ::Google::Cloud::Dlp::V2::PrivacyMetric
Privacy metric to compute.
-
#source_table ⇒ ::Google::Cloud::Dlp::V2::BigQueryTable
Input dataset to compute metrics over.
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.
1481 1482 1483 1484 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1481 class RiskAnalysisJobConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#privacy_metric ⇒ ::Google::Cloud::Dlp::V2::PrivacyMetric
Returns Privacy metric to compute.
1481 1482 1483 1484 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1481 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.
1481 1482 1483 1484 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1481 class RiskAnalysisJobConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |