Class: Google::Cloud::Dlp::V2::AnalyzeDataSourceRiskDetails::RequestedRiskAnalysisOptions
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::AnalyzeDataSourceRiskDetails::RequestedRiskAnalysisOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Risk analysis options.
Instance Attribute Summary collapse
-
#job_config ⇒ ::Google::Cloud::Dlp::V2::RiskAnalysisJobConfig
The job config for the risk job.
Instance Attribute Details
#job_config ⇒ ::Google::Cloud::Dlp::V2::RiskAnalysisJobConfig
Returns The job config for the risk job.
2048 2049 2050 2051 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2048 class RequestedRiskAnalysisOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |