google-apis-testing_v1 0.44.0 → 0.45.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 23784c27a96022599fbf22a38c5cbe71b7d2d33be9169ba0626a92380b761e17
|
|
4
|
+
data.tar.gz: 2b0c22e751bd644f0622b22664568082a4f46517c8078cde5bae90a8c37ff6b8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c528c258b7b20eff01e8f98c0dd71731aa3fed960ddf567c4892d4b8f5757ca05a5db87fb3ffcae95daad73c4d93e5190500b68dff639493f0d117c59eef984
|
|
7
|
+
data.tar.gz: 8a4cdd330f1703f69b4520f2ade0dc0fd10bc387de58a5106deb86dba7bcd1394d61bed153b55d24fae68572e13cdd23d8ec68031c2a0a393e4bdf914bbde335
|
data/CHANGELOG.md
CHANGED
|
@@ -2055,6 +2055,12 @@ module Google
|
|
|
2055
2055
|
# @return [Google::Apis::TestingV1::DirectAccessVersionInfo]
|
|
2056
2056
|
attr_accessor :direct_access_version_info
|
|
2057
2057
|
|
|
2058
|
+
# Output only. The estimated wait time for a single interactive device session
|
|
2059
|
+
# using Direct Access.
|
|
2060
|
+
# Corresponds to the JSON property `interactiveDeviceAvailabilityEstimate`
|
|
2061
|
+
# @return [String]
|
|
2062
|
+
attr_accessor :interactive_device_availability_estimate
|
|
2063
|
+
|
|
2058
2064
|
# An Android version.
|
|
2059
2065
|
# Corresponds to the JSON property `versionId`
|
|
2060
2066
|
# @return [String]
|
|
@@ -2068,6 +2074,7 @@ module Google
|
|
|
2068
2074
|
def update!(**args)
|
|
2069
2075
|
@device_capacity = args[:device_capacity] if args.key?(:device_capacity)
|
|
2070
2076
|
@direct_access_version_info = args[:direct_access_version_info] if args.key?(:direct_access_version_info)
|
|
2077
|
+
@interactive_device_availability_estimate = args[:interactive_device_availability_estimate] if args.key?(:interactive_device_availability_estimate)
|
|
2071
2078
|
@version_id = args[:version_id] if args.key?(:version_id)
|
|
2072
2079
|
end
|
|
2073
2080
|
end
|
|
@@ -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.45.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.13.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240213"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1127,6 +1127,7 @@ module Google
|
|
|
1127
1127
|
property :device_capacity, as: 'deviceCapacity'
|
|
1128
1128
|
property :direct_access_version_info, as: 'directAccessVersionInfo', class: Google::Apis::TestingV1::DirectAccessVersionInfo, decorator: Google::Apis::TestingV1::DirectAccessVersionInfo::Representation
|
|
1129
1129
|
|
|
1130
|
+
property :interactive_device_availability_estimate, as: 'interactiveDeviceAvailabilityEstimate'
|
|
1130
1131
|
property :version_id, as: 'versionId'
|
|
1131
1132
|
end
|
|
1132
1133
|
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.45.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: 2024-02-
|
|
11
|
+
date: 2024-02-18 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.45.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: []
|