Class: Google::Apis::BigqueryV2::RestrictionConfig
- Inherits:
-
Object
- Object
- Google::Apis::BigqueryV2::RestrictionConfig
- 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
-
#type ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RestrictionConfig
constructor
A new instance of RestrictionConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RestrictionConfig
Returns a new instance of RestrictionConfig.
9137 9138 9139 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 9137 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
Output only. Specifies the type of dataset/table restriction.
Corresponds to the JSON property type
9135 9136 9137 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 9135 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9142 9143 9144 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 9142 def update!(**args) @type = args[:type] if args.key?(:type) end |