File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7575 },
7676 "devDependencies" : {
7777 "@google-cloud/bigquery" : " ^4.0.0" ,
78- "@google-cloud/nodejs-repo-tools" : " ^3.0 .0" ,
78+ "@google-cloud/nodejs-repo-tools" : " ^3.3 .0" ,
7979 "@google-cloud/pubsub" : " ^0.29.0" ,
8080 "@google-cloud/storage" : " ^2.2.0" ,
8181 "@types/extend" : " ^3.0.0" ,
103103 "intelli-espower-loader" : " ^1.0.1" ,
104104 "jsdoc" : " ^3.6.2" ,
105105 "jsdoc-baseline" : " ^0.1.0" ,
106- "linkinator" : " ^1.1 .2" ,
107- "mocha" : " ^6.0.0 " ,
106+ "linkinator" : " ^1.4 .2" ,
107+ "mocha" : " ^6.1.4 " ,
108108 "mv" : " ^2.1.1" ,
109109 "ncp" : " ^2.0.0" ,
110110 "nock" : " ^10.0.1" ,
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ import {Topic} from '@google-cloud/pubsub'; // types only
6161export interface LoggingOptions extends gax . GoogleAuthOptions {
6262 autoRetry ?: boolean ;
6363 maxRetries ?: number ;
64+ apiEndpoint ?: string ;
6465}
6566
6667export interface DeleteCallback {
You can’t perform that action at this time.
0 commit comments