Class: Google::Privacy::Dlp::V2beta1::RiskAnalysisOperationMetadata
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::RiskAnalysisOperationMetadata
- Defined in:
- lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb
Overview
Metadata returned within the +riskAnalysis.operations.get+ for risk analysis.
Instance Attribute Summary collapse
-
#create_time ⇒ Google::Protobuf::Timestamp
The time which this request was started.
-
#requested_privacy_metric ⇒ Google::Privacy::Dlp::V2beta1::PrivacyMetric
Privacy metric to compute.
-
#requested_source_table ⇒ Google::Privacy::Dlp::V2beta1::BigQueryTable
Input dataset to compute metrics over.
Instance Attribute Details
#create_time ⇒ Google::Protobuf::Timestamp
Returns The time which this request was started.
561 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 561 class RiskAnalysisOperationMetadata; end |
#requested_privacy_metric ⇒ Google::Privacy::Dlp::V2beta1::PrivacyMetric
Returns Privacy metric to compute.
561 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 561 class RiskAnalysisOperationMetadata; end |
#requested_source_table ⇒ Google::Privacy::Dlp::V2beta1::BigQueryTable
Returns Input dataset to compute metrics over.
561 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 561 class RiskAnalysisOperationMetadata; end |