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.



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

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)


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