Skip to content

Commit f5863e5

Browse files
committed
chore!: upgrade to node 18
1 parent b244597 commit f5863e5

File tree

466 files changed

+38631
-38166
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

466 files changed

+38631
-38166
lines changed

src/apis/abusiveexperiencereport/v1.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import {
2424
UserRefreshClient,
2525
BaseExternalAccountClient,
2626
GaxiosPromise,
27+
GaxiosResponseWithHTTP2,
2728
GoogleConfigurable,
2829
createAPIRequest,
2930
MethodOptions,
@@ -186,11 +187,11 @@ export namespace abusiveexperiencereport_v1 {
186187
get(
187188
params: Params$Resource$Sites$Get,
188189
options: StreamMethodOptions
189-
): GaxiosPromise<Readable>;
190+
): GaxiosResponseWithHTTP2<Readable>;
190191
get(
191192
params?: Params$Resource$Sites$Get,
192193
options?: MethodOptions
193-
): GaxiosPromise<Schema$SiteSummaryResponse>;
194+
): GaxiosResponseWithHTTP2<Schema$SiteSummaryResponse>;
194195
get(
195196
params: Params$Resource$Sites$Get,
196197
options: StreamMethodOptions | BodyResponseCallback<Readable>,
@@ -288,11 +289,11 @@ export namespace abusiveexperiencereport_v1 {
288289
list(
289290
params: Params$Resource$Violatingsites$List,
290291
options: StreamMethodOptions
291-
): GaxiosPromise<Readable>;
292+
): GaxiosResponseWithHTTP2<Readable>;
292293
list(
293294
params?: Params$Resource$Violatingsites$List,
294295
options?: MethodOptions
295-
): GaxiosPromise<Schema$ViolatingSitesResponse>;
296+
): GaxiosResponseWithHTTP2<Schema$ViolatingSitesResponse>;
296297
list(
297298
params: Params$Resource$Violatingsites$List,
298299
options: StreamMethodOptions | BodyResponseCallback<Readable>,

src/apis/acceleratedmobilepageurl/v1.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import {
2424
UserRefreshClient,
2525
BaseExternalAccountClient,
2626
GaxiosPromise,
27+
GaxiosResponseWithHTTP2,
2728
GoogleConfigurable,
2829
createAPIRequest,
2930
MethodOptions,
@@ -202,11 +203,11 @@ export namespace acceleratedmobilepageurl_v1 {
202203
batchGet(
203204
params: Params$Resource$Ampurls$Batchget,
204205
options: StreamMethodOptions
205-
): GaxiosPromise<Readable>;
206+
): GaxiosResponseWithHTTP2<Readable>;
206207
batchGet(
207208
params?: Params$Resource$Ampurls$Batchget,
208209
options?: MethodOptions
209-
): GaxiosPromise<Schema$BatchGetAmpUrlsResponse>;
210+
): GaxiosResponseWithHTTP2<Schema$BatchGetAmpUrlsResponse>;
210211
batchGet(
211212
params: Params$Resource$Ampurls$Batchget,
212213
options: StreamMethodOptions | BodyResponseCallback<Readable>,

0 commit comments

Comments
 (0)