google-apis-testing_v1 0.22.0 → 0.23.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 65440c71c020611b79ccacae2f3c1f9d3468e3c734a3cec329b2df98f0567b47
4
- data.tar.gz: 0410ed88a0127475cee62e92f7c772ebcfd2685e510f7a71c2d0c3c7429e75d5
3
+ metadata.gz: b57f1b53f1f2986f93c305ffc5ab6226192015a009da7f449c8081be9c047e59
4
+ data.tar.gz: 6f9df58456c959bf4b7aed4a83a2b724a274caaa82559db1e2ea9b4f179e59d8
5
5
  SHA512:
6
- metadata.gz: 0d1edbabcfe18b13c0581c28a7d5fce37fc4227123375251fed56f3b9609dae3063601a6bf5998ee876c6bf73e05fcfb3d5a7dcdbc2c46910730e32694d1cabe
7
- data.tar.gz: b7a6b5f064898c2fbd04a23ca4a412da5ea3571f132eebf230921e90fec4d01962edb502b7127f9337b06a621504807dbb338fcc88f0084cda650bf25342d71f
6
+ metadata.gz: 85135555430202c3541c03e5bd2a19e8fc8a3d73a11d299b3855f5604acfa0a756fac41218fe5c971022ff95ce848dfb4cd339421907d85104635f7af524f7ba
7
+ data.tar.gz: 511ec92e545dff27be5a4a461fafa25a1c3d69185bbbfd90ec31bcf6160d16df90f2973ed1139d280bd4ae8850740607f58137d66fb5ed2f85139802bb8fd881
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.22.0 (2022-06-30)
4
9
 
5
10
  * Regenerated using generator version 0.8.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.22.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.8.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.22.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-07-04 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
@@ -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.22.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: []