google-apis-testing_v1 0.20.0 → 0.23.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: '0128a7f498d94fc53ac43a61911f3d1187c7ec2d26c99cdb72b5b9bbef88a4e7'
4
- data.tar.gz: e7929bf298949fddc41d131a6669cd7e6bc6bbd9c52080d0ab095e7f0564d1e4
3
+ metadata.gz: b57f1b53f1f2986f93c305ffc5ab6226192015a009da7f449c8081be9c047e59
4
+ data.tar.gz: 6f9df58456c959bf4b7aed4a83a2b724a274caaa82559db1e2ea9b4f179e59d8
5
5
  SHA512:
6
- metadata.gz: 3eb0d8ab781ef9eaef5bb6668d41162e5a8895eb986c97f28ad7d022a3df21bc1d835500c24e60bcb2253814ebccd6c1e905c45e3f7f9177970734150e2c7897
7
- data.tar.gz: fe6d8f20664945fb743627e4837c90506ac8cb3b9617937d54110c73dfa5cd08339163c81495383608169526f0783760b80ab7e5671b457c141c19e6ee92c084
6
+ metadata.gz: 85135555430202c3541c03e5bd2a19e8fc8a3d73a11d299b3855f5604acfa0a756fac41218fe5c971022ff95ce848dfb4cd339421907d85104635f7af524f7ba
7
+ data.tar.gz: 511ec92e545dff27be5a4a461fafa25a1c3d69185bbbfd90ec31bcf6160d16df90f2973ed1139d280bd4ae8850740607f58137d66fb5ed2f85139802bb8fd881
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-testing_v1
2
2
 
3
+ ### v0.23.0 (2022-08-10)
4
+
5
+ * Regenerated from discovery document revision 20220806
6
+ * Regenerated using generator version 0.9.0
7
+
8
+ ### v0.22.0 (2022-06-30)
9
+
10
+ * Regenerated using generator version 0.8.0
11
+
12
+ ### v0.21.0 (2022-06-20)
13
+
14
+ * Regenerated using generator version 0.7.0
15
+
3
16
  ### v0.20.0 (2022-06-07)
4
17
 
5
18
  * Regenerated using generator version 0.5.0
@@ -1605,9 +1605,11 @@ module Google
1605
1605
  include Google::Apis::Core::Hashable
1606
1606
 
1607
1607
  # Required. Group of packages, classes, and/or test methods to be run for each
1608
- # shard. When any physical devices are selected, the number of
1609
- # test_targets_for_shard must be >= 1 and <= 50. When no physical devices are
1610
- # selected, the number must be >= 1 and <= 500.
1608
+ # manually-created shard. You must specify at least one shard if this field is
1609
+ # present. When you select one or more physical devices, the number of repeated
1610
+ # test_targets_for_shard must be <= 50. When you select one or more ARM virtual
1611
+ # devices, it must be <= 50. When you select only x86 virtual devices, it must
1612
+ # be <= 500.
1611
1613
  # Corresponds to the JSON property `testTargetsForShard`
1612
1614
  # @return [Array<Google::Apis::TestingV1::TestTargetsForShard>]
1613
1615
  attr_accessor :test_targets_for_shard
@@ -1943,11 +1945,11 @@ module Google
1943
1945
  attr_accessor :manual_sharding
1944
1946
 
1945
1947
  # Uniformly shards test cases given a total number of shards. For
1946
- # Instrumentation test, it will be translated to "-e numShard" "-e shardIndex"
1947
- # AndroidJUnitRunner arguments. Based on the sharding mechanism
1948
- # AndroidJUnitRunner uses, there is no guarantee that test cases will be
1949
- # distributed uniformly across all shards. With uniform sharding enabled,
1950
- # specifying these sharding arguments via environment_variables is invalid.
1948
+ # instrumentation tests, it will be translated to "-e numShard" and "-e
1949
+ # shardIndex" AndroidJUnitRunner arguments. With uniform sharding enabled,
1950
+ # specifying either of these sharding arguments via `environment_variables` is
1951
+ # invalid. Based on the sharding mechanism AndroidJUnitRunner uses, there is no
1952
+ # guarantee that test cases will be distributed uniformly across all shards.
1951
1953
  # Corresponds to the JSON property `uniformSharding`
1952
1954
  # @return [Google::Apis::TestingV1::UniformSharding]
1953
1955
  attr_accessor :uniform_sharding
@@ -2592,17 +2594,19 @@ module Google
2592
2594
  end
2593
2595
 
2594
2596
  # Uniformly shards test cases given a total number of shards. For
2595
- # Instrumentation test, it will be translated to "-e numShard" "-e shardIndex"
2596
- # AndroidJUnitRunner arguments. Based on the sharding mechanism
2597
- # AndroidJUnitRunner uses, there is no guarantee that test cases will be
2598
- # distributed uniformly across all shards. With uniform sharding enabled,
2599
- # specifying these sharding arguments via environment_variables is invalid.
2597
+ # instrumentation tests, it will be translated to "-e numShard" and "-e
2598
+ # shardIndex" AndroidJUnitRunner arguments. With uniform sharding enabled,
2599
+ # specifying either of these sharding arguments via `environment_variables` is
2600
+ # invalid. Based on the sharding mechanism AndroidJUnitRunner uses, there is no
2601
+ # guarantee that test cases will be distributed uniformly across all shards.
2600
2602
  class UniformSharding
2601
2603
  include Google::Apis::Core::Hashable
2602
2604
 
2603
- # Required. Total number of shards. When any physical devices are selected, the
2604
- # number must be >= 1 and <= 50. When no physical devices are selected, the
2605
- # number must be >= 1 and <= 500.
2605
+ # Required. The total number of shards to create. This must always be a positive
2606
+ # number that is no greater than the total number of test cases. When you select
2607
+ # one or more physical devices, the number of shards must be <= 50. When you
2608
+ # select one or more ARM virtual devices, it must be <= 50. When you select only
2609
+ # x86 virtual devices, it must be <= 500.
2606
2610
  # Corresponds to the JSON property `numShards`
2607
2611
  # @return [Fixnum]
2608
2612
  attr_accessor :num_shards
@@ -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.20.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.5.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220419"
25
+ REVISION = "20220806"
26
26
  end
27
27
  end
28
28
  end
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.20.0
4
+ version: 0.23.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: 2022-06-13 00:00:00.000000000 Z
11
+ date: 2022-08-15 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.5'
19
+ version: '0.7'
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.5'
29
+ version: '0.7'
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.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-testing_v1/v0.23.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: []