@maxim_mazurok/gapi.client.testing-v1 0.0.20240201 → 0.0.20240209

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.
Files changed (2) hide show
  1. package/index.d.ts +14 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://testing.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20240201
12
+ // Revision: 20240209
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -311,7 +311,7 @@ declare namespace gapi.client {
311
311
  gcsPath?: string;
312
312
  }
313
313
  interface GetApkDetailsResponse {
314
- /** Details of the Android APK. */
314
+ /** Details of the Android App. */
315
315
  apkDetail?: ApkDetail;
316
316
  }
317
317
  interface GoogleAuto {}
@@ -458,6 +458,12 @@ declare namespace gapi.client {
458
458
  /** Required. Group of packages, classes, and/or test methods to be run for each manually-created shard. You must specify at least one shard if this field is present. When you select one or more physical devices, the number of repeated test_targets_for_shard must be <= 50. When you select one or more ARM virtual devices, it must be <= 200. When you select only x86 virtual devices, it must be <= 500. */
459
459
  testTargetsForShard?: TestTargetsForShard[];
460
460
  }
461
+ interface MatrixErrorDetail {
462
+ /** Output only. A human-readable message about how the error in the TestMatrix. Expands on the `reason` field with additional details and possible options to fix the issue. */
463
+ message?: string;
464
+ /** Output only. The reason for the error. This is a constant value in UPPER_SNAKE_CASE that identifies the cause of the error. */
465
+ reason?: string;
466
+ }
461
467
  interface Metadata {
462
468
  /** The android:name value */
463
469
  name?: string;
@@ -637,6 +643,8 @@ declare namespace gapi.client {
637
643
  clientInfo?: ClientInfo;
638
644
  /** Required. The devices the tests are being executed on. */
639
645
  environmentMatrix?: EnvironmentMatrix;
646
+ /** Output only. Details about why a matrix was deemed invalid. If multiple checks can be safely performed, they will be reported but no assumptions should be made about the length of this list. */
647
+ extendedInvalidMatrixDetails?: MatrixErrorDetail[];
640
648
  /** If true, only a single attempt at most will be made to run each execution/shard in the matrix. Flaky test attempts are not affected. Normally, 2 or more attempts are made if a potential infrastructure issue is detected. This feature is for latency sensitive workloads. The incidence of execution failures may be significantly greater for fail-fast matrices and support is more limited because of that expectation. */
641
649
  failFast?: boolean;
642
650
  /** The number of times a TestExecution should be re-attempted if one or more of its test cases fail for any reason. The maximum number of reruns allowed is 10. Default is 0, which implies no reruns. */
@@ -769,6 +777,8 @@ declare namespace gapi.client {
769
777
  access_token?: string;
770
778
  /** Data format for response. */
771
779
  alt?: string;
780
+ /** A path to a file in Google Cloud Storage. Example: gs://build-app-1414623860166/app%40debug-unaligned.apk These paths are expected to be url encoded (percent encoding) */
781
+ 'bundleLocation.gcsPath'?: string;
772
782
  /** JSONP */
773
783
  callback?: string;
774
784
  /** Selector specifying which fields to include in a partial response. */
@@ -796,6 +806,8 @@ declare namespace gapi.client {
796
806
  access_token?: string;
797
807
  /** Data format for response. */
798
808
  alt?: string;
809
+ /** A path to a file in Google Cloud Storage. Example: gs://build-app-1414623860166/app%40debug-unaligned.apk These paths are expected to be url encoded (percent encoding) */
810
+ 'bundleLocation.gcsPath'?: string;
799
811
  /** JSONP */
800
812
  callback?: string;
801
813
  /** Selector specifying which fields to include in a partial response. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.testing-v1",
3
- "version": "0.0.20240201",
3
+ "version": "0.0.20240209",
4
4
  "description": "TypeScript typings for Cloud Testing API v1",
5
5
  "repository": {
6
6
  "type": "git",