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.



2071
2072
2073
# File 'lib/google/apis/sheets_v4/classes.rb', line 2071

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#raw_queryString

The raw query string. Corresponds to the JSON property rawQuery

Returns:

  • (String)


2069
2070
2071
# File 'lib/google/apis/sheets_v4/classes.rb', line 2069

def raw_query
  @raw_query
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2076
2077
2078
# File 'lib/google/apis/sheets_v4/classes.rb', line 2076

def update!(**args)
  @raw_query = args[:raw_query] if args.key?(:raw_query)
end