Class: Google::Apis::BigqueryV2::RestrictionConfig

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#typeString

Output only. Specifies the type of dataset/table restriction. Corresponds to the JSON property type

Returns:

  • (String)


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