google-apis-testing_v1 0.38.0 → 0.40.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: 9bb7e00fb4cb9841da5dca143057e55ab9956511ab6dfbf9546d1031a844c052
4
- data.tar.gz: bc952c0595d3504b1c0e7f717d6f3830f7f204636eed0e40634d374ff53f3476
3
+ metadata.gz: fec7a35348e28a958bdd8acdb9bc82e8688342fe815274d7d3aaed552401b499
4
+ data.tar.gz: '05357421481e6cd559f13a2556fb42e3b05676bbf1c03fee5db9d413f9a6ff12'
5
5
  SHA512:
6
- metadata.gz: 75eb0283b935614032ac9f61b5050ccd6ce6ad811f88d60d033b7dfb43d8f7c8a92bd5ad27c2e7d375239b9715880faba024025536b5d684563b1a8ebec70246
7
- data.tar.gz: 57d8fbecf45ba1c34e70cf6ef12f07477766a045593aedb9dd2802edacb60a01ad918ff58b1cc12f55389456aea3eb1e62cbdbe37204b1a8b9a5f8f000324da8
6
+ metadata.gz: 26d851228626f6e28c14fa23ce85f8d0043097043396453fe5546874d5056fdb89caba4558f8361f2300d40925ac589c22c5cabb73f492864fa552bedd6dd919
7
+ data.tar.gz: 17ef091f4e2cc8dc31fdb3f7ece4a189b77616450bfd9483c29434791d1b66e28d4625a1d678359bf35b6caf1550cf50ef0c4211d58b577ee3f570efc9b39eac
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-testing_v1
2
2
 
3
+ ### v0.40.0 (2023-10-22)
4
+
5
+ * Regenerated from discovery document revision 20231017
6
+
7
+ ### v0.39.0 (2023-09-17)
8
+
9
+ * Regenerated from discovery document revision 20230908
10
+
3
11
  ### v0.38.0 (2023-09-10)
4
12
 
5
13
  * Regenerated from discovery document revision 20230901
@@ -1033,8 +1033,8 @@ module Google
1033
1033
  attr_accessor :state_histories
1034
1034
 
1035
1035
  # Optional. The amount of time that a device will be initially allocated for.
1036
- # This can eventually be extended with the ExtendDeviceSession RPC. Default: 3
1037
- # hours.
1036
+ # This can eventually be extended with the ExtendDeviceSession RPC. Default: 30
1037
+ # minutes.
1038
1038
  # Corresponds to the JSON property `ttl`
1039
1039
  # @return [String]
1040
1040
  attr_accessor :ttl
@@ -1855,7 +1855,7 @@ module Google
1855
1855
  # manually-created shard. You must specify at least one shard if this field is
1856
1856
  # present. When you select one or more physical devices, the number of repeated
1857
1857
  # test_targets_for_shard must be <= 50. When you select one or more ARM virtual
1858
- # devices, it must be <= 100. When you select only x86 virtual devices, it must
1858
+ # devices, it must be <= 200. When you select only x86 virtual devices, it must
1859
1859
  # be <= 500.
1860
1860
  # Corresponds to the JSON property `testTargetsForShard`
1861
1861
  # @return [Array<Google::Apis::TestingV1::TestTargetsForShard>]
@@ -2412,7 +2412,7 @@ module Google
2412
2412
  # set. This approach avoids cancelling the shard before all tests can finish.
2413
2413
  # Note that there is a limit for maximum number of shards. When you select one
2414
2414
  # or more physical devices, the number of shards must be <= 50. When you select
2415
- # one or more ARM virtual devices, it must be <= 100. When you select only x86
2415
+ # one or more ARM virtual devices, it must be <= 200. When you select only x86
2416
2416
  # virtual devices, it must be <= 500. To guarantee at least one test case for
2417
2417
  # per shard, the number of shards will not exceed the number of test cases. Each
2418
2418
  # shard created counts toward daily test quota.
@@ -3073,7 +3073,7 @@ module Google
3073
3073
  # Required. The total number of shards to create. This must always be a positive
3074
3074
  # number that is no greater than the total number of test cases. When you select
3075
3075
  # one or more physical devices, the number of shards must be <= 50. When you
3076
- # select one or more ARM virtual devices, it must be <= 100. When you select
3076
+ # select one or more ARM virtual devices, it must be <= 200. When you select
3077
3077
  # only x86 virtual devices, it must be <= 500.
3078
3078
  # Corresponds to the JSON property `numShards`
3079
3079
  # @return [Fixnum]
@@ -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.38.0"
19
+ GEM_VERSION = "0.40.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 = "20230901"
25
+ REVISION = "20231017"
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.38.0
4
+ version: 0.40.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-09-10 00:00:00.000000000 Z
11
+ date: 2023-10-22 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.38.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-testing_v1/v0.40.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: []