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

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

Instance Method Summary collapse

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_queryString

The raw query string. Corresponds to the JSON property rawQuery

Returns:

  • (String)


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