Class: Google::Apis::SheetsV4::BigQueryQuerySpec

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_queryString

The raw query string. Corresponds to the JSON property rawQuery

Returns:

  • (String)


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