@maxim_mazurok/gapi.client.networkmanagement-v1 0.0.20231108 → 0.0.20231207

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/tests.ts DELETED
@@ -1,786 +0,0 @@
1
- /* This is stub file for gapi.client.networkmanagement-v1 definition tests */
2
- // IMPORTANT
3
- // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
4
- // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
5
-
6
- // Revision: 20231108
7
-
8
- gapi.load('client', async () => {
9
- /** now we can use gapi.client */
10
-
11
- await gapi.client.load('https://networkmanagement.googleapis.com/$discovery/rest?version=v1');
12
- /** now we can use gapi.client.networkmanagement */
13
-
14
- /** don't forget to authenticate your client before sending any request to resources: */
15
- /** declare client_id registered in Google Developers Console */
16
- const client_id = '<<PUT YOUR CLIENT ID HERE>>';
17
- const scope = [
18
- /** See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account. */
19
- 'https://www.googleapis.com/auth/cloud-platform',
20
- ];
21
- const immediate = false;
22
- gapi.auth.authorize({ client_id, scope, immediate }, authResult => {
23
- if (authResult && !authResult.error) {
24
- /** handle successful authorization */
25
- run();
26
- } else {
27
- /** handle authorization error */
28
- }
29
- });
30
-
31
- async function run() {
32
- /** Gets information about a location. */
33
- await gapi.client.networkmanagement.projects.locations.get({
34
- name: "Test string",
35
- });
36
- /** Lists information about the supported locations for this service. */
37
- await gapi.client.networkmanagement.projects.locations.list({
38
- filter: "Test string",
39
- name: "Test string",
40
- pageSize: 42,
41
- pageToken: "Test string",
42
- });
43
- /**
44
- * Creates a new Connectivity Test. After you create a test, the reachability analysis is performed as part of the long running operation, which completes when the analysis completes. If
45
- * the endpoint specifications in `ConnectivityTest` are invalid (for example, containing non-existent resources in the network, or you don't have read permissions to the network
46
- * configurations of listed projects), then the reachability result returns a value of `UNKNOWN`. If the endpoint specifications in `ConnectivityTest` are incomplete, the reachability
47
- * result returns a value of AMBIGUOUS. For more information, see the Connectivity Test documentation.
48
- */
49
- await gapi.client.networkmanagement.projects.locations.global.connectivityTests.create({
50
- parent: "Test string",
51
- testId: "Test string",
52
- }, {
53
- createTime: "Test string",
54
- description: "Test string",
55
- destination: {
56
- appEngineVersion: {
57
- uri: "Test string",
58
- },
59
- cloudFunction: {
60
- uri: "Test string",
61
- },
62
- cloudRunRevision: {
63
- uri: "Test string",
64
- },
65
- cloudSqlInstance: "Test string",
66
- forwardingRule: "Test string",
67
- forwardingRuleTarget: "Test string",
68
- gkeMasterCluster: "Test string",
69
- instance: "Test string",
70
- ipAddress: "Test string",
71
- loadBalancerId: "Test string",
72
- loadBalancerType: "Test string",
73
- network: "Test string",
74
- networkType: "Test string",
75
- port: 42,
76
- projectId: "Test string",
77
- },
78
- displayName: "Test string",
79
- labels: {
80
- A: "Test string"
81
- },
82
- name: "Test string",
83
- probingDetails: {
84
- abortCause: "Test string",
85
- destinationEgressLocation: {
86
- metropolitanArea: "Test string",
87
- },
88
- endpointInfo: {
89
- destinationIp: "Test string",
90
- destinationNetworkUri: "Test string",
91
- destinationPort: 42,
92
- protocol: "Test string",
93
- sourceAgentUri: "Test string",
94
- sourceIp: "Test string",
95
- sourceNetworkUri: "Test string",
96
- sourcePort: 42,
97
- },
98
- error: {
99
- code: 42,
100
- details: [
101
- {
102
- A: 42
103
- }
104
- ],
105
- message: "Test string",
106
- },
107
- probingLatency: {
108
- latencyPercentiles: [
109
- {
110
- latencyMicros: "Test string",
111
- percent: 42,
112
- }
113
- ],
114
- },
115
- result: "Test string",
116
- sentProbeCount: 42,
117
- successfulProbeCount: 42,
118
- verifyTime: "Test string",
119
- },
120
- protocol: "Test string",
121
- reachabilityDetails: {
122
- error: {
123
- code: 42,
124
- details: [
125
- {
126
- A: 42
127
- }
128
- ],
129
- message: "Test string",
130
- },
131
- result: "Test string",
132
- traces: [
133
- {
134
- endpointInfo: {
135
- destinationIp: "Test string",
136
- destinationNetworkUri: "Test string",
137
- destinationPort: 42,
138
- protocol: "Test string",
139
- sourceAgentUri: "Test string",
140
- sourceIp: "Test string",
141
- sourceNetworkUri: "Test string",
142
- sourcePort: 42,
143
- },
144
- steps: [
145
- {
146
- abort: {
147
- cause: "Test string",
148
- projectsMissingPermission: [
149
- "Test string"
150
- ],
151
- resourceUri: "Test string",
152
- },
153
- appEngineVersion: {
154
- displayName: "Test string",
155
- environment: "Test string",
156
- runtime: "Test string",
157
- uri: "Test string",
158
- },
159
- causesDrop: true,
160
- cloudFunction: {
161
- displayName: "Test string",
162
- location: "Test string",
163
- uri: "Test string",
164
- versionId: "Test string",
165
- },
166
- cloudRunRevision: {
167
- displayName: "Test string",
168
- location: "Test string",
169
- serviceUri: "Test string",
170
- uri: "Test string",
171
- },
172
- cloudSqlInstance: {
173
- displayName: "Test string",
174
- externalIp: "Test string",
175
- internalIp: "Test string",
176
- networkUri: "Test string",
177
- region: "Test string",
178
- uri: "Test string",
179
- },
180
- deliver: {
181
- resourceUri: "Test string",
182
- target: "Test string",
183
- },
184
- description: "Test string",
185
- drop: {
186
- cause: "Test string",
187
- resourceUri: "Test string",
188
- },
189
- endpoint: {
190
- destinationIp: "Test string",
191
- destinationNetworkUri: "Test string",
192
- destinationPort: 42,
193
- protocol: "Test string",
194
- sourceAgentUri: "Test string",
195
- sourceIp: "Test string",
196
- sourceNetworkUri: "Test string",
197
- sourcePort: 42,
198
- },
199
- firewall: {
200
- action: "Test string",
201
- direction: "Test string",
202
- displayName: "Test string",
203
- firewallRuleType: "Test string",
204
- networkUri: "Test string",
205
- policy: "Test string",
206
- priority: 42,
207
- targetServiceAccounts: [
208
- "Test string"
209
- ],
210
- targetTags: [
211
- "Test string"
212
- ],
213
- uri: "Test string",
214
- },
215
- forward: {
216
- resourceUri: "Test string",
217
- target: "Test string",
218
- },
219
- forwardingRule: {
220
- displayName: "Test string",
221
- matchedPortRange: "Test string",
222
- matchedProtocol: "Test string",
223
- networkUri: "Test string",
224
- target: "Test string",
225
- uri: "Test string",
226
- vip: "Test string",
227
- },
228
- gkeMaster: {
229
- clusterNetworkUri: "Test string",
230
- clusterUri: "Test string",
231
- externalIp: "Test string",
232
- internalIp: "Test string",
233
- },
234
- googleService: {
235
- googleServiceType: "Test string",
236
- sourceIp: "Test string",
237
- },
238
- instance: {
239
- displayName: "Test string",
240
- externalIp: "Test string",
241
- interface: "Test string",
242
- internalIp: "Test string",
243
- networkTags: [
244
- "Test string"
245
- ],
246
- networkUri: "Test string",
247
- serviceAccount: "Test string",
248
- uri: "Test string",
249
- },
250
- loadBalancer: {
251
- backends: [
252
- {
253
- displayName: "Test string",
254
- healthCheckAllowingFirewallRules: [
255
- "Test string"
256
- ],
257
- healthCheckBlockingFirewallRules: [
258
- "Test string"
259
- ],
260
- healthCheckFirewallState: "Test string",
261
- uri: "Test string",
262
- }
263
- ],
264
- backendType: "Test string",
265
- backendUri: "Test string",
266
- healthCheckUri: "Test string",
267
- loadBalancerType: "Test string",
268
- },
269
- network: {
270
- displayName: "Test string",
271
- matchedIpRange: "Test string",
272
- uri: "Test string",
273
- },
274
- projectId: "Test string",
275
- route: {
276
- destIpRange: "Test string",
277
- destPortRanges: [
278
- "Test string"
279
- ],
280
- displayName: "Test string",
281
- instanceTags: [
282
- "Test string"
283
- ],
284
- nccHubUri: "Test string",
285
- nccSpokeUri: "Test string",
286
- networkUri: "Test string",
287
- nextHop: "Test string",
288
- nextHopType: "Test string",
289
- priority: 42,
290
- protocols: [
291
- "Test string"
292
- ],
293
- routeScope: "Test string",
294
- routeType: "Test string",
295
- srcIpRange: "Test string",
296
- srcPortRanges: [
297
- "Test string"
298
- ],
299
- uri: "Test string",
300
- },
301
- state: "Test string",
302
- vpcConnector: {
303
- displayName: "Test string",
304
- location: "Test string",
305
- uri: "Test string",
306
- },
307
- vpnGateway: {
308
- displayName: "Test string",
309
- ipAddress: "Test string",
310
- networkUri: "Test string",
311
- region: "Test string",
312
- uri: "Test string",
313
- vpnTunnelUri: "Test string",
314
- },
315
- vpnTunnel: {
316
- displayName: "Test string",
317
- networkUri: "Test string",
318
- region: "Test string",
319
- remoteGateway: "Test string",
320
- remoteGatewayIp: "Test string",
321
- routingType: "Test string",
322
- sourceGateway: "Test string",
323
- sourceGatewayIp: "Test string",
324
- uri: "Test string",
325
- },
326
- }
327
- ],
328
- }
329
- ],
330
- verifyTime: "Test string",
331
- },
332
- relatedProjects: [
333
- "Test string"
334
- ],
335
- source: {
336
- appEngineVersion: {
337
- uri: "Test string",
338
- },
339
- cloudFunction: {
340
- uri: "Test string",
341
- },
342
- cloudRunRevision: {
343
- uri: "Test string",
344
- },
345
- cloudSqlInstance: "Test string",
346
- forwardingRule: "Test string",
347
- forwardingRuleTarget: "Test string",
348
- gkeMasterCluster: "Test string",
349
- instance: "Test string",
350
- ipAddress: "Test string",
351
- loadBalancerId: "Test string",
352
- loadBalancerType: "Test string",
353
- network: "Test string",
354
- networkType: "Test string",
355
- port: 42,
356
- projectId: "Test string",
357
- },
358
- updateTime: "Test string",
359
- });
360
- /** Deletes a specific `ConnectivityTest`. */
361
- await gapi.client.networkmanagement.projects.locations.global.connectivityTests.delete({
362
- name: "Test string",
363
- });
364
- /** Gets the details of a specific Connectivity Test. */
365
- await gapi.client.networkmanagement.projects.locations.global.connectivityTests.get({
366
- name: "Test string",
367
- });
368
- /** Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. */
369
- await gapi.client.networkmanagement.projects.locations.global.connectivityTests.getIamPolicy({
370
- "options.requestedPolicyVersion": 42,
371
- resource: "Test string",
372
- });
373
- /** Lists all Connectivity Tests owned by a project. */
374
- await gapi.client.networkmanagement.projects.locations.global.connectivityTests.list({
375
- filter: "Test string",
376
- orderBy: "Test string",
377
- pageSize: 42,
378
- pageToken: "Test string",
379
- parent: "Test string",
380
- });
381
- /**
382
- * Updates the configuration of an existing `ConnectivityTest`. After you update a test, the reachability analysis is performed as part of the long running operation, which completes when
383
- * the analysis completes. The Reachability state in the test resource is updated with the new result. If the endpoint specifications in `ConnectivityTest` are invalid (for example, they
384
- * contain non-existent resources in the network, or the user does not have read permissions to the network configurations of listed projects), then the reachability result returns a value
385
- * of UNKNOWN. If the endpoint specifications in `ConnectivityTest` are incomplete, the reachability result returns a value of `AMBIGUOUS`. See the documentation in `ConnectivityTest` for
386
- * for more details.
387
- */
388
- await gapi.client.networkmanagement.projects.locations.global.connectivityTests.patch({
389
- name: "Test string",
390
- updateMask: "Test string",
391
- }, {
392
- createTime: "Test string",
393
- description: "Test string",
394
- destination: {
395
- appEngineVersion: {
396
- uri: "Test string",
397
- },
398
- cloudFunction: {
399
- uri: "Test string",
400
- },
401
- cloudRunRevision: {
402
- uri: "Test string",
403
- },
404
- cloudSqlInstance: "Test string",
405
- forwardingRule: "Test string",
406
- forwardingRuleTarget: "Test string",
407
- gkeMasterCluster: "Test string",
408
- instance: "Test string",
409
- ipAddress: "Test string",
410
- loadBalancerId: "Test string",
411
- loadBalancerType: "Test string",
412
- network: "Test string",
413
- networkType: "Test string",
414
- port: 42,
415
- projectId: "Test string",
416
- },
417
- displayName: "Test string",
418
- labels: {
419
- A: "Test string"
420
- },
421
- name: "Test string",
422
- probingDetails: {
423
- abortCause: "Test string",
424
- destinationEgressLocation: {
425
- metropolitanArea: "Test string",
426
- },
427
- endpointInfo: {
428
- destinationIp: "Test string",
429
- destinationNetworkUri: "Test string",
430
- destinationPort: 42,
431
- protocol: "Test string",
432
- sourceAgentUri: "Test string",
433
- sourceIp: "Test string",
434
- sourceNetworkUri: "Test string",
435
- sourcePort: 42,
436
- },
437
- error: {
438
- code: 42,
439
- details: [
440
- {
441
- A: 42
442
- }
443
- ],
444
- message: "Test string",
445
- },
446
- probingLatency: {
447
- latencyPercentiles: [
448
- {
449
- latencyMicros: "Test string",
450
- percent: 42,
451
- }
452
- ],
453
- },
454
- result: "Test string",
455
- sentProbeCount: 42,
456
- successfulProbeCount: 42,
457
- verifyTime: "Test string",
458
- },
459
- protocol: "Test string",
460
- reachabilityDetails: {
461
- error: {
462
- code: 42,
463
- details: [
464
- {
465
- A: 42
466
- }
467
- ],
468
- message: "Test string",
469
- },
470
- result: "Test string",
471
- traces: [
472
- {
473
- endpointInfo: {
474
- destinationIp: "Test string",
475
- destinationNetworkUri: "Test string",
476
- destinationPort: 42,
477
- protocol: "Test string",
478
- sourceAgentUri: "Test string",
479
- sourceIp: "Test string",
480
- sourceNetworkUri: "Test string",
481
- sourcePort: 42,
482
- },
483
- steps: [
484
- {
485
- abort: {
486
- cause: "Test string",
487
- projectsMissingPermission: [
488
- "Test string"
489
- ],
490
- resourceUri: "Test string",
491
- },
492
- appEngineVersion: {
493
- displayName: "Test string",
494
- environment: "Test string",
495
- runtime: "Test string",
496
- uri: "Test string",
497
- },
498
- causesDrop: true,
499
- cloudFunction: {
500
- displayName: "Test string",
501
- location: "Test string",
502
- uri: "Test string",
503
- versionId: "Test string",
504
- },
505
- cloudRunRevision: {
506
- displayName: "Test string",
507
- location: "Test string",
508
- serviceUri: "Test string",
509
- uri: "Test string",
510
- },
511
- cloudSqlInstance: {
512
- displayName: "Test string",
513
- externalIp: "Test string",
514
- internalIp: "Test string",
515
- networkUri: "Test string",
516
- region: "Test string",
517
- uri: "Test string",
518
- },
519
- deliver: {
520
- resourceUri: "Test string",
521
- target: "Test string",
522
- },
523
- description: "Test string",
524
- drop: {
525
- cause: "Test string",
526
- resourceUri: "Test string",
527
- },
528
- endpoint: {
529
- destinationIp: "Test string",
530
- destinationNetworkUri: "Test string",
531
- destinationPort: 42,
532
- protocol: "Test string",
533
- sourceAgentUri: "Test string",
534
- sourceIp: "Test string",
535
- sourceNetworkUri: "Test string",
536
- sourcePort: 42,
537
- },
538
- firewall: {
539
- action: "Test string",
540
- direction: "Test string",
541
- displayName: "Test string",
542
- firewallRuleType: "Test string",
543
- networkUri: "Test string",
544
- policy: "Test string",
545
- priority: 42,
546
- targetServiceAccounts: [
547
- "Test string"
548
- ],
549
- targetTags: [
550
- "Test string"
551
- ],
552
- uri: "Test string",
553
- },
554
- forward: {
555
- resourceUri: "Test string",
556
- target: "Test string",
557
- },
558
- forwardingRule: {
559
- displayName: "Test string",
560
- matchedPortRange: "Test string",
561
- matchedProtocol: "Test string",
562
- networkUri: "Test string",
563
- target: "Test string",
564
- uri: "Test string",
565
- vip: "Test string",
566
- },
567
- gkeMaster: {
568
- clusterNetworkUri: "Test string",
569
- clusterUri: "Test string",
570
- externalIp: "Test string",
571
- internalIp: "Test string",
572
- },
573
- googleService: {
574
- googleServiceType: "Test string",
575
- sourceIp: "Test string",
576
- },
577
- instance: {
578
- displayName: "Test string",
579
- externalIp: "Test string",
580
- interface: "Test string",
581
- internalIp: "Test string",
582
- networkTags: [
583
- "Test string"
584
- ],
585
- networkUri: "Test string",
586
- serviceAccount: "Test string",
587
- uri: "Test string",
588
- },
589
- loadBalancer: {
590
- backends: [
591
- {
592
- displayName: "Test string",
593
- healthCheckAllowingFirewallRules: [
594
- "Test string"
595
- ],
596
- healthCheckBlockingFirewallRules: [
597
- "Test string"
598
- ],
599
- healthCheckFirewallState: "Test string",
600
- uri: "Test string",
601
- }
602
- ],
603
- backendType: "Test string",
604
- backendUri: "Test string",
605
- healthCheckUri: "Test string",
606
- loadBalancerType: "Test string",
607
- },
608
- network: {
609
- displayName: "Test string",
610
- matchedIpRange: "Test string",
611
- uri: "Test string",
612
- },
613
- projectId: "Test string",
614
- route: {
615
- destIpRange: "Test string",
616
- destPortRanges: [
617
- "Test string"
618
- ],
619
- displayName: "Test string",
620
- instanceTags: [
621
- "Test string"
622
- ],
623
- nccHubUri: "Test string",
624
- nccSpokeUri: "Test string",
625
- networkUri: "Test string",
626
- nextHop: "Test string",
627
- nextHopType: "Test string",
628
- priority: 42,
629
- protocols: [
630
- "Test string"
631
- ],
632
- routeScope: "Test string",
633
- routeType: "Test string",
634
- srcIpRange: "Test string",
635
- srcPortRanges: [
636
- "Test string"
637
- ],
638
- uri: "Test string",
639
- },
640
- state: "Test string",
641
- vpcConnector: {
642
- displayName: "Test string",
643
- location: "Test string",
644
- uri: "Test string",
645
- },
646
- vpnGateway: {
647
- displayName: "Test string",
648
- ipAddress: "Test string",
649
- networkUri: "Test string",
650
- region: "Test string",
651
- uri: "Test string",
652
- vpnTunnelUri: "Test string",
653
- },
654
- vpnTunnel: {
655
- displayName: "Test string",
656
- networkUri: "Test string",
657
- region: "Test string",
658
- remoteGateway: "Test string",
659
- remoteGatewayIp: "Test string",
660
- routingType: "Test string",
661
- sourceGateway: "Test string",
662
- sourceGatewayIp: "Test string",
663
- uri: "Test string",
664
- },
665
- }
666
- ],
667
- }
668
- ],
669
- verifyTime: "Test string",
670
- },
671
- relatedProjects: [
672
- "Test string"
673
- ],
674
- source: {
675
- appEngineVersion: {
676
- uri: "Test string",
677
- },
678
- cloudFunction: {
679
- uri: "Test string",
680
- },
681
- cloudRunRevision: {
682
- uri: "Test string",
683
- },
684
- cloudSqlInstance: "Test string",
685
- forwardingRule: "Test string",
686
- forwardingRuleTarget: "Test string",
687
- gkeMasterCluster: "Test string",
688
- instance: "Test string",
689
- ipAddress: "Test string",
690
- loadBalancerId: "Test string",
691
- loadBalancerType: "Test string",
692
- network: "Test string",
693
- networkType: "Test string",
694
- port: 42,
695
- projectId: "Test string",
696
- },
697
- updateTime: "Test string",
698
- });
699
- /**
700
- * Rerun an existing `ConnectivityTest`. After the user triggers the rerun, the reachability analysis is performed as part of the long running operation, which completes when the analysis
701
- * completes. Even though the test configuration remains the same, the reachability result may change due to underlying network configuration changes. If the endpoint specifications in
702
- * `ConnectivityTest` become invalid (for example, specified resources are deleted in the network, or you lost read permissions to the network configurations of listed projects), then the
703
- * reachability result returns a value of `UNKNOWN`.
704
- */
705
- await gapi.client.networkmanagement.projects.locations.global.connectivityTests.rerun({
706
- name: "Test string",
707
- }, {
708
- });
709
- /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
710
- await gapi.client.networkmanagement.projects.locations.global.connectivityTests.setIamPolicy({
711
- resource: "Test string",
712
- }, {
713
- policy: {
714
- auditConfigs: [
715
- {
716
- auditLogConfigs: [
717
- {
718
- exemptedMembers: [
719
- "Test string"
720
- ],
721
- logType: "Test string",
722
- }
723
- ],
724
- service: "Test string",
725
- }
726
- ],
727
- bindings: [
728
- {
729
- condition: {
730
- description: "Test string",
731
- expression: "Test string",
732
- location: "Test string",
733
- title: "Test string",
734
- },
735
- members: [
736
- "Test string"
737
- ],
738
- role: "Test string",
739
- }
740
- ],
741
- etag: "Test string",
742
- version: 42,
743
- },
744
- updateMask: "Test string",
745
- });
746
- /**
747
- * Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This
748
- * operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
749
- */
750
- await gapi.client.networkmanagement.projects.locations.global.connectivityTests.testIamPermissions({
751
- resource: "Test string",
752
- }, {
753
- permissions: [
754
- "Test string"
755
- ],
756
- });
757
- /**
758
- * Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this
759
- * method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation
760
- * completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of
761
- * 1, corresponding to `Code.CANCELLED`.
762
- */
763
- await gapi.client.networkmanagement.projects.locations.global.operations.cancel({
764
- name: "Test string",
765
- }, {
766
- });
767
- /**
768
- * Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support
769
- * this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
770
- */
771
- await gapi.client.networkmanagement.projects.locations.global.operations.delete({
772
- name: "Test string",
773
- });
774
- /** Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. */
775
- await gapi.client.networkmanagement.projects.locations.global.operations.get({
776
- name: "Test string",
777
- });
778
- /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
779
- await gapi.client.networkmanagement.projects.locations.global.operations.list({
780
- filter: "Test string",
781
- name: "Test string",
782
- pageSize: 42,
783
- pageToken: "Test string",
784
- });
785
- }
786
- });