Class: Google::Apis::BigqueryV2::RowLevelSecurityStatistics

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 row-level security.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RowLevelSecurityStatistics

Returns a new instance of RowLevelSecurityStatistics.



8442
8443
8444
# File 'lib/google/apis/bigquery_v2/classes.rb', line 8442

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

Instance Attribute Details

#row_level_security_appliedBoolean Also known as: row_level_security_applied?

Whether any accessed data was protected by row access policies. Corresponds to the JSON property rowLevelSecurityApplied

Returns:

  • (Boolean)


8439
8440
8441
# File 'lib/google/apis/bigquery_v2/classes.rb', line 8439

def row_level_security_applied
  @row_level_security_applied
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8447
8448
8449
# File 'lib/google/apis/bigquery_v2/classes.rb', line 8447

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