File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 48
48
"precompile" : " gts clean"
49
49
},
50
50
"dependencies" : {
51
- "@google-cloud/common" : " ^3.0 .0" ,
51
+ "@google-cloud/common" : " ^3.1 .0" ,
52
52
"@google-cloud/paginator" : " ^3.0.0" ,
53
53
"@google-cloud/promisify" : " ^2.0.0" ,
54
54
"arrify" : " ^2.0.1" ,
Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ export interface BigQueryOptions extends common.GoogleAuthOptions {
163
163
autoRetry ?: boolean ;
164
164
maxRetries ?: number ;
165
165
location ?: string ;
166
+ userAgent ?: string ;
166
167
/**
167
168
* The API endpoint of the service used to make requests.
168
169
* Defaults to `bigquery.googleapis.com`.
@@ -199,6 +200,8 @@ export interface BigQueryOptions extends common.GoogleAuthOptions {
199
200
* native Promises.
200
201
* @property {string } [location] The geographic location of all datasets and
201
202
* jobs referenced and created through the client.
203
+ * @property {string } [userAgent] The value to be prepended to the User-Agent
204
+ * header in API requests.
202
205
* @property {string[] } [scopes] Additional OAuth scopes to use in requests. For
203
206
* example, to access an external data source, you may need the
204
207
* `https://www.googleapis.com/auth/drive.readonly` scope.
You can’t perform that action at this time.
0 commit comments