Class: Google::Apis::SheetsV4::BigQueryQuerySpec
- Inherits:
-
Object
- Object
- Google::Apis::SheetsV4::BigQueryQuerySpec
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/sheets_v4/classes.rb,
generated/google/apis/sheets_v4/representations.rb,
generated/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.
2005 2006 2007 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 2005 def initialize(**args) update!(**args) end |
Instance Attribute Details
#raw_query ⇒ String
The raw query string.
Corresponds to the JSON property rawQuery
2003 2004 2005 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 2003 def raw_query @raw_query end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2010 2011 2012 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 2010 def update!(**args) @raw_query = args[:raw_query] if args.key?(:raw_query) end |