google-apis-testing_v1 0.39.0 → 0.40.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/testing_v1/classes.rb +3 -3
- data/lib/google/apis/testing_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fec7a35348e28a958bdd8acdb9bc82e8688342fe815274d7d3aaed552401b499
|
4
|
+
data.tar.gz: '05357421481e6cd559f13a2556fb42e3b05676bbf1c03fee5db9d413f9a6ff12'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 26d851228626f6e28c14fa23ce85f8d0043097043396453fe5546874d5056fdb89caba4558f8361f2300d40925ac589c22c5cabb73f492864fa552bedd6dd919
|
7
|
+
data.tar.gz: 17ef091f4e2cc8dc31fdb3f7ece4a189b77616450bfd9483c29434791d1b66e28d4625a1d678359bf35b6caf1550cf50ef0c4211d58b577ee3f570efc9b39eac
|
data/CHANGELOG.md
CHANGED
@@ -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 <=
|
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 <=
|
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 <=
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|