google-apis-testing_v1 0.40.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 67beffe316d831d96c80c4dae58903af4e2a246a7bc78f2e633159dbc18071d2
|
4
|
+
data.tar.gz: cb2f31e1f7364423c69ae11ac165b4edb3430f64ffe0dad1f9e41364ec2e838c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 80830d17468e6920edd6c84b5815dda60a700ffa2ddbcdfd85402b1290b0d84e1135fc182027a735bccbb6658fe5952ed953423075c89885b5801726a993f52a
|
7
|
+
data.tar.gz: 0657d83f3e929740b116a863dc9babb6b5011bd869a9474b16e27bf7de5abd6027ed7e4b8520104d21cd94c4fd00803d6db551ae2f8c7520874c6a748cea2e99
|
data/CHANGELOG.md
CHANGED
@@ -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
|
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)
|
@@ -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.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 = "
|
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.
|
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-10-
|
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.
|
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: []
|