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/sensitive-data-protection/docs/concepts-risk-analysis to learn more.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#actions
def actions() -> ::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=
def actions=(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
def privacy_metric() -> ::Google::Cloud::Dlp::V2::PrivacyMetric
Returns
- (::Google::Cloud::Dlp::V2::PrivacyMetric) — Privacy metric to compute.
#privacy_metric=
def privacy_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
def source_table() -> ::Google::Cloud::Dlp::V2::BigQueryTable
Returns
- (::Google::Cloud::Dlp::V2::BigQueryTable) — Input dataset to compute metrics over.
#source_table=
def source_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.