Skip to content

Commit efeeb61

Browse files
feat: support apiEndpoint override (#501)
1 parent a810b85 commit efeeb61

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

handwritten/logging/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
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",
@@ -103,8 +103,8 @@
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",

handwritten/logging/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ import {Topic} from '@google-cloud/pubsub'; // types only
6161
export interface LoggingOptions extends gax.GoogleAuthOptions {
6262
autoRetry?: boolean;
6363
maxRetries?: number;
64+
apiEndpoint?: string;
6465
}
6566

6667
export interface DeleteCallback {

0 commit comments

Comments
 (0)