Class: Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1KMapEstimationQuasiIdValues
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1KMapEstimationQuasiIdValues
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dlp_v2beta1/classes.rb,
generated/google/apis/dlp_v2beta1/representations.rb,
generated/google/apis/dlp_v2beta1/representations.rb
Overview
A tuple of values for the quasi-identifier columns.
Instance Attribute Summary collapse
-
#estimated_anonymity ⇒ Fixnum
The estimated anonymity for these quasi-identifier values.
-
#quasi_ids_values ⇒ Array<Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1Value>
The quasi-identifier values.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2beta1KMapEstimationQuasiIdValues
constructor
A new instance of GooglePrivacyDlpV2beta1KMapEstimationQuasiIdValues.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2beta1KMapEstimationQuasiIdValues
Returns a new instance of GooglePrivacyDlpV2beta1KMapEstimationQuasiIdValues
2017 2018 2019 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 2017 def initialize(**args) update!(**args) end |
Instance Attribute Details
#estimated_anonymity ⇒ Fixnum
The estimated anonymity for these quasi-identifier values.
Corresponds to the JSON property estimatedAnonymity
2010 2011 2012 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 2010 def estimated_anonymity @estimated_anonymity end |
#quasi_ids_values ⇒ Array<Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1Value>
The quasi-identifier values.
Corresponds to the JSON property quasiIdsValues
2015 2016 2017 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 2015 def quasi_ids_values @quasi_ids_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2022 2023 2024 2025 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 2022 def update!(**args) @estimated_anonymity = args[:estimated_anonymity] if args.key?(:estimated_anonymity) @quasi_ids_values = args[:quasi_ids_values] if args.key?(:quasi_ids_values) end |