Class: Google::Apis::BigqueryV2::DataMaskingStatistics
- Inherits:
-
Object
- Object
- Google::Apis::BigqueryV2::DataMaskingStatistics
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/bigquery_v2/classes.rb,
lib/google/apis/bigquery_v2/representations.rb,
lib/google/apis/bigquery_v2/representations.rb
Overview
Statistics for data-masking.
Instance Attribute Summary collapse
-
#data_masking_applied ⇒ Boolean
(also: #data_masking_applied?)
Whether any accessed data was protected by the data masking.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DataMaskingStatistics
constructor
A new instance of DataMaskingStatistics.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DataMaskingStatistics
Returns a new instance of DataMaskingStatistics.
1659 1660 1661 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 1659 def initialize(**args) update!(**args) end |
Instance Attribute Details
#data_masking_applied ⇒ Boolean Also known as: data_masking_applied?
Whether any accessed data was protected by the data masking.
Corresponds to the JSON property dataMaskingApplied
1656 1657 1658 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 1656 def data_masking_applied @data_masking_applied end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1664 1665 1666 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 1664 def update!(**args) @data_masking_applied = args[:data_masking_applied] if args.key?(:data_masking_applied) end |