Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::RiskAnalysisJobConfig (v0.18.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::RiskAnalysisJobConfig.
Configuration for a risk analysis job. See https://cloud.google.com/dlp/docs/concepts-risk-analysis to learn more.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#actions
defactions()->::Array<::Google::Cloud::Dlp::V2::Action>
Returns
- (::Array<::Google::Cloud::Dlp::V2::Action>) — Actions to execute at the completion of the job. Are executed in the order provided.
#actions=
defactions=(value)->::Array<::Google::Cloud::Dlp::V2::Action>
Parameter
- value (::Array<::Google::Cloud::Dlp::V2::Action>) — Actions to execute at the completion of the job. Are executed in the order provided.
Returns
- (::Array<::Google::Cloud::Dlp::V2::Action>) — Actions to execute at the completion of the job. Are executed in the order provided.
#privacy_metric
defprivacy_metric()->::Google::Cloud::Dlp::V2::PrivacyMetric
Returns
- (::Google::Cloud::Dlp::V2::PrivacyMetric) — Privacy metric to compute.
#privacy_metric=
defprivacy_metric=(value)->::Google::Cloud::Dlp::V2::PrivacyMetric
Parameter
- value (::Google::Cloud::Dlp::V2::PrivacyMetric) — Privacy metric to compute.
Returns
- (::Google::Cloud::Dlp::V2::PrivacyMetric) — Privacy metric to compute.
#source_table
defsource_table()->::Google::Cloud::Dlp::V2::BigQueryTable
Returns
- (::Google::Cloud::Dlp::V2::BigQueryTable) — Input dataset to compute metrics over.
#source_table=
defsource_table=(value)->::Google::Cloud::Dlp::V2::BigQueryTable
Parameter
- value (::Google::Cloud::Dlp::V2::BigQueryTable) — Input dataset to compute metrics over.
Returns
- (::Google::Cloud::Dlp::V2::BigQueryTable) — Input dataset to compute metrics over.