class Google::Apis::BigqueryV2::TableList::Table::View
Additional details for a view.
Attributes
use_legacy_sql[RW]
True if view is defined in legacy SQL dialect, false if in standard SQL. Corresponds to the JSON property `useLegacySql` @return [Boolean]
use_legacy_sql?[RW]
True if view is defined in legacy SQL dialect, false if in standard SQL. Corresponds to the JSON property `useLegacySql` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/bigquery_v2/classes.rb, line 6878 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/bigquery_v2/classes.rb, line 6883 def update!(**args) @use_legacy_sql = args[:use_legacy_sql] if args.key?(:use_legacy_sql) end