lib/google/apis/analyticshub_v1/classes.rb in google-apis-analyticshub_v1-0.6.0 vs lib/google/apis/analyticshub_v1/classes.rb in google-apis-analyticshub_v1-0.7.0
- old
+ new
@@ -856,16 +856,10 @@
# Corresponds to the JSON property `enabled`
# @return [Boolean]
attr_accessor :enabled
alias_method :enabled?, :enabled
- # If true, restrict direct table access(read api/tabledata.list) on linked table.
- # Corresponds to the JSON property `restrictDirectTableAccess`
- # @return [Boolean]
- attr_accessor :restrict_direct_table_access
- alias_method :restrict_direct_table_access?, :restrict_direct_table_access
-
# If true, restrict export of query result derived from restricted linked
# dataset table.
# Corresponds to the JSON property `restrictQueryResult`
# @return [Boolean]
attr_accessor :restrict_query_result
@@ -876,10 +870,9 @@
end
# Update properties of this object
def update!(**args)
@enabled = args[:enabled] if args.key?(:enabled)
- @restrict_direct_table_access = args[:restrict_direct_table_access] if args.key?(:restrict_direct_table_access)
@restrict_query_result = args[:restrict_query_result] if args.key?(:restrict_query_result)
end
end
# Request message for `SetIamPolicy` method.