google-apis-testing_v1 0.30.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: 805799bc9295f9537aaf77c7bfda1d346141fdc33b5ca0dff22a777fb00d136c
4
- data.tar.gz: 4e943bd50a3af3b2b2b1ef01365fb9ff2ab7ad570e6a6b0d416d13a8a102b508
3
+ metadata.gz: 1638d5a24838c7e9a819d399ed8c7bc1c49183121b719cf4dcceff20362c868c
4
+ data.tar.gz: 62a10a318fe2836ae403af5c5eddac6e6425eaf65c19df99a9caaad6d74e8bf5
5
5
  SHA512:
6
- metadata.gz: 82c6c350d7fce4ba15016f83f99e25eeb8c8902a5fe3c4f2cbb134eb9fda47ce2d62ac787961eb9575cb5d98addc86c894db12536aa9aaf50e820174ea08de3a
7
- data.tar.gz: fd1aa58fa1a60af3af6ae8407ab2d6f85551f3b86c4cb5aec0eb1cab1996ae00095e75289274ae3bacbd5bc9e4c769fb879575dd61d95adbe559cbde90fe6376
6
+ metadata.gz: b65aa332009c2a5cd46a45683aee697f908e76a1896a8b1a09f3930174e5221e5be1dc6e07fbaef60f403b7bf96e1bd715563f61ab957c38105e4e0117225f40
7
+ data.tar.gz: d5cbe2768c228bfa0cc5fa73cca55ac12ceea72ca3243a32d8f340b261ad08678d06c9f914430667a4896ec980a7432771ea917c17bf4b1bed3899765d2c4bf4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-testing_v1
2
2
 
3
+ ### v0.32.0 (2023-04-16)
4
+
5
+ * Regenerated from discovery document revision 20230411
6
+
7
+ ### v0.31.0 (2023-03-05)
8
+
9
+ * Regenerated using generator version 0.12.0
10
+
3
11
  ### v0.30.0 (2023-01-29)
4
12
 
5
13
  * Regenerated from discovery document revision 20230124
@@ -2428,12 +2428,9 @@ module Google
2428
2428
  # @return [String]
2429
2429
  attr_accessor :network_profile
2430
2430
 
2431
- # Deprecated: Systrace uses Python 2 which has been sunset 2020-01-01. Support
2432
- # of Systrace may stop at any time, at which point no Systrace file will be
2433
- # provided in the results. Systrace configuration for the run. If set a systrace
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.30.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230124"
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. May return any of
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. May return any of the following canonical
165
- # error codes: - PERMISSION_DENIED - if the user is not authorized to read
166
- # project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the
167
- # Test Matrix does not exist
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.30.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-01-29 00:00:00.000000000 Z
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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.30.0
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: []