Class: Google::Apis::BigqueryV2::RowLevelSecurityStatistics
- Inherits:
-
Object
- Object
- Google::Apis::BigqueryV2::RowLevelSecurityStatistics
- 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
Instance Attribute Summary collapse
-
#row_level_security_applied ⇒ Boolean
(also: #row_level_security_applied?)
[Output-only] [Preview] Whether any accessed data was protected by row access policies.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RowLevelSecurityStatistics
constructor
A new instance of RowLevelSecurityStatistics.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RowLevelSecurityStatistics
Returns a new instance of RowLevelSecurityStatistics.
6762 6763 6764 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 6762 def initialize(**args) update!(**args) end |
Instance Attribute Details
#row_level_security_applied ⇒ Boolean Also known as: row_level_security_applied?
[Output-only] [Preview] Whether any accessed data was protected by row access
policies.
Corresponds to the JSON property rowLevelSecurityApplied
6759 6760 6761 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 6759 def row_level_security_applied @row_level_security_applied end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6767 6768 6769 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 6767 def update!(**args) @row_level_security_applied = args[:row_level_security_applied] if args.key?(:row_level_security_applied) end |