Skip to content

Commit f04b649

Browse files
fix: check for fetch on window (#311)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/05182f17-27ba-4d97-8aeb-f07cf6d3ab8e/targets - [ ] To automatically regenerate this PR, check this box.
1 parent cc63acd commit f04b649

1 file changed

Lines changed: 84 additions & 3 deletions

File tree

packages/google-cloud-scheduler/synth.metadata

Lines changed: 84 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-scheduler.git",
7-
"sha": "50297451c1eaea25e5b6fde2c6f6c8de6865f9ad"
7+
"sha": "7f8b30c165d3de8beebb0e6704535b4eed7d817d"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "d189e871205fea665a9648f7c4676f027495ccaf",
15-
"internalRef": "345596855"
14+
"sha": "2f019bf70bfe06f1e2af1b04011b0a2405190e43",
15+
"internalRef": "343202295"
1616
}
1717
},
1818
{
@@ -42,5 +42,86 @@
4242
"generator": "bazel"
4343
}
4444
}
45+
],
46+
"generatedFiles": [
47+
".eslintignore",
48+
".eslintrc.json",
49+
".gitattributes",
50+
".github/ISSUE_TEMPLATE/bug_report.md",
51+
".github/ISSUE_TEMPLATE/feature_request.md",
52+
".github/ISSUE_TEMPLATE/support_request.md",
53+
".github/PULL_REQUEST_TEMPLATE.md",
54+
".github/release-please.yml",
55+
".github/workflows/ci.yaml",
56+
".gitignore",
57+
".jsdoc.js",
58+
".kokoro/.gitattributes",
59+
".kokoro/common.cfg",
60+
".kokoro/continuous/node10/common.cfg",
61+
".kokoro/continuous/node10/docs.cfg",
62+
".kokoro/continuous/node10/test.cfg",
63+
".kokoro/continuous/node12/common.cfg",
64+
".kokoro/continuous/node12/lint.cfg",
65+
".kokoro/continuous/node12/samples-test.cfg",
66+
".kokoro/continuous/node12/system-test.cfg",
67+
".kokoro/continuous/node12/test.cfg",
68+
".kokoro/docs.sh",
69+
".kokoro/lint.sh",
70+
".kokoro/populate-secrets.sh",
71+
".kokoro/presubmit/node10/common.cfg",
72+
".kokoro/presubmit/node12/common.cfg",
73+
".kokoro/presubmit/node12/samples-test.cfg",
74+
".kokoro/presubmit/node12/system-test.cfg",
75+
".kokoro/presubmit/node12/test.cfg",
76+
".kokoro/publish.sh",
77+
".kokoro/release/docs-devsite.cfg",
78+
".kokoro/release/docs-devsite.sh",
79+
".kokoro/release/docs.cfg",
80+
".kokoro/release/docs.sh",
81+
".kokoro/release/publish.cfg",
82+
".kokoro/samples-test.sh",
83+
".kokoro/system-test.sh",
84+
".kokoro/test.bat",
85+
".kokoro/test.sh",
86+
".kokoro/trampoline.sh",
87+
".kokoro/trampoline_v2.sh",
88+
".mocharc.js",
89+
".nycrc",
90+
".prettierignore",
91+
".prettierrc.js",
92+
".trampolinerc",
93+
"CODE_OF_CONDUCT.md",
94+
"CONTRIBUTING.md",
95+
"LICENSE",
96+
"README.md",
97+
"api-extractor.json",
98+
"linkinator.config.json",
99+
"protos/google/cloud/scheduler/v1/cloudscheduler.proto",
100+
"protos/google/cloud/scheduler/v1/job.proto",
101+
"protos/google/cloud/scheduler/v1/target.proto",
102+
"protos/google/cloud/scheduler/v1beta1/cloudscheduler.proto",
103+
"protos/google/cloud/scheduler/v1beta1/job.proto",
104+
"protos/google/cloud/scheduler/v1beta1/target.proto",
105+
"protos/protos.d.ts",
106+
"protos/protos.js",
107+
"protos/protos.json",
108+
"renovate.json",
109+
"samples/README.md",
110+
"src/index.ts",
111+
"src/v1/cloud_scheduler_client.ts",
112+
"src/v1/cloud_scheduler_client_config.json",
113+
"src/v1/cloud_scheduler_proto_list.json",
114+
"src/v1/index.ts",
115+
"src/v1beta1/cloud_scheduler_client.ts",
116+
"src/v1beta1/cloud_scheduler_client_config.json",
117+
"src/v1beta1/cloud_scheduler_proto_list.json",
118+
"src/v1beta1/index.ts",
119+
"system-test/fixtures/sample/src/index.js",
120+
"system-test/fixtures/sample/src/index.ts",
121+
"system-test/install.ts",
122+
"test/gapic_cloud_scheduler_v1.ts",
123+
"test/gapic_cloud_scheduler_v1beta1.ts",
124+
"tsconfig.json",
125+
"webpack.config.js"
45126
]
46127
}

0 commit comments

Comments
 (0)