@googleapis/toolresults 0.2.0 → 1.0.0

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/v1beta3.ts CHANGED
@@ -12,7 +12,6 @@
12
12
  // limitations under the License.
13
13
 
14
14
  /* eslint-disable @typescript-eslint/no-explicit-any */
15
- /* eslint-disable @typescript-eslint/class-name-casing */
16
15
  /* eslint-disable @typescript-eslint/no-unused-vars */
17
16
  /* eslint-disable @typescript-eslint/no-empty-interface */
18
17
  /* eslint-disable @typescript-eslint/no-namespace */
@@ -309,6 +308,10 @@ export namespace toolresults_v1beta3 {
309
308
  */
310
309
  crashPackage?: string | null;
311
310
  }
311
+ /**
312
+ * A notification that Robo detected a splash screen provided by app (vs. Android OS splash screen).
313
+ */
314
+ export interface Schema$DetectedAppSplashScreen {}
312
315
  /**
313
316
  * A warning that device ran out of memory
314
317
  */
@@ -2548,9 +2551,8 @@ export namespace toolresults_v1beta3 {
2548
2551
  this.clusters = new Resource$Projects$Histories$Executions$Clusters(
2549
2552
  this.context
2550
2553
  );
2551
- this.environments = new Resource$Projects$Histories$Executions$Environments(
2552
- this.context
2553
- );
2554
+ this.environments =
2555
+ new Resource$Projects$Histories$Executions$Environments(this.context);
2554
2556
  this.steps = new Resource$Projects$Histories$Executions$Steps(
2555
2557
  this.context
2556
2558
  );
@@ -3340,7 +3342,8 @@ export namespace toolresults_v1beta3 {
3340
3342
 
3341
3343
  if (typeof paramsOrCallback === 'function') {
3342
3344
  callback = paramsOrCallback;
3343
- params = {} as Params$Resource$Projects$Histories$Executions$Clusters$Get;
3345
+ params =
3346
+ {} as Params$Resource$Projects$Histories$Executions$Clusters$Get;
3344
3347
  options = {};
3345
3348
  }
3346
3349
 
@@ -3480,7 +3483,8 @@ export namespace toolresults_v1beta3 {
3480
3483
 
3481
3484
  if (typeof paramsOrCallback === 'function') {
3482
3485
  callback = paramsOrCallback;
3483
- params = {} as Params$Resource$Projects$Histories$Executions$Clusters$List;
3486
+ params =
3487
+ {} as Params$Resource$Projects$Histories$Executions$Clusters$List;
3484
3488
  options = {};
3485
3489
  }
3486
3490
 
@@ -3669,7 +3673,8 @@ export namespace toolresults_v1beta3 {
3669
3673
 
3670
3674
  if (typeof paramsOrCallback === 'function') {
3671
3675
  callback = paramsOrCallback;
3672
- params = {} as Params$Resource$Projects$Histories$Executions$Environments$Get;
3676
+ params =
3677
+ {} as Params$Resource$Projects$Histories$Executions$Environments$Get;
3673
3678
  options = {};
3674
3679
  }
3675
3680
 
@@ -3822,7 +3827,8 @@ export namespace toolresults_v1beta3 {
3822
3827
 
3823
3828
  if (typeof paramsOrCallback === 'function') {
3824
3829
  callback = paramsOrCallback;
3825
- params = {} as Params$Resource$Projects$Histories$Executions$Environments$List;
3830
+ params =
3831
+ {} as Params$Resource$Projects$Histories$Executions$Environments$List;
3826
3832
  options = {};
3827
3833
  }
3828
3834
 
@@ -3910,18 +3916,22 @@ export namespace toolresults_v1beta3 {
3910
3916
  thumbnails: Resource$Projects$Histories$Executions$Steps$Thumbnails;
3911
3917
  constructor(context: APIRequestContext) {
3912
3918
  this.context = context;
3913
- this.perfMetricsSummary = new Resource$Projects$Histories$Executions$Steps$Perfmetricssummary(
3914
- this.context
3915
- );
3916
- this.perfSampleSeries = new Resource$Projects$Histories$Executions$Steps$Perfsampleseries(
3917
- this.context
3918
- );
3919
- this.testCases = new Resource$Projects$Histories$Executions$Steps$Testcases(
3920
- this.context
3921
- );
3922
- this.thumbnails = new Resource$Projects$Histories$Executions$Steps$Thumbnails(
3923
- this.context
3924
- );
3919
+ this.perfMetricsSummary =
3920
+ new Resource$Projects$Histories$Executions$Steps$Perfmetricssummary(
3921
+ this.context
3922
+ );
3923
+ this.perfSampleSeries =
3924
+ new Resource$Projects$Histories$Executions$Steps$Perfsampleseries(
3925
+ this.context
3926
+ );
3927
+ this.testCases =
3928
+ new Resource$Projects$Histories$Executions$Steps$Testcases(
3929
+ this.context
3930
+ );
3931
+ this.thumbnails =
3932
+ new Resource$Projects$Histories$Executions$Steps$Thumbnails(
3933
+ this.context
3934
+ );
3925
3935
  }
3926
3936
 
3927
3937
  /**
@@ -3950,15 +3960,15 @@ export namespace toolresults_v1beta3 {
3950
3960
  * google.options({auth: authClient});
3951
3961
  *
3952
3962
  * // Do the magic
3953
- * const res = await toolresults.projects.histories.executions.steps.accessibilityClusters(
3954
- * {
3955
- * // The accepted format is the canonical Unicode format with hyphen as a delimiter. Language must be lowercase, Language Script - Capitalized, Region - UPPERCASE. See http://www.unicode.org/reports/tr35/#Unicode_locale_identifier for details. Required.
3956
- * locale: 'placeholder-value',
3957
- * // A full resource name of the step. For example, projects/my-project/histories/bh.1234567890abcdef/executions/ 1234567890123456789/steps/bs.1234567890abcdef Required.
3958
- * name:
3959
- * 'projects/my-project/histories/my-historie/executions/my-execution/steps/my-step',
3960
- * }
3961
- * );
3963
+ * const res =
3964
+ * await toolresults.projects.histories.executions.steps.accessibilityClusters(
3965
+ * {
3966
+ * // The accepted format is the canonical Unicode format with hyphen as a delimiter. Language must be lowercase, Language Script - Capitalized, Region - UPPERCASE. See http://www.unicode.org/reports/tr35/#Unicode_locale_identifier for details. Required.
3967
+ * locale: 'placeholder-value',
3968
+ * // A full resource name of the step. For example, projects/my-project/histories/bh.1234567890abcdef/executions/ 1234567890123456789/steps/bs.1234567890abcdef Required.
3969
+ * name: 'projects/my-project/histories/my-historie/executions/my-execution/steps/my-step',
3970
+ * }
3971
+ * );
3962
3972
  * console.log(res.data);
3963
3973
  *
3964
3974
  * // Example response
@@ -4030,7 +4040,8 @@ export namespace toolresults_v1beta3 {
4030
4040
 
4031
4041
  if (typeof paramsOrCallback === 'function') {
4032
4042
  callback = paramsOrCallback;
4033
- params = {} as Params$Resource$Projects$Histories$Executions$Steps$Accessibilityclusters;
4043
+ params =
4044
+ {} as Params$Resource$Projects$Histories$Executions$Steps$Accessibilityclusters;
4034
4045
  options = {};
4035
4046
  }
4036
4047
 
@@ -4202,7 +4213,8 @@ export namespace toolresults_v1beta3 {
4202
4213
 
4203
4214
  if (typeof paramsOrCallback === 'function') {
4204
4215
  callback = paramsOrCallback;
4205
- params = {} as Params$Resource$Projects$Histories$Executions$Steps$Create;
4216
+ params =
4217
+ {} as Params$Resource$Projects$Histories$Executions$Steps$Create;
4206
4218
  options = {};
4207
4219
  }
4208
4220
 
@@ -4413,18 +4425,19 @@ export namespace toolresults_v1beta3 {
4413
4425
  * google.options({auth: authClient});
4414
4426
  *
4415
4427
  * // Do the magic
4416
- * const res = await toolresults.projects.histories.executions.steps.getPerfMetricsSummary(
4417
- * {
4418
- * // A tool results execution ID.
4419
- * executionId: 'placeholder-value',
4420
- * // A tool results history ID.
4421
- * historyId: 'placeholder-value',
4422
- * // The cloud project
4423
- * projectId: 'placeholder-value',
4424
- * // A tool results step ID.
4425
- * stepId: 'placeholder-value',
4426
- * }
4427
- * );
4428
+ * const res =
4429
+ * await toolresults.projects.histories.executions.steps.getPerfMetricsSummary(
4430
+ * {
4431
+ * // A tool results execution ID.
4432
+ * executionId: 'placeholder-value',
4433
+ * // A tool results history ID.
4434
+ * historyId: 'placeholder-value',
4435
+ * // The cloud project
4436
+ * projectId: 'placeholder-value',
4437
+ * // A tool results step ID.
4438
+ * stepId: 'placeholder-value',
4439
+ * }
4440
+ * );
4428
4441
  * console.log(res.data);
4429
4442
  *
4430
4443
  * // Example response
@@ -4500,7 +4513,8 @@ export namespace toolresults_v1beta3 {
4500
4513
 
4501
4514
  if (typeof paramsOrCallback === 'function') {
4502
4515
  callback = paramsOrCallback;
4503
- params = {} as Params$Resource$Projects$Histories$Executions$Steps$Getperfmetricssummary;
4516
+ params =
4517
+ {} as Params$Resource$Projects$Histories$Executions$Steps$Getperfmetricssummary;
4504
4518
  options = {};
4505
4519
  }
4506
4520
 
@@ -4814,7 +4828,8 @@ export namespace toolresults_v1beta3 {
4814
4828
 
4815
4829
  if (typeof paramsOrCallback === 'function') {
4816
4830
  callback = paramsOrCallback;
4817
- params = {} as Params$Resource$Projects$Histories$Executions$Steps$Patch;
4831
+ params =
4832
+ {} as Params$Resource$Projects$Histories$Executions$Steps$Patch;
4818
4833
  options = {};
4819
4834
  }
4820
4835
 
@@ -4876,8 +4891,8 @@ export namespace toolresults_v1beta3 {
4876
4891
  * google.options({auth: authClient});
4877
4892
  *
4878
4893
  * // Do the magic
4879
- * const res = await toolresults.projects.histories.executions.steps.publishXunitXmlFiles(
4880
- * {
4894
+ * const res =
4895
+ * await toolresults.projects.histories.executions.steps.publishXunitXmlFiles({
4881
4896
  * // A Execution id. Required.
4882
4897
  * executionId: 'placeholder-value',
4883
4898
  * // A History id. Required.
@@ -4894,8 +4909,7 @@ export namespace toolresults_v1beta3 {
4894
4909
  * // "xunitXmlFiles": []
4895
4910
  * // }
4896
4911
  * },
4897
- * }
4898
- * );
4912
+ * });
4899
4913
  * console.log(res.data);
4900
4914
  *
4901
4915
  * // Example response
@@ -4973,7 +4987,8 @@ export namespace toolresults_v1beta3 {
4973
4987
 
4974
4988
  if (typeof paramsOrCallback === 'function') {
4975
4989
  callback = paramsOrCallback;
4976
- params = {} as Params$Resource$Projects$Histories$Executions$Steps$Publishxunitxmlfiles;
4990
+ params =
4991
+ {} as Params$Resource$Projects$Histories$Executions$Steps$Publishxunitxmlfiles;
4977
4992
  options = {};
4978
4993
  }
4979
4994
 
@@ -5191,33 +5206,34 @@ export namespace toolresults_v1beta3 {
5191
5206
  * google.options({auth: authClient});
5192
5207
  *
5193
5208
  * // Do the magic
5194
- * const res = await toolresults.projects.histories.executions.steps.perfMetricsSummary.create(
5195
- * {
5196
- * // A tool results execution ID.
5197
- * executionId: 'placeholder-value',
5198
- * // A tool results history ID.
5199
- * historyId: 'placeholder-value',
5200
- * // The cloud project
5201
- * projectId: 'placeholder-value',
5202
- * // A tool results step ID.
5203
- * stepId: 'placeholder-value',
5204
- *
5205
- * // Request body metadata
5206
- * requestBody: {
5207
- * // request body parameters
5208
- * // {
5209
- * // "appStartTime": {},
5210
- * // "executionId": "my_executionId",
5211
- * // "graphicsStats": {},
5212
- * // "historyId": "my_historyId",
5213
- * // "perfEnvironment": {},
5214
- * // "perfMetrics": [],
5215
- * // "projectId": "my_projectId",
5216
- * // "stepId": "my_stepId"
5217
- * // }
5218
- * },
5219
- * }
5220
- * );
5209
+ * const res =
5210
+ * await toolresults.projects.histories.executions.steps.perfMetricsSummary.create(
5211
+ * {
5212
+ * // A tool results execution ID.
5213
+ * executionId: 'placeholder-value',
5214
+ * // A tool results history ID.
5215
+ * historyId: 'placeholder-value',
5216
+ * // The cloud project
5217
+ * projectId: 'placeholder-value',
5218
+ * // A tool results step ID.
5219
+ * stepId: 'placeholder-value',
5220
+ *
5221
+ * // Request body metadata
5222
+ * requestBody: {
5223
+ * // request body parameters
5224
+ * // {
5225
+ * // "appStartTime": {},
5226
+ * // "executionId": "my_executionId",
5227
+ * // "graphicsStats": {},
5228
+ * // "historyId": "my_historyId",
5229
+ * // "perfEnvironment": {},
5230
+ * // "perfMetrics": [],
5231
+ * // "projectId": "my_projectId",
5232
+ * // "stepId": "my_stepId"
5233
+ * // }
5234
+ * },
5235
+ * }
5236
+ * );
5221
5237
  * console.log(res.data);
5222
5238
  *
5223
5239
  * // Example response
@@ -5291,7 +5307,8 @@ export namespace toolresults_v1beta3 {
5291
5307
 
5292
5308
  if (typeof paramsOrCallback === 'function') {
5293
5309
  callback = paramsOrCallback;
5294
- params = {} as Params$Resource$Projects$Histories$Executions$Steps$Perfmetricssummary$Create;
5310
+ params =
5311
+ {} as Params$Resource$Projects$Histories$Executions$Steps$Perfmetricssummary$Create;
5295
5312
  options = {};
5296
5313
  }
5297
5314
 
@@ -5358,9 +5375,10 @@ export namespace toolresults_v1beta3 {
5358
5375
  samples: Resource$Projects$Histories$Executions$Steps$Perfsampleseries$Samples;
5359
5376
  constructor(context: APIRequestContext) {
5360
5377
  this.context = context;
5361
- this.samples = new Resource$Projects$Histories$Executions$Steps$Perfsampleseries$Samples(
5362
- this.context
5363
- );
5378
+ this.samples =
5379
+ new Resource$Projects$Histories$Executions$Steps$Perfsampleseries$Samples(
5380
+ this.context
5381
+ );
5364
5382
  }
5365
5383
 
5366
5384
  /**
@@ -5389,31 +5407,32 @@ export namespace toolresults_v1beta3 {
5389
5407
  * google.options({auth: authClient});
5390
5408
  *
5391
5409
  * // Do the magic
5392
- * const res = await toolresults.projects.histories.executions.steps.perfSampleSeries.create(
5393
- * {
5394
- * // A tool results execution ID.
5395
- * executionId: 'placeholder-value',
5396
- * // A tool results history ID.
5397
- * historyId: 'placeholder-value',
5398
- * // The cloud project
5399
- * projectId: 'placeholder-value',
5400
- * // A tool results step ID.
5401
- * stepId: 'placeholder-value',
5402
- *
5403
- * // Request body metadata
5404
- * requestBody: {
5405
- * // request body parameters
5406
- * // {
5407
- * // "basicPerfSampleSeries": {},
5408
- * // "executionId": "my_executionId",
5409
- * // "historyId": "my_historyId",
5410
- * // "projectId": "my_projectId",
5411
- * // "sampleSeriesId": "my_sampleSeriesId",
5412
- * // "stepId": "my_stepId"
5413
- * // }
5414
- * },
5415
- * }
5416
- * );
5410
+ * const res =
5411
+ * await toolresults.projects.histories.executions.steps.perfSampleSeries.create(
5412
+ * {
5413
+ * // A tool results execution ID.
5414
+ * executionId: 'placeholder-value',
5415
+ * // A tool results history ID.
5416
+ * historyId: 'placeholder-value',
5417
+ * // The cloud project
5418
+ * projectId: 'placeholder-value',
5419
+ * // A tool results step ID.
5420
+ * stepId: 'placeholder-value',
5421
+ *
5422
+ * // Request body metadata
5423
+ * requestBody: {
5424
+ * // request body parameters
5425
+ * // {
5426
+ * // "basicPerfSampleSeries": {},
5427
+ * // "executionId": "my_executionId",
5428
+ * // "historyId": "my_historyId",
5429
+ * // "projectId": "my_projectId",
5430
+ * // "sampleSeriesId": "my_sampleSeriesId",
5431
+ * // "stepId": "my_stepId"
5432
+ * // }
5433
+ * },
5434
+ * }
5435
+ * );
5417
5436
  * console.log(res.data);
5418
5437
  *
5419
5438
  * // Example response
@@ -5482,7 +5501,8 @@ export namespace toolresults_v1beta3 {
5482
5501
 
5483
5502
  if (typeof paramsOrCallback === 'function') {
5484
5503
  callback = paramsOrCallback;
5485
- params = {} as Params$Resource$Projects$Histories$Executions$Steps$Perfsampleseries$Create;
5504
+ params =
5505
+ {} as Params$Resource$Projects$Histories$Executions$Steps$Perfsampleseries$Create;
5486
5506
  options = {};
5487
5507
  }
5488
5508
 
@@ -5544,8 +5564,8 @@ export namespace toolresults_v1beta3 {
5544
5564
  * google.options({auth: authClient});
5545
5565
  *
5546
5566
  * // Do the magic
5547
- * const res = await toolresults.projects.histories.executions.steps.perfSampleSeries.get(
5548
- * {
5567
+ * const res =
5568
+ * await toolresults.projects.histories.executions.steps.perfSampleSeries.get({
5549
5569
  * // A tool results execution ID.
5550
5570
  * executionId: 'placeholder-value',
5551
5571
  * // A tool results history ID.
@@ -5556,8 +5576,7 @@ export namespace toolresults_v1beta3 {
5556
5576
  * sampleSeriesId: 'placeholder-value',
5557
5577
  * // A tool results step ID.
5558
5578
  * stepId: 'placeholder-value',
5559
- * }
5560
- * );
5579
+ * });
5561
5580
  * console.log(res.data);
5562
5581
  *
5563
5582
  * // Example response
@@ -5626,7 +5645,8 @@ export namespace toolresults_v1beta3 {
5626
5645
 
5627
5646
  if (typeof paramsOrCallback === 'function') {
5628
5647
  callback = paramsOrCallback;
5629
- params = {} as Params$Resource$Projects$Histories$Executions$Steps$Perfsampleseries$Get;
5648
+ params =
5649
+ {} as Params$Resource$Projects$Histories$Executions$Steps$Perfsampleseries$Get;
5630
5650
  options = {};
5631
5651
  }
5632
5652
 
@@ -5700,20 +5720,21 @@ export namespace toolresults_v1beta3 {
5700
5720
  * google.options({auth: authClient});
5701
5721
  *
5702
5722
  * // Do the magic
5703
- * const res = await toolresults.projects.histories.executions.steps.perfSampleSeries.list(
5704
- * {
5705
- * // A tool results execution ID.
5706
- * executionId: 'placeholder-value',
5707
- * // Specify one or more PerfMetricType values such as CPU to filter the result
5708
- * filter: 'placeholder-value',
5709
- * // A tool results history ID.
5710
- * historyId: 'placeholder-value',
5711
- * // The cloud project
5712
- * projectId: 'placeholder-value',
5713
- * // A tool results step ID.
5714
- * stepId: 'placeholder-value',
5715
- * }
5716
- * );
5723
+ * const res =
5724
+ * await toolresults.projects.histories.executions.steps.perfSampleSeries.list(
5725
+ * {
5726
+ * // A tool results execution ID.
5727
+ * executionId: 'placeholder-value',
5728
+ * // Specify one or more PerfMetricType values such as CPU to filter the result
5729
+ * filter: 'placeholder-value',
5730
+ * // A tool results history ID.
5731
+ * historyId: 'placeholder-value',
5732
+ * // The cloud project
5733
+ * projectId: 'placeholder-value',
5734
+ * // A tool results step ID.
5735
+ * stepId: 'placeholder-value',
5736
+ * }
5737
+ * );
5717
5738
  * console.log(res.data);
5718
5739
  *
5719
5740
  * // Example response
@@ -5784,7 +5805,8 @@ export namespace toolresults_v1beta3 {
5784
5805
 
5785
5806
  if (typeof paramsOrCallback === 'function') {
5786
5807
  callback = paramsOrCallback;
5787
- params = {} as Params$Resource$Projects$Histories$Executions$Steps$Perfsampleseries$List;
5808
+ params =
5809
+ {} as Params$Resource$Projects$Histories$Executions$Steps$Perfsampleseries$List;
5788
5810
  options = {};
5789
5811
  }
5790
5812
 
@@ -5926,28 +5948,29 @@ export namespace toolresults_v1beta3 {
5926
5948
  * google.options({auth: authClient});
5927
5949
  *
5928
5950
  * // Do the magic
5929
- * const res = await toolresults.projects.histories.executions.steps.perfSampleSeries.samples.batchCreate(
5930
- * {
5931
- * // A tool results execution ID.
5932
- * executionId: 'placeholder-value',
5933
- * // A tool results history ID.
5934
- * historyId: 'placeholder-value',
5935
- * // The cloud project
5936
- * projectId: 'placeholder-value',
5937
- * // A sample series id
5938
- * sampleSeriesId: 'placeholder-value',
5939
- * // A tool results step ID.
5940
- * stepId: 'placeholder-value',
5941
- *
5942
- * // Request body metadata
5943
- * requestBody: {
5944
- * // request body parameters
5945
- * // {
5946
- * // "perfSamples": []
5947
- * // }
5948
- * },
5949
- * }
5950
- * );
5951
+ * const res =
5952
+ * await toolresults.projects.histories.executions.steps.perfSampleSeries.samples.batchCreate(
5953
+ * {
5954
+ * // A tool results execution ID.
5955
+ * executionId: 'placeholder-value',
5956
+ * // A tool results history ID.
5957
+ * historyId: 'placeholder-value',
5958
+ * // The cloud project
5959
+ * projectId: 'placeholder-value',
5960
+ * // A sample series id
5961
+ * sampleSeriesId: 'placeholder-value',
5962
+ * // A tool results step ID.
5963
+ * stepId: 'placeholder-value',
5964
+ *
5965
+ * // Request body metadata
5966
+ * requestBody: {
5967
+ * // request body parameters
5968
+ * // {
5969
+ * // "perfSamples": []
5970
+ * // }
5971
+ * },
5972
+ * }
5973
+ * );
5951
5974
  * console.log(res.data);
5952
5975
  *
5953
5976
  * // Example response
@@ -6018,7 +6041,8 @@ export namespace toolresults_v1beta3 {
6018
6041
 
6019
6042
  if (typeof paramsOrCallback === 'function') {
6020
6043
  callback = paramsOrCallback;
6021
- params = {} as Params$Resource$Projects$Histories$Executions$Steps$Perfsampleseries$Samples$Batchcreate;
6044
+ params =
6045
+ {} as Params$Resource$Projects$Histories$Executions$Steps$Perfsampleseries$Samples$Batchcreate;
6022
6046
  options = {};
6023
6047
  }
6024
6048
 
@@ -6094,24 +6118,25 @@ export namespace toolresults_v1beta3 {
6094
6118
  * google.options({auth: authClient});
6095
6119
  *
6096
6120
  * // Do the magic
6097
- * const res = await toolresults.projects.histories.executions.steps.perfSampleSeries.samples.list(
6098
- * {
6099
- * // A tool results execution ID.
6100
- * executionId: 'placeholder-value',
6101
- * // A tool results history ID.
6102
- * historyId: 'placeholder-value',
6103
- * // The default page size is 500 samples, and the maximum size is 5000. If the page_size is greater than 5000, the effective page size will be 5000
6104
- * pageSize: 'placeholder-value',
6105
- * // Optional, the next_page_token returned in the previous response
6106
- * pageToken: 'placeholder-value',
6107
- * // The cloud project
6108
- * projectId: 'placeholder-value',
6109
- * // A sample series id
6110
- * sampleSeriesId: 'placeholder-value',
6111
- * // A tool results step ID.
6112
- * stepId: 'placeholder-value',
6113
- * }
6114
- * );
6121
+ * const res =
6122
+ * await toolresults.projects.histories.executions.steps.perfSampleSeries.samples.list(
6123
+ * {
6124
+ * // A tool results execution ID.
6125
+ * executionId: 'placeholder-value',
6126
+ * // A tool results history ID.
6127
+ * historyId: 'placeholder-value',
6128
+ * // The default page size is 500 samples, and the maximum size is 5000. If the page_size is greater than 5000, the effective page size will be 5000
6129
+ * pageSize: 'placeholder-value',
6130
+ * // Optional, the next_page_token returned in the previous response
6131
+ * pageToken: 'placeholder-value',
6132
+ * // The cloud project
6133
+ * projectId: 'placeholder-value',
6134
+ * // A sample series id
6135
+ * sampleSeriesId: 'placeholder-value',
6136
+ * // A tool results step ID.
6137
+ * stepId: 'placeholder-value',
6138
+ * }
6139
+ * );
6115
6140
  * console.log(res.data);
6116
6141
  *
6117
6142
  * // Example response
@@ -6181,7 +6206,8 @@ export namespace toolresults_v1beta3 {
6181
6206
 
6182
6207
  if (typeof paramsOrCallback === 'function') {
6183
6208
  callback = paramsOrCallback;
6184
- params = {} as Params$Resource$Projects$Histories$Executions$Steps$Perfsampleseries$Samples$List;
6209
+ params =
6210
+ {} as Params$Resource$Projects$Histories$Executions$Steps$Perfsampleseries$Samples$List;
6185
6211
  options = {};
6186
6212
  }
6187
6213
 
@@ -6322,8 +6348,8 @@ export namespace toolresults_v1beta3 {
6322
6348
  * google.options({auth: authClient});
6323
6349
  *
6324
6350
  * // Do the magic
6325
- * const res = await toolresults.projects.histories.executions.steps.testCases.get(
6326
- * {
6351
+ * const res =
6352
+ * await toolresults.projects.histories.executions.steps.testCases.get({
6327
6353
  * // A Execution id Required.
6328
6354
  * executionId: 'placeholder-value',
6329
6355
  * // A History id. Required.
@@ -6334,8 +6360,7 @@ export namespace toolresults_v1beta3 {
6334
6360
  * stepId: 'placeholder-value',
6335
6361
  * // A Test Case id. Required.
6336
6362
  * testCaseId: 'placeholder-value',
6337
- * }
6338
- * );
6363
+ * });
6339
6364
  * console.log(res.data);
6340
6365
  *
6341
6366
  * // Example response
@@ -6407,7 +6432,8 @@ export namespace toolresults_v1beta3 {
6407
6432
 
6408
6433
  if (typeof paramsOrCallback === 'function') {
6409
6434
  callback = paramsOrCallback;
6410
- params = {} as Params$Resource$Projects$Histories$Executions$Steps$Testcases$Get;
6435
+ params =
6436
+ {} as Params$Resource$Projects$Histories$Executions$Steps$Testcases$Get;
6411
6437
  options = {};
6412
6438
  }
6413
6439
 
@@ -6481,8 +6507,8 @@ export namespace toolresults_v1beta3 {
6481
6507
  * google.options({auth: authClient});
6482
6508
  *
6483
6509
  * // Do the magic
6484
- * const res = await toolresults.projects.histories.executions.steps.testCases.list(
6485
- * {
6510
+ * const res =
6511
+ * await toolresults.projects.histories.executions.steps.testCases.list({
6486
6512
  * // A Execution id Required.
6487
6513
  * executionId: 'placeholder-value',
6488
6514
  * // A History id. Required.
@@ -6495,8 +6521,7 @@ export namespace toolresults_v1beta3 {
6495
6521
  * projectId: 'placeholder-value',
6496
6522
  * // A Step id. Note: This step must include a TestExecutionStep. Required.
6497
6523
  * stepId: 'placeholder-value',
6498
- * }
6499
- * );
6524
+ * });
6500
6525
  * console.log(res.data);
6501
6526
  *
6502
6527
  * // Example response
@@ -6566,7 +6591,8 @@ export namespace toolresults_v1beta3 {
6566
6591
 
6567
6592
  if (typeof paramsOrCallback === 'function') {
6568
6593
  callback = paramsOrCallback;
6569
- params = {} as Params$Resource$Projects$Histories$Executions$Steps$Testcases$List;
6594
+ params =
6595
+ {} as Params$Resource$Projects$Histories$Executions$Steps$Testcases$List;
6570
6596
  options = {};
6571
6597
  }
6572
6598
 
@@ -6686,8 +6712,8 @@ export namespace toolresults_v1beta3 {
6686
6712
  * google.options({auth: authClient});
6687
6713
  *
6688
6714
  * // Do the magic
6689
- * const res = await toolresults.projects.histories.executions.steps.thumbnails.list(
6690
- * {
6715
+ * const res =
6716
+ * await toolresults.projects.histories.executions.steps.thumbnails.list({
6691
6717
  * // An Execution id. Required.
6692
6718
  * executionId: 'placeholder-value',
6693
6719
  * // A History id. Required.
@@ -6700,8 +6726,7 @@ export namespace toolresults_v1beta3 {
6700
6726
  * projectId: 'placeholder-value',
6701
6727
  * // A Step id. Required.
6702
6728
  * stepId: 'placeholder-value',
6703
- * }
6704
- * );
6729
+ * });
6705
6730
  * console.log(res.data);
6706
6731
  *
6707
6732
  * // Example response
@@ -6773,7 +6798,8 @@ export namespace toolresults_v1beta3 {
6773
6798
 
6774
6799
  if (typeof paramsOrCallback === 'function') {
6775
6800
  callback = paramsOrCallback;
6776
- params = {} as Params$Resource$Projects$Histories$Executions$Steps$Thumbnails$List;
6801
+ params =
6802
+ {} as Params$Resource$Projects$Histories$Executions$Steps$Thumbnails$List;
6777
6803
  options = {};
6778
6804
  }
6779
6805