@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/CHANGELOG.md +55 -0
- package/README.md +4 -23
- package/build/index.js +4 -3
- package/build/index.js.map +1 -1
- package/build/v1beta3.d.ts +153 -147
- package/build/v1beta3.js +107 -83
- package/build/v1beta3.js.map +1 -1
- package/package.json +6 -6
- package/v1beta3.ts +210 -184
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,60 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/toolresults-v0.4.1...toolresults-v1.0.0) (2022-10-28)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### ⚠ BREAKING CHANGES
|
|
7
|
+
|
|
8
|
+
* **build:** This release has breaking changes.
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* **build:** run the generator (submodules now require Node 12) ([#3073](https://github.com/googleapis/google-api-nodejs-client/issues/3073)) ([eda0707](https://github.com/googleapis/google-api-nodejs-client/commit/eda07079dadab46a80b6f9ede618f4f43030169e))
|
|
13
|
+
|
|
14
|
+
## [0.4.1](https://github.com/googleapis/google-api-nodejs-client/compare/toolresults-v0.4.0...toolresults-v0.4.1) (2022-09-21)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **toolresults:** update the API ([336ea81](https://github.com/googleapis/google-api-nodejs-client/commit/336ea811b6ff4de3683bc85eb8c9abd762f3d6ba))
|
|
20
|
+
|
|
21
|
+
## [0.4.0](https://github.com/googleapis/google-api-nodejs-client/compare/toolresults-v0.3.1...toolresults-v0.4.0) (2022-08-19)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
* **toolresults:** update the API ([5d78dad](https://github.com/googleapis/google-api-nodejs-client/commit/5d78dad8fd7184deb61f3e24b01c9578f2614161))
|
|
27
|
+
|
|
28
|
+
## [0.3.1](https://github.com/googleapis/google-api-nodejs-client/compare/toolresults-v0.3.0...toolresults-v0.3.1) (2022-06-21)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* **toolresults:** update the API ([a8d6d58](https://github.com/googleapis/google-api-nodejs-client/commit/a8d6d58dbdf43df72fdab357a6c04d50746cce30))
|
|
34
|
+
|
|
35
|
+
## [0.3.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/toolresults-v0.2.1...toolresults-v0.3.0) (2021-09-14)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Features
|
|
39
|
+
|
|
40
|
+
* **auth:** adds support workload identity federation ([#2517](https://www.github.com/googleapis/google-api-nodejs-client/issues/2517)) ([a10707c](https://www.github.com/googleapis/google-api-nodejs-client/commit/a10707c477759e7c9ef6360a2fe800856fb600c1))
|
|
41
|
+
* **toolresults:** update the API ([3dee17c](https://www.github.com/googleapis/google-api-nodejs-client/commit/3dee17c99941cc13a43c082f75a7efdec8bde27a))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Bug Fixes
|
|
45
|
+
|
|
46
|
+
* **deps:** update dependency googleapis-common to v5 ([#2497](https://www.github.com/googleapis/google-api-nodejs-client/issues/2497)) ([fec087a](https://www.github.com/googleapis/google-api-nodejs-client/commit/fec087abcf3d994dd41c3ffa0a0c12b1f9f09dae))
|
|
47
|
+
* **toolresults:** update the API ([97f399d](https://www.github.com/googleapis/google-api-nodejs-client/commit/97f399dc59561e8a2328fc94c20ed4a84a9329df))
|
|
48
|
+
* **toolresults:** update the API ([381748c](https://www.github.com/googleapis/google-api-nodejs-client/commit/381748ca5cac315a96df1041a60dc0af5cf0e8d4))
|
|
49
|
+
* upgrade webpack from 4 to 5 ([#2524](https://www.github.com/googleapis/google-api-nodejs-client/issues/2524)) ([ecfd8bf](https://www.github.com/googleapis/google-api-nodejs-client/commit/ecfd8bfcd06e1beabff7ec9a8c4000222379eb8d))
|
|
50
|
+
|
|
51
|
+
### [0.2.1](https://www.github.com/googleapis/google-api-nodejs-client/compare/toolresults-v0.2.0...toolresults-v0.2.1) (2021-05-23)
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
### Bug Fixes
|
|
55
|
+
|
|
56
|
+
* **toolresults:** update the API ([381748c](https://www.github.com/googleapis/google-api-nodejs-client/commit/381748ca5cac315a96df1041a60dc0af5cf0e8d4))
|
|
57
|
+
|
|
3
58
|
## [0.2.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/toolresults-v0.1.0...toolresults-v0.2.0) (2021-03-18)
|
|
4
59
|
|
|
5
60
|
|
package/README.md
CHANGED
|
@@ -7,37 +7,18 @@
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
9
9
|
```sh
|
|
10
|
-
$ npm install googleapis
|
|
10
|
+
$ npm install @googleapis/toolresults
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
## Usage
|
|
14
14
|
All documentation and usage information can be found on [GitHub](https://github.com/googleapis/google-api-nodejs-client).
|
|
15
|
-
|
|
16
|
-
## Building a browser bundle
|
|
17
|
-
|
|
18
|
-
This library can be used in a browser. To prepare a single file bundle, clone the
|
|
19
|
-
[repository](https://github.com/googleapis/google-api-nodejs-client) and run
|
|
20
|
-
|
|
21
|
-
```sh
|
|
22
|
-
$ cd src/apis/toolresults
|
|
23
|
-
$ npm install
|
|
24
|
-
$ npm run webpack
|
|
25
|
-
```
|
|
26
|
-
|
|
27
|
-
The generated bundle will be written to `dist/toolresults.min.js`. Use it from your HTML file:
|
|
28
|
-
|
|
29
|
-
```html
|
|
30
|
-
<script src="/path/to/toolresults.min.js"></script>
|
|
31
|
-
<script>
|
|
32
|
-
const { toolresults, auth } = Toolresults;
|
|
33
|
-
</script>
|
|
34
|
-
```
|
|
15
|
+
Information on classes can be found in [Googleapis Documentation](https://googleapis.dev/nodejs/googleapis/latest/toolresults/classes/Toolresults.html).
|
|
35
16
|
|
|
36
17
|
## License
|
|
37
|
-
This library is licensed under Apache 2.0. Full license text is available in [LICENSE](https://github.com/googleapis/google-api-nodejs-client/blob/
|
|
18
|
+
This library is licensed under Apache 2.0. Full license text is available in [LICENSE](https://github.com/googleapis/google-api-nodejs-client/blob/main/LICENSE).
|
|
38
19
|
|
|
39
20
|
## Contributing
|
|
40
|
-
We love contributions! Before submitting a Pull Request, it's always good to start with a new issue first. To learn more, see [CONTRIBUTING](https://github.com/google/google-api-nodejs-client/blob/
|
|
21
|
+
We love contributions! Before submitting a Pull Request, it's always good to start with a new issue first. To learn more, see [CONTRIBUTING](https://github.com/google/google-api-nodejs-client/blob/main/.github/CONTRIBUTING.md).
|
|
41
22
|
|
|
42
23
|
## Questions/problems?
|
|
43
24
|
* Ask your development related questions on [StackOverflow](http://stackoverflow.com/questions/tagged/google-api-nodejs-client).
|
package/build/index.js
CHANGED
|
@@ -12,19 +12,20 @@
|
|
|
12
12
|
// See the License for the specific language governing permissions and
|
|
13
13
|
// limitations under the License.
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.AuthPlus = exports.toolresults_v1beta3 = exports.auth = exports.toolresults = exports.VERSIONS = void 0;
|
|
15
16
|
/*! THIS FILE IS AUTO-GENERATED */
|
|
16
17
|
const googleapis_common_1 = require("googleapis-common");
|
|
17
18
|
const v1beta3_1 = require("./v1beta3");
|
|
18
|
-
exports
|
|
19
|
+
Object.defineProperty(exports, "toolresults_v1beta3", { enumerable: true, get: function () { return v1beta3_1.toolresults_v1beta3; } });
|
|
19
20
|
exports.VERSIONS = {
|
|
20
21
|
v1beta3: v1beta3_1.toolresults_v1beta3.Toolresults,
|
|
21
22
|
};
|
|
22
23
|
function toolresults(versionOrOptions) {
|
|
23
|
-
return googleapis_common_1.getAPI('toolresults', versionOrOptions, exports.VERSIONS, this);
|
|
24
|
+
return (0, googleapis_common_1.getAPI)('toolresults', versionOrOptions, exports.VERSIONS, this);
|
|
24
25
|
}
|
|
25
26
|
exports.toolresults = toolresults;
|
|
26
27
|
const auth = new googleapis_common_1.AuthPlus();
|
|
27
28
|
exports.auth = auth;
|
|
28
29
|
var googleapis_common_2 = require("googleapis-common");
|
|
29
|
-
exports
|
|
30
|
+
Object.defineProperty(exports, "AuthPlus", { enumerable: true, get: function () { return googleapis_common_2.AuthPlus; } });
|
|
30
31
|
//# sourceMappingURL=index.js.map
|
package/build/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";AAAA,4BAA4B;AAC5B,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,gDAAgD;AAChD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";AAAA,4BAA4B;AAC5B,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,gDAAgD;AAChD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;;;AAEjC,kCAAkC;AAElC,yDAAuE;AACvE,uCAA8C;AAqBtC,oGArBA,6BAAmB,OAqBA;AAnBd,QAAA,QAAQ,GAAG;IACtB,OAAO,EAAE,6BAAmB,CAAC,WAAW;CACzC,CAAC;AAQF,SAAgB,WAAW,CAEzB,gBAAyD;IAEzD,OAAO,IAAA,0BAAM,EAAI,aAAa,EAAE,gBAAgB,EAAE,gBAAQ,EAAE,IAAI,CAAC,CAAC;AACpE,CAAC;AALD,kCAKC;AAED,MAAM,IAAI,GAAG,IAAI,4BAAQ,EAAE,CAAC;AACpB,oBAAI;AAEZ,uDAS2B;AARzB,6GAAA,QAAQ,OAAA"}
|
package/build/v1beta3.d.ts
CHANGED
|
@@ -257,6 +257,11 @@ export declare namespace toolresults_v1beta3 {
|
|
|
257
257
|
*/
|
|
258
258
|
crashPackage?: string | null;
|
|
259
259
|
}
|
|
260
|
+
/**
|
|
261
|
+
* A notification that Robo detected a splash screen provided by app (vs. Android OS splash screen).
|
|
262
|
+
*/
|
|
263
|
+
export interface Schema$DetectedAppSplashScreen {
|
|
264
|
+
}
|
|
260
265
|
/**
|
|
261
266
|
* A warning that device ran out of memory
|
|
262
267
|
*/
|
|
@@ -2865,15 +2870,15 @@ export declare namespace toolresults_v1beta3 {
|
|
|
2865
2870
|
* google.options({auth: authClient});
|
|
2866
2871
|
*
|
|
2867
2872
|
* // Do the magic
|
|
2868
|
-
* const res =
|
|
2869
|
-
*
|
|
2870
|
-
*
|
|
2871
|
-
*
|
|
2872
|
-
*
|
|
2873
|
-
*
|
|
2874
|
-
* 'projects/my-project/histories/my-historie/executions/my-execution/steps/my-step',
|
|
2875
|
-
*
|
|
2876
|
-
*
|
|
2873
|
+
* const res =
|
|
2874
|
+
* await toolresults.projects.histories.executions.steps.accessibilityClusters(
|
|
2875
|
+
* {
|
|
2876
|
+
* // 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.
|
|
2877
|
+
* locale: 'placeholder-value',
|
|
2878
|
+
* // A full resource name of the step. For example, projects/my-project/histories/bh.1234567890abcdef/executions/ 1234567890123456789/steps/bs.1234567890abcdef Required.
|
|
2879
|
+
* name: 'projects/my-project/histories/my-historie/executions/my-execution/steps/my-step',
|
|
2880
|
+
* }
|
|
2881
|
+
* );
|
|
2877
2882
|
* console.log(res.data);
|
|
2878
2883
|
*
|
|
2879
2884
|
* // Example response
|
|
@@ -3101,18 +3106,19 @@ export declare namespace toolresults_v1beta3 {
|
|
|
3101
3106
|
* google.options({auth: authClient});
|
|
3102
3107
|
*
|
|
3103
3108
|
* // Do the magic
|
|
3104
|
-
* const res =
|
|
3105
|
-
*
|
|
3106
|
-
*
|
|
3107
|
-
*
|
|
3108
|
-
*
|
|
3109
|
-
*
|
|
3110
|
-
*
|
|
3111
|
-
*
|
|
3112
|
-
*
|
|
3113
|
-
*
|
|
3114
|
-
*
|
|
3115
|
-
*
|
|
3109
|
+
* const res =
|
|
3110
|
+
* await toolresults.projects.histories.executions.steps.getPerfMetricsSummary(
|
|
3111
|
+
* {
|
|
3112
|
+
* // A tool results execution ID.
|
|
3113
|
+
* executionId: 'placeholder-value',
|
|
3114
|
+
* // A tool results history ID.
|
|
3115
|
+
* historyId: 'placeholder-value',
|
|
3116
|
+
* // The cloud project
|
|
3117
|
+
* projectId: 'placeholder-value',
|
|
3118
|
+
* // A tool results step ID.
|
|
3119
|
+
* stepId: 'placeholder-value',
|
|
3120
|
+
* }
|
|
3121
|
+
* );
|
|
3116
3122
|
* console.log(res.data);
|
|
3117
3123
|
*
|
|
3118
3124
|
* // Example response
|
|
@@ -3337,8 +3343,8 @@ export declare namespace toolresults_v1beta3 {
|
|
|
3337
3343
|
* google.options({auth: authClient});
|
|
3338
3344
|
*
|
|
3339
3345
|
* // Do the magic
|
|
3340
|
-
* const res =
|
|
3341
|
-
* {
|
|
3346
|
+
* const res =
|
|
3347
|
+
* await toolresults.projects.histories.executions.steps.publishXunitXmlFiles({
|
|
3342
3348
|
* // A Execution id. Required.
|
|
3343
3349
|
* executionId: 'placeholder-value',
|
|
3344
3350
|
* // A History id. Required.
|
|
@@ -3355,8 +3361,7 @@ export declare namespace toolresults_v1beta3 {
|
|
|
3355
3361
|
* // "xunitXmlFiles": []
|
|
3356
3362
|
* // }
|
|
3357
3363
|
* },
|
|
3358
|
-
* }
|
|
3359
|
-
* );
|
|
3364
|
+
* });
|
|
3360
3365
|
* console.log(res.data);
|
|
3361
3366
|
*
|
|
3362
3367
|
* // Example response
|
|
@@ -3565,33 +3570,34 @@ export declare namespace toolresults_v1beta3 {
|
|
|
3565
3570
|
* google.options({auth: authClient});
|
|
3566
3571
|
*
|
|
3567
3572
|
* // Do the magic
|
|
3568
|
-
* const res =
|
|
3569
|
-
*
|
|
3570
|
-
*
|
|
3571
|
-
*
|
|
3572
|
-
*
|
|
3573
|
-
*
|
|
3574
|
-
*
|
|
3575
|
-
*
|
|
3576
|
-
*
|
|
3577
|
-
*
|
|
3578
|
-
*
|
|
3579
|
-
*
|
|
3580
|
-
*
|
|
3581
|
-
*
|
|
3582
|
-
*
|
|
3583
|
-
*
|
|
3584
|
-
*
|
|
3585
|
-
*
|
|
3586
|
-
*
|
|
3587
|
-
*
|
|
3588
|
-
*
|
|
3589
|
-
*
|
|
3590
|
-
*
|
|
3591
|
-
*
|
|
3592
|
-
*
|
|
3593
|
-
*
|
|
3594
|
-
*
|
|
3573
|
+
* const res =
|
|
3574
|
+
* await toolresults.projects.histories.executions.steps.perfMetricsSummary.create(
|
|
3575
|
+
* {
|
|
3576
|
+
* // A tool results execution ID.
|
|
3577
|
+
* executionId: 'placeholder-value',
|
|
3578
|
+
* // A tool results history ID.
|
|
3579
|
+
* historyId: 'placeholder-value',
|
|
3580
|
+
* // The cloud project
|
|
3581
|
+
* projectId: 'placeholder-value',
|
|
3582
|
+
* // A tool results step ID.
|
|
3583
|
+
* stepId: 'placeholder-value',
|
|
3584
|
+
*
|
|
3585
|
+
* // Request body metadata
|
|
3586
|
+
* requestBody: {
|
|
3587
|
+
* // request body parameters
|
|
3588
|
+
* // {
|
|
3589
|
+
* // "appStartTime": {},
|
|
3590
|
+
* // "executionId": "my_executionId",
|
|
3591
|
+
* // "graphicsStats": {},
|
|
3592
|
+
* // "historyId": "my_historyId",
|
|
3593
|
+
* // "perfEnvironment": {},
|
|
3594
|
+
* // "perfMetrics": [],
|
|
3595
|
+
* // "projectId": "my_projectId",
|
|
3596
|
+
* // "stepId": "my_stepId"
|
|
3597
|
+
* // }
|
|
3598
|
+
* },
|
|
3599
|
+
* }
|
|
3600
|
+
* );
|
|
3595
3601
|
* console.log(res.data);
|
|
3596
3602
|
*
|
|
3597
3603
|
* // Example response
|
|
@@ -3678,31 +3684,32 @@ export declare namespace toolresults_v1beta3 {
|
|
|
3678
3684
|
* google.options({auth: authClient});
|
|
3679
3685
|
*
|
|
3680
3686
|
* // Do the magic
|
|
3681
|
-
* const res =
|
|
3682
|
-
*
|
|
3683
|
-
*
|
|
3684
|
-
*
|
|
3685
|
-
*
|
|
3686
|
-
*
|
|
3687
|
-
*
|
|
3688
|
-
*
|
|
3689
|
-
*
|
|
3690
|
-
*
|
|
3691
|
-
*
|
|
3692
|
-
*
|
|
3693
|
-
*
|
|
3694
|
-
*
|
|
3695
|
-
*
|
|
3696
|
-
*
|
|
3697
|
-
*
|
|
3698
|
-
*
|
|
3699
|
-
*
|
|
3700
|
-
*
|
|
3701
|
-
*
|
|
3702
|
-
*
|
|
3703
|
-
*
|
|
3704
|
-
*
|
|
3705
|
-
*
|
|
3687
|
+
* const res =
|
|
3688
|
+
* await toolresults.projects.histories.executions.steps.perfSampleSeries.create(
|
|
3689
|
+
* {
|
|
3690
|
+
* // A tool results execution ID.
|
|
3691
|
+
* executionId: 'placeholder-value',
|
|
3692
|
+
* // A tool results history ID.
|
|
3693
|
+
* historyId: 'placeholder-value',
|
|
3694
|
+
* // The cloud project
|
|
3695
|
+
* projectId: 'placeholder-value',
|
|
3696
|
+
* // A tool results step ID.
|
|
3697
|
+
* stepId: 'placeholder-value',
|
|
3698
|
+
*
|
|
3699
|
+
* // Request body metadata
|
|
3700
|
+
* requestBody: {
|
|
3701
|
+
* // request body parameters
|
|
3702
|
+
* // {
|
|
3703
|
+
* // "basicPerfSampleSeries": {},
|
|
3704
|
+
* // "executionId": "my_executionId",
|
|
3705
|
+
* // "historyId": "my_historyId",
|
|
3706
|
+
* // "projectId": "my_projectId",
|
|
3707
|
+
* // "sampleSeriesId": "my_sampleSeriesId",
|
|
3708
|
+
* // "stepId": "my_stepId"
|
|
3709
|
+
* // }
|
|
3710
|
+
* },
|
|
3711
|
+
* }
|
|
3712
|
+
* );
|
|
3706
3713
|
* console.log(res.data);
|
|
3707
3714
|
*
|
|
3708
3715
|
* // Example response
|
|
@@ -3760,8 +3767,8 @@ export declare namespace toolresults_v1beta3 {
|
|
|
3760
3767
|
* google.options({auth: authClient});
|
|
3761
3768
|
*
|
|
3762
3769
|
* // Do the magic
|
|
3763
|
-
* const res =
|
|
3764
|
-
* {
|
|
3770
|
+
* const res =
|
|
3771
|
+
* await toolresults.projects.histories.executions.steps.perfSampleSeries.get({
|
|
3765
3772
|
* // A tool results execution ID.
|
|
3766
3773
|
* executionId: 'placeholder-value',
|
|
3767
3774
|
* // A tool results history ID.
|
|
@@ -3772,8 +3779,7 @@ export declare namespace toolresults_v1beta3 {
|
|
|
3772
3779
|
* sampleSeriesId: 'placeholder-value',
|
|
3773
3780
|
* // A tool results step ID.
|
|
3774
3781
|
* stepId: 'placeholder-value',
|
|
3775
|
-
* }
|
|
3776
|
-
* );
|
|
3782
|
+
* });
|
|
3777
3783
|
* console.log(res.data);
|
|
3778
3784
|
*
|
|
3779
3785
|
* // Example response
|
|
@@ -3831,20 +3837,21 @@ export declare namespace toolresults_v1beta3 {
|
|
|
3831
3837
|
* google.options({auth: authClient});
|
|
3832
3838
|
*
|
|
3833
3839
|
* // Do the magic
|
|
3834
|
-
* const res =
|
|
3835
|
-
*
|
|
3836
|
-
*
|
|
3837
|
-
*
|
|
3838
|
-
*
|
|
3839
|
-
*
|
|
3840
|
-
*
|
|
3841
|
-
*
|
|
3842
|
-
*
|
|
3843
|
-
*
|
|
3844
|
-
*
|
|
3845
|
-
*
|
|
3846
|
-
*
|
|
3847
|
-
*
|
|
3840
|
+
* const res =
|
|
3841
|
+
* await toolresults.projects.histories.executions.steps.perfSampleSeries.list(
|
|
3842
|
+
* {
|
|
3843
|
+
* // A tool results execution ID.
|
|
3844
|
+
* executionId: 'placeholder-value',
|
|
3845
|
+
* // Specify one or more PerfMetricType values such as CPU to filter the result
|
|
3846
|
+
* filter: 'placeholder-value',
|
|
3847
|
+
* // A tool results history ID.
|
|
3848
|
+
* historyId: 'placeholder-value',
|
|
3849
|
+
* // The cloud project
|
|
3850
|
+
* projectId: 'placeholder-value',
|
|
3851
|
+
* // A tool results step ID.
|
|
3852
|
+
* stepId: 'placeholder-value',
|
|
3853
|
+
* }
|
|
3854
|
+
* );
|
|
3848
3855
|
* console.log(res.data);
|
|
3849
3856
|
*
|
|
3850
3857
|
* // Example response
|
|
@@ -3967,28 +3974,29 @@ export declare namespace toolresults_v1beta3 {
|
|
|
3967
3974
|
* google.options({auth: authClient});
|
|
3968
3975
|
*
|
|
3969
3976
|
* // Do the magic
|
|
3970
|
-
* const res =
|
|
3971
|
-
*
|
|
3972
|
-
*
|
|
3973
|
-
*
|
|
3974
|
-
*
|
|
3975
|
-
*
|
|
3976
|
-
*
|
|
3977
|
-
*
|
|
3978
|
-
*
|
|
3979
|
-
*
|
|
3980
|
-
*
|
|
3981
|
-
*
|
|
3982
|
-
*
|
|
3983
|
-
*
|
|
3984
|
-
*
|
|
3985
|
-
*
|
|
3986
|
-
*
|
|
3987
|
-
*
|
|
3988
|
-
*
|
|
3989
|
-
*
|
|
3990
|
-
*
|
|
3991
|
-
*
|
|
3977
|
+
* const res =
|
|
3978
|
+
* await toolresults.projects.histories.executions.steps.perfSampleSeries.samples.batchCreate(
|
|
3979
|
+
* {
|
|
3980
|
+
* // A tool results execution ID.
|
|
3981
|
+
* executionId: 'placeholder-value',
|
|
3982
|
+
* // A tool results history ID.
|
|
3983
|
+
* historyId: 'placeholder-value',
|
|
3984
|
+
* // The cloud project
|
|
3985
|
+
* projectId: 'placeholder-value',
|
|
3986
|
+
* // A sample series id
|
|
3987
|
+
* sampleSeriesId: 'placeholder-value',
|
|
3988
|
+
* // A tool results step ID.
|
|
3989
|
+
* stepId: 'placeholder-value',
|
|
3990
|
+
*
|
|
3991
|
+
* // Request body metadata
|
|
3992
|
+
* requestBody: {
|
|
3993
|
+
* // request body parameters
|
|
3994
|
+
* // {
|
|
3995
|
+
* // "perfSamples": []
|
|
3996
|
+
* // }
|
|
3997
|
+
* },
|
|
3998
|
+
* }
|
|
3999
|
+
* );
|
|
3992
4000
|
* console.log(res.data);
|
|
3993
4001
|
*
|
|
3994
4002
|
* // Example response
|
|
@@ -4041,24 +4049,25 @@ export declare namespace toolresults_v1beta3 {
|
|
|
4041
4049
|
* google.options({auth: authClient});
|
|
4042
4050
|
*
|
|
4043
4051
|
* // Do the magic
|
|
4044
|
-
* const res =
|
|
4045
|
-
*
|
|
4046
|
-
*
|
|
4047
|
-
*
|
|
4048
|
-
*
|
|
4049
|
-
*
|
|
4050
|
-
*
|
|
4051
|
-
*
|
|
4052
|
-
*
|
|
4053
|
-
*
|
|
4054
|
-
*
|
|
4055
|
-
*
|
|
4056
|
-
*
|
|
4057
|
-
*
|
|
4058
|
-
*
|
|
4059
|
-
*
|
|
4060
|
-
*
|
|
4061
|
-
*
|
|
4052
|
+
* const res =
|
|
4053
|
+
* await toolresults.projects.histories.executions.steps.perfSampleSeries.samples.list(
|
|
4054
|
+
* {
|
|
4055
|
+
* // A tool results execution ID.
|
|
4056
|
+
* executionId: 'placeholder-value',
|
|
4057
|
+
* // A tool results history ID.
|
|
4058
|
+
* historyId: 'placeholder-value',
|
|
4059
|
+
* // 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
|
|
4060
|
+
* pageSize: 'placeholder-value',
|
|
4061
|
+
* // Optional, the next_page_token returned in the previous response
|
|
4062
|
+
* pageToken: 'placeholder-value',
|
|
4063
|
+
* // The cloud project
|
|
4064
|
+
* projectId: 'placeholder-value',
|
|
4065
|
+
* // A sample series id
|
|
4066
|
+
* sampleSeriesId: 'placeholder-value',
|
|
4067
|
+
* // A tool results step ID.
|
|
4068
|
+
* stepId: 'placeholder-value',
|
|
4069
|
+
* }
|
|
4070
|
+
* );
|
|
4062
4071
|
* console.log(res.data);
|
|
4063
4072
|
*
|
|
4064
4073
|
* // Example response
|
|
@@ -4172,8 +4181,8 @@ export declare namespace toolresults_v1beta3 {
|
|
|
4172
4181
|
* google.options({auth: authClient});
|
|
4173
4182
|
*
|
|
4174
4183
|
* // Do the magic
|
|
4175
|
-
* const res =
|
|
4176
|
-
* {
|
|
4184
|
+
* const res =
|
|
4185
|
+
* await toolresults.projects.histories.executions.steps.testCases.get({
|
|
4177
4186
|
* // A Execution id Required.
|
|
4178
4187
|
* executionId: 'placeholder-value',
|
|
4179
4188
|
* // A History id. Required.
|
|
@@ -4184,8 +4193,7 @@ export declare namespace toolresults_v1beta3 {
|
|
|
4184
4193
|
* stepId: 'placeholder-value',
|
|
4185
4194
|
* // A Test Case id. Required.
|
|
4186
4195
|
* testCaseId: 'placeholder-value',
|
|
4187
|
-
* }
|
|
4188
|
-
* );
|
|
4196
|
+
* });
|
|
4189
4197
|
* console.log(res.data);
|
|
4190
4198
|
*
|
|
4191
4199
|
* // Example response
|
|
@@ -4246,8 +4254,8 @@ export declare namespace toolresults_v1beta3 {
|
|
|
4246
4254
|
* google.options({auth: authClient});
|
|
4247
4255
|
*
|
|
4248
4256
|
* // Do the magic
|
|
4249
|
-
* const res =
|
|
4250
|
-
* {
|
|
4257
|
+
* const res =
|
|
4258
|
+
* await toolresults.projects.histories.executions.steps.testCases.list({
|
|
4251
4259
|
* // A Execution id Required.
|
|
4252
4260
|
* executionId: 'placeholder-value',
|
|
4253
4261
|
* // A History id. Required.
|
|
@@ -4260,8 +4268,7 @@ export declare namespace toolresults_v1beta3 {
|
|
|
4260
4268
|
* projectId: 'placeholder-value',
|
|
4261
4269
|
* // A Step id. Note: This step must include a TestExecutionStep. Required.
|
|
4262
4270
|
* stepId: 'placeholder-value',
|
|
4263
|
-
* }
|
|
4264
|
-
* );
|
|
4271
|
+
* });
|
|
4265
4272
|
* console.log(res.data);
|
|
4266
4273
|
*
|
|
4267
4274
|
* // Example response
|
|
@@ -4367,8 +4374,8 @@ export declare namespace toolresults_v1beta3 {
|
|
|
4367
4374
|
* google.options({auth: authClient});
|
|
4368
4375
|
*
|
|
4369
4376
|
* // Do the magic
|
|
4370
|
-
* const res =
|
|
4371
|
-
* {
|
|
4377
|
+
* const res =
|
|
4378
|
+
* await toolresults.projects.histories.executions.steps.thumbnails.list({
|
|
4372
4379
|
* // An Execution id. Required.
|
|
4373
4380
|
* executionId: 'placeholder-value',
|
|
4374
4381
|
* // A History id. Required.
|
|
@@ -4381,8 +4388,7 @@ export declare namespace toolresults_v1beta3 {
|
|
|
4381
4388
|
* projectId: 'placeholder-value',
|
|
4382
4389
|
* // A Step id. Required.
|
|
4383
4390
|
* stepId: 'placeholder-value',
|
|
4384
|
-
* }
|
|
4385
|
-
* );
|
|
4391
|
+
* });
|
|
4386
4392
|
* console.log(res.data);
|
|
4387
4393
|
*
|
|
4388
4394
|
* // Example response
|