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.
8076 8077 8078 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 8076 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
8074 8075 8076 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 8074 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8081 8082 8083 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 8081 def update!(**args) @type = args[:type] if args.key?(:type) end |