Class: Google::Apis::BigqueryV2::DataMaskingStatistics

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DataMaskingStatistics

Returns a new instance of DataMaskingStatistics.



1663
1664
1665
# File 'lib/google/apis/bigquery_v2/classes.rb', line 1663

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#data_masking_appliedBoolean Also known as: data_masking_applied?

Whether any accessed data was protected by the data masking. Corresponds to the JSON property dataMaskingApplied

Returns:

  • (Boolean)


1660
1661
1662
# File 'lib/google/apis/bigquery_v2/classes.rb', line 1660

def data_masking_applied
  @data_masking_applied
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1668
1669
1670
# File 'lib/google/apis/bigquery_v2/classes.rb', line 1668

def update!(**args)
  @data_masking_applied = args[:data_masking_applied] if args.key?(:data_masking_applied)
end