google-apis-testing_v1 0.39.0 → 0.41.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: a2cf23337ce24564f4aea460e9efd93e1dcd230da0bccbe90209d4d3493c1326
4
- data.tar.gz: 02056440132cc29b53323428f5ee14a17b94b3fc1f5c63dcf7520c93b639c150
3
+ metadata.gz: 67beffe316d831d96c80c4dae58903af4e2a246a7bc78f2e633159dbc18071d2
4
+ data.tar.gz: cb2f31e1f7364423c69ae11ac165b4edb3430f64ffe0dad1f9e41364ec2e838c
5
5
  SHA512:
6
- metadata.gz: f5f78bc712a54e6dd9e803da921d1c036936708a4960320996b9c5576b0a56f46b8091591ef3b7d0e6e6cd0d7fcb6feb027f11c9b14ed7c62ebbbf0a421e3c1a
7
- data.tar.gz: 242d6a690d40bf30e5fae24b661bdffc61153480c6f45191b72d717bed5806f98b5151ff788e012beae5abfddc4ca27e4fdcaa04b8d46f6370ce58ac94aee1ec
6
+ metadata.gz: 80830d17468e6920edd6c84b5815dda60a700ffa2ddbcdfd85402b1290b0d84e1135fc182027a735bccbb6658fe5952ed953423075c89885b5801726a993f52a
7
+ data.tar.gz: 0657d83f3e929740b116a863dc9babb6b5011bd869a9474b16e27bf7de5abd6027ed7e4b8520104d21cd94c4fd00803d6db551ae2f8c7520874c6a748cea2e99
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-testing_v1
2
2
 
3
+ ### v0.41.0 (2023-10-29)
4
+
5
+ * Regenerated from discovery document revision 20231023
6
+
7
+ ### v0.40.0 (2023-10-22)
8
+
9
+ * Regenerated from discovery document revision 20231017
10
+
3
11
  ### v0.39.0 (2023-09-17)
4
12
 
5
13
  * Regenerated from discovery document revision 20230908
@@ -988,11 +988,6 @@ module Google
988
988
  # @return [Google::Apis::TestingV1::AndroidDevice]
989
989
  attr_accessor :android_device
990
990
 
991
- # A list of Android device configurations in which the test is to be executed.
992
- # Corresponds to the JSON property `androidDeviceList`
993
- # @return [Google::Apis::TestingV1::AndroidDeviceList]
994
- attr_accessor :android_device_list
995
-
996
991
  # Output only. The time that the Session was created.
997
992
  # Corresponds to the JSON property `createTime`
998
993
  # @return [String]
@@ -1033,7 +1028,7 @@ module Google
1033
1028
  attr_accessor :state_histories
1034
1029
 
1035
1030
  # Optional. The amount of time that a device will be initially allocated for.
1036
- # This can eventually be extended with the ExtendDeviceSession RPC. Default: 30
1031
+ # This can eventually be extended with the UpdateDeviceSession RPC. Default: 30
1037
1032
  # minutes.
1038
1033
  # Corresponds to the JSON property `ttl`
1039
1034
  # @return [String]
@@ -1047,7 +1042,6 @@ module Google
1047
1042
  def update!(**args)
1048
1043
  @active_start_time = args[:active_start_time] if args.key?(:active_start_time)
1049
1044
  @android_device = args[:android_device] if args.key?(:android_device)
1050
- @android_device_list = args[:android_device_list] if args.key?(:android_device_list)
1051
1045
  @create_time = args[:create_time] if args.key?(:create_time)
1052
1046
  @display_name = args[:display_name] if args.key?(:display_name)
1053
1047
  @expire_time = args[:expire_time] if args.key?(:expire_time)
@@ -1855,7 +1849,7 @@ module Google
1855
1849
  # manually-created shard. You must specify at least one shard if this field is
1856
1850
  # present. When you select one or more physical devices, the number of repeated
1857
1851
  # 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
1852
+ # devices, it must be <= 200. When you select only x86 virtual devices, it must
1859
1853
  # be <= 500.
1860
1854
  # Corresponds to the JSON property `testTargetsForShard`
1861
1855
  # @return [Array<Google::Apis::TestingV1::TestTargetsForShard>]
@@ -2412,7 +2406,7 @@ module Google
2412
2406
  # set. This approach avoids cancelling the shard before all tests can finish.
2413
2407
  # Note that there is a limit for maximum number of shards. When you select one
2414
2408
  # 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
2409
+ # one or more ARM virtual devices, it must be <= 200. When you select only x86
2416
2410
  # virtual devices, it must be <= 500. To guarantee at least one test case for
2417
2411
  # per shard, the number of shards will not exceed the number of test cases. Each
2418
2412
  # shard created counts toward daily test quota.
@@ -3073,7 +3067,7 @@ module Google
3073
3067
  # Required. The total number of shards to create. This must always be a positive
3074
3068
  # number that is no greater than the total number of test cases. When you select
3075
3069
  # 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
3070
+ # select one or more ARM virtual devices, it must be <= 200. When you select
3077
3071
  # only x86 virtual devices, it must be <= 500.
3078
3072
  # Corresponds to the JSON property `numShards`
3079
3073
  # @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.39.0"
19
+ GEM_VERSION = "0.41.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 = "20230908"
25
+ REVISION = "20231023"
26
26
  end
27
27
  end
28
28
  end
@@ -795,8 +795,6 @@ module Google
795
795
  property :active_start_time, as: 'activeStartTime'
796
796
  property :android_device, as: 'androidDevice', class: Google::Apis::TestingV1::AndroidDevice, decorator: Google::Apis::TestingV1::AndroidDevice::Representation
797
797
 
798
- property :android_device_list, as: 'androidDeviceList', class: Google::Apis::TestingV1::AndroidDeviceList, decorator: Google::Apis::TestingV1::AndroidDeviceList::Representation
799
-
800
798
  property :create_time, as: 'createTime'
801
799
  property :display_name, as: 'displayName'
802
800
  property :expire_time, as: 'expireTime'
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.39.0
4
+ version: 0.41.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-17 00:00:00.000000000 Z
11
+ date: 2023-10-29 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.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-testing_v1/v0.41.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: []