Class: Google::Apis::SheetsV4::BigQueryQuerySpec
- Inherits:
-
Object
- Object
- Google::Apis::SheetsV4::BigQueryQuerySpec
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/sheets_v4/classes.rb,
lib/google/apis/sheets_v4/representations.rb,
lib/google/apis/sheets_v4/representations.rb
Overview
Specifies a custom BigQuery query.
Instance Attribute Summary collapse
-
#raw_query ⇒ String
The raw query string.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BigQueryQuerySpec
constructor
A new instance of BigQueryQuerySpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BigQueryQuerySpec
Returns a new instance of BigQueryQuerySpec.
2008 2009 2010 |
# File 'lib/google/apis/sheets_v4/classes.rb', line 2008 def initialize(**args) update!(**args) end |
Instance Attribute Details
#raw_query ⇒ String
The raw query string.
Corresponds to the JSON property rawQuery
2006 2007 2008 |
# File 'lib/google/apis/sheets_v4/classes.rb', line 2006 def raw_query @raw_query end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2013 2014 2015 |
# File 'lib/google/apis/sheets_v4/classes.rb', line 2013 def update!(**args) @raw_query = args[:raw_query] if args.key?(:raw_query) end |