Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
fix: mark window as global for linter
Browse files Browse the repository at this point in the history
Use gapic-generator-typescript v1.2.5.
Committer: @alexander-fenster
PiperOrigin-RevId: 343187793

Source-Author: Google APIs <noreply@google.com>
Source-Date: Wed Nov 18 17:10:02 2020 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 5587028631d4d743fd906c4eb4e4e4649a7ee5ce
Source-Link: googleapis/googleapis@5587028
  • Loading branch information
yoshi-automation committed Nov 19, 2020
1 parent 89755a8 commit 07e90b4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/v1beta/game_server_clusters_service_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
// ** https://github.com/googleapis/gapic-generator-typescript **
// ** All changes to this file may be overwritten. **

/* global window */
import * as gax from 'google-gax';
import {
Callback,
Expand Down
1 change: 1 addition & 0 deletions src/v1beta/game_server_configs_service_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
// ** https://github.com/googleapis/gapic-generator-typescript **
// ** All changes to this file may be overwritten. **

/* global window */
import * as gax from 'google-gax';
import {
Callback,
Expand Down
1 change: 1 addition & 0 deletions src/v1beta/game_server_deployments_service_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
// ** https://github.com/googleapis/gapic-generator-typescript **
// ** All changes to this file may be overwritten. **

/* global window */
import * as gax from 'google-gax';
import {
Callback,
Expand Down
1 change: 1 addition & 0 deletions src/v1beta/realms_service_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
// ** https://github.com/googleapis/gapic-generator-typescript **
// ** All changes to this file may be overwritten. **

/* global window */
import * as gax from 'google-gax';
import {
Callback,
Expand Down
8 changes: 3 additions & 5 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-game-servers.git",
"sha": "ee22980eb2c0af179d4e3cee35d13b99f9af2c32"
"sha": "2329129d18747e90074682649e86229ee43bce33"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "4c5071b615d96ef9dfd6a63d8429090f1f2872bb",
"internalRef": "327369997"
"sha": "5587028631d4d743fd906c4eb4e4e4649a7ee5ce",
"internalRef": "343187793"
}
},
{
Expand Down Expand Up @@ -96,7 +96,6 @@
"README.md",
"api-extractor.json",
"linkinator.config.json",
"package-lock.json.742240568",
"protos/google/cloud/gaming/v1beta/common.proto",
"protos/google/cloud/gaming/v1beta/game_server_clusters.proto",
"protos/google/cloud/gaming/v1beta/game_server_clusters_service.proto",
Expand All @@ -111,7 +110,6 @@
"protos/protos.json",
"renovate.json",
"samples/README.md",
"samples/package-lock.json.3225038820",
"src/index.ts",
"src/v1beta/game_server_clusters_service_client.ts",
"src/v1beta/game_server_clusters_service_client_config.json",
Expand Down

0 comments on commit 07e90b4

Please sign in to comment.