parent
b1cb073693
commit
367b64a3d7
|
@ -25,7 +25,7 @@ module Google
|
|||
# @see https://cloud.google.com/bigquery/
|
||||
module BigqueryV2
|
||||
VERSION = 'V2'
|
||||
REVISION = '20190623'
|
||||
REVISION = '20190630'
|
||||
|
||||
# View and manage your data in Google BigQuery
|
||||
AUTH_BIGQUERY = 'https://www.googleapis.com/auth/bigquery'
|
||||
|
|
|
@ -47,7 +47,7 @@ module Google
|
|||
attr_accessor :user_ip
|
||||
|
||||
def initialize
|
||||
super('https://www.googleapis.com/', 'bigquery/v2/')
|
||||
super('https://bigquery.googleapis.com/', 'bigquery/v2/')
|
||||
@batch_path = 'batch/bigquery/v2'
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue