You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pre>Gets the details of an Android application APK.
92
92
93
93
Args:
@@ -98,6 +98,7 @@ <h3>Method Details</h3>
98
98
"gcsPath": "A String", # 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)
99
99
}
100
100
101
+
bundleLocation_gcsPath: string, 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)
101
102
x__xgafv: string, V1 error format.
102
103
Allowed values
103
104
1 - v1 error format
@@ -106,8 +107,8 @@ <h3>Method Details</h3>
106
107
Returns:
107
108
An object of the form:
108
109
109
-
{ # Response containing the details of the specified Android application APK.
110
-
"apkDetail": { # Android application details based on application manifest and apk archive contents. # Details of the Android APK.
110
+
{ # Response containing the details of the specified Android application.
111
+
"apkDetail": { # Android application details based on application manifest and archive contents. # Details of the Android App.
111
112
"apkManifest": { # An Android app manifest. See http://developer.android.com/guide/topics/manifest/manifest-intro.html
112
113
"applicationLabel": "A String", # User-readable name for the application.
Copy file name to clipboardExpand all lines: docs/dyn/testing_v1.projects.testMatrices.html
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -167,6 +167,12 @@ <h3>Method Details</h3>
167
167
],
168
168
},
169
169
},
170
+
"extendedInvalidMatrixDetails": [ # 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.
171
+
{ # Describes a single error or issue with a matrix.
172
+
"message": "A String", # 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.
173
+
"reason": "A String", # Output only. The reason for the error. This is a constant value in UPPER_SNAKE_CASE that identifies the cause of the error.
174
+
},
175
+
],
170
176
"failFast": True or False, # 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.
171
177
"flakyTestAttempts": 42, # 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.
172
178
"invalidMatrixDetails": "A String", # Output only. Describes why the matrix is considered invalid. Only useful for matrices in the INVALID state.
@@ -706,6 +712,12 @@ <h3>Method Details</h3>
706
712
],
707
713
},
708
714
},
715
+
"extendedInvalidMatrixDetails": [ # 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.
716
+
{ # Describes a single error or issue with a matrix.
717
+
"message": "A String", # 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.
718
+
"reason": "A String", # Output only. The reason for the error. This is a constant value in UPPER_SNAKE_CASE that identifies the cause of the error.
719
+
},
720
+
],
709
721
"failFast": True or False, # 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.
710
722
"flakyTestAttempts": 42, # 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.
711
723
"invalidMatrixDetails": "A String", # Output only. Describes why the matrix is considered invalid. Only useful for matrices in the INVALID state.
@@ -1252,6 +1264,12 @@ <h3>Method Details</h3>
1252
1264
],
1253
1265
},
1254
1266
},
1267
+
"extendedInvalidMatrixDetails": [ # 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.
1268
+
{ # Describes a single error or issue with a matrix.
1269
+
"message": "A String", # 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.
1270
+
"reason": "A String", # Output only. The reason for the error. This is a constant value in UPPER_SNAKE_CASE that identifies the cause of the error.
1271
+
},
1272
+
],
1255
1273
"failFast": True or False, # 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.
1256
1274
"flakyTestAttempts": 42, # 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.
1257
1275
"invalidMatrixDetails": "A String", # Output only. Describes why the matrix is considered invalid. Only useful for matrices in the INVALID state.
"description": "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)",
"description": "Android application details based on application manifest and apk archive contents.",
905
+
"description": "Android application details based on application manifest and archive contents.",
900
906
"id": "ApkDetail",
901
907
"properties": {
902
908
"apkManifest": {
@@ -1327,12 +1333,12 @@
1327
1333
"type": "object"
1328
1334
},
1329
1335
"GetApkDetailsResponse": {
1330
-
"description": "Response containing the details of the specified Android application APK.",
1336
+
"description": "Response containing the details of the specified Android application.",
1331
1337
"id": "GetApkDetailsResponse",
1332
1338
"properties": {
1333
1339
"apkDetail": {
1334
1340
"$ref": "ApkDetail",
1335
-
"description": "Details of the Android APK."
1341
+
"description": "Details of the Android App."
1336
1342
}
1337
1343
},
1338
1344
"type": "object"
@@ -1762,6 +1768,23 @@
1762
1768
},
1763
1769
"type": "object"
1764
1770
},
1771
+
"MatrixErrorDetail": {
1772
+
"description": "Describes a single error or issue with a matrix.",
1773
+
"id": "MatrixErrorDetail",
1774
+
"properties": {
1775
+
"message": {
1776
+
"description": "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.",
1777
+
"readOnly": true,
1778
+
"type": "string"
1779
+
},
1780
+
"reason": {
1781
+
"description": "Output only. The reason for the error. This is a constant value in UPPER_SNAKE_CASE that identifies the cause of the error.",
1782
+
"readOnly": true,
1783
+
"type": "string"
1784
+
}
1785
+
},
1786
+
"type": "object"
1787
+
},
1765
1788
"Metadata": {
1766
1789
"description": "A tag within a manifest. https://developer.android.com/guide/topics/manifest/meta-data-element.html",
1767
1790
"id": "Metadata",
@@ -2309,6 +2332,14 @@
2309
2332
"$ref": "EnvironmentMatrix",
2310
2333
"description": "Required. The devices the tests are being executed on."
2311
2334
},
2335
+
"extendedInvalidMatrixDetails": {
2336
+
"description": "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.",
2337
+
"items": {
2338
+
"$ref": "MatrixErrorDetail"
2339
+
},
2340
+
"readOnly": true,
2341
+
"type": "array"
2342
+
},
2312
2343
"failFast": {
2313
2344
"description": "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.",
0 commit comments