google-apis-testing_v1 0.56.0 → 0.58.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 +4 -4
- data/CHANGELOG.md +9 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/testing_v1/classes.rb +3 -2
- data/lib/google/apis/testing_v1/gem_version.rb +3 -3
- 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: 959c9603059daeffd8aab4500f22a331ed6705deafb87d55e60e66cbf64d69a9
|
|
4
|
+
data.tar.gz: 1668eb7b8a78e91125579abcd429257c36ca64987132579580bed5de3d618ee5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 39d11292a68647b1b9b2caa58420c924342c53969927fa976edbdc5772ab58d924cb5399278e9a6ff46fecff80bdd6f9bfe6cdccafe1f9f71676f3da3d64195d
|
|
7
|
+
data.tar.gz: a234bd87ac08c0d1c3860d3d25d57d4f9435ec39f7cb5119e2cbc4f7f73ce52c916795e8d56d84afca09b7addf967ad355dc28f9c87aec00e3fbb8a29efacce7
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Release history for google-apis-testing_v1
|
|
2
2
|
|
|
3
|
+
### v0.58.0 (2026-06-14)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251111
|
|
6
|
+
* Regenerated using generator version 0.19.0
|
|
7
|
+
|
|
8
|
+
### v0.57.0 (2025-10-12)
|
|
9
|
+
|
|
10
|
+
* Regenerated from discovery document revision 20251003
|
|
11
|
+
|
|
3
12
|
### v0.56.0 (2025-08-24)
|
|
4
13
|
|
|
5
14
|
* Regenerated from discovery document revision 20250819
|
data/OVERVIEW.md
CHANGED
|
@@ -83,7 +83,7 @@ The [product documentation](https://firebase.google.com/docs/test-lab/) may prov
|
|
|
83
83
|
|
|
84
84
|
## Supported Ruby versions
|
|
85
85
|
|
|
86
|
-
This library is supported on Ruby 3.
|
|
86
|
+
This library is supported on Ruby 3.2+.
|
|
87
87
|
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
|
89
89
|
|
|
@@ -2850,7 +2850,8 @@ module Google
|
|
|
2850
2850
|
attr_accessor :account
|
|
2851
2851
|
|
|
2852
2852
|
# APKs to install in addition to those being directly tested. These will be
|
|
2853
|
-
# installed after the app under test.
|
|
2853
|
+
# installed after the app under test. Limited to a combined total of 100 initial
|
|
2854
|
+
# setup and additional files.
|
|
2854
2855
|
# Corresponds to the JSON property `additionalApks`
|
|
2855
2856
|
# @return [Array<Google::Apis::TestingV1::Apk>]
|
|
2856
2857
|
attr_accessor :additional_apks
|
|
@@ -2884,7 +2885,7 @@ module Google
|
|
|
2884
2885
|
attr_accessor :files_to_push
|
|
2885
2886
|
|
|
2886
2887
|
# Optional. Initial setup APKs to install before the app under test is installed.
|
|
2887
|
-
#
|
|
2888
|
+
# Limited to a combined total of 100 initial setup and additional files.
|
|
2888
2889
|
# Corresponds to the JSON property `initialSetupApks`
|
|
2889
2890
|
# @return [Array<Google::Apis::TestingV1::Apk>]
|
|
2890
2891
|
attr_accessor :initial_setup_apks
|
|
@@ -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.58.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251111"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.58.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-testing_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-testing_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-testing_v1/v0.58.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-testing_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|
|
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
requirements:
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '3.
|
|
69
|
+
version: '3.2'
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - ">="
|