Autogenerated update (2019-07-06)

Update:
- bigquery_v2
This commit is contained in:
Google APIs 2019-07-06 00:37:13 +00:00
parent b1cb073693
commit 367b64a3d7
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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