google-apis-testing_v1 0.31.0 → 0.32.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1638d5a24838c7e9a819d399ed8c7bc1c49183121b719cf4dcceff20362c868c
|
4
|
+
data.tar.gz: 62a10a318fe2836ae403af5c5eddac6e6425eaf65c19df99a9caaad6d74e8bf5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b65aa332009c2a5cd46a45683aee697f908e76a1896a8b1a09f3930174e5221e5be1dc6e07fbaef60f403b7bf96e1bd715563f61ab957c38105e4e0117225f40
|
7
|
+
data.tar.gz: d5cbe2768c228bfa0cc5fa73cca55ac12ceea72ca3243a32d8f340b261ad08678d06c9f914430667a4896ec980a7432771ea917c17bf4b1bed3899765d2c4bf4
|
data/CHANGELOG.md
CHANGED
@@ -2428,12 +2428,9 @@ module Google
|
|
2428
2428
|
# @return [String]
|
2429
2429
|
attr_accessor :network_profile
|
2430
2430
|
|
2431
|
-
# Deprecated: Systrace
|
2432
|
-
#
|
2433
|
-
#
|
2434
|
-
# will be taken, starting on test start and lasting for the configured duration.
|
2435
|
-
# The systrace file thus obtained is put in the results bucket together with the
|
2436
|
-
# other artifacts from the run.
|
2431
|
+
# Systrace configuration for the run. Deprecated: Systrace used Python 2 which
|
2432
|
+
# was sunsetted on 2020-01-01. Systrace is no longer supported in the Cloud
|
2433
|
+
# Testing API, and no Systrace file will be provided in the results.
|
2437
2434
|
# Corresponds to the JSON property `systrace`
|
2438
2435
|
# @return [Google::Apis::TestingV1::SystraceSetup]
|
2439
2436
|
attr_accessor :systrace
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module TestingV1
|
18
18
|
# Version of the google-apis-testing_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.32.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230411"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -120,7 +120,9 @@ module Google
|
|
120
120
|
|
121
121
|
# Creates and runs a matrix of tests according to the given specifications.
|
122
122
|
# Unsupported environments will be returned in the state UNSUPPORTED. A test
|
123
|
-
# matrix is limited to use at most 2000 devices in parallel.
|
123
|
+
# matrix is limited to use at most 2000 devices in parallel. The returned matrix
|
124
|
+
# will not yet contain the executions that will be created for this matrix. That
|
125
|
+
# happens later on and will require a call to GetTestMatrix. May return any of
|
124
126
|
# the following canonical error codes: - PERMISSION_DENIED - if the user is not
|
125
127
|
# authorized to write to project - INVALID_ARGUMENT - if the request is
|
126
128
|
# malformed or if the matrix tries to use too many simultaneous devices.
|
@@ -161,10 +163,13 @@ module Google
|
|
161
163
|
execute_or_queue_command(command, &block)
|
162
164
|
end
|
163
165
|
|
164
|
-
# Checks the status of a test matrix
|
165
|
-
#
|
166
|
-
#
|
167
|
-
#
|
166
|
+
# Checks the status of a test matrix and the executions once they are created.
|
167
|
+
# The test matrix will contain the list of test executions to run if and only if
|
168
|
+
# the resultStorage.toolResultsExecution fields have been populated. Note: Flaky
|
169
|
+
# test executions may still be added to the matrix at a later stage. May return
|
170
|
+
# any of the following canonical error codes: - PERMISSION_DENIED - if the user
|
171
|
+
# is not authorized to read project - INVALID_ARGUMENT - if the request is
|
172
|
+
# malformed - NOT_FOUND - if the Test Matrix does not exist
|
168
173
|
# @param [String] project_id
|
169
174
|
# Cloud project that owns the test matrix.
|
170
175
|
# @param [String] test_matrix_id
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-testing_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.32.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-04-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-testing_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-testing_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-testing_v1/v0.32.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-testing_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|