google-apis-testing_v1 0.55.0 → 0.57.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: bbac00974dc9dc008e6e51cc214cebfebb6656cc45639f2d1bd17ad43f98517f
4
- data.tar.gz: 57fcc8fabbc4f3bf67f834fc8fd6bbc9c7d8e257f06cd981536f317d594a60e0
3
+ metadata.gz: 4c23a7591228de1bd679643125ac02b5755e7c6ccdbb6067bcd4b525a2ce53bd
4
+ data.tar.gz: 9cbf4e6876df4cefb5231817ee5e4966eb44c101143a302f6298581f99c2a57c
5
5
  SHA512:
6
- metadata.gz: 54c8da43172738c81dce58956f0a8454ca054b96f1a48eb449ad0c47351ab2046e8b88e103fcddb5a46d7204448c558ea909490c1d85508395e3bf0b289e8429
7
- data.tar.gz: d1a1167ecf25b368738d5c0f24163a45d008b6e218a818373cd6c134201380b58cecd2a821b80c4a30911ff319c974928ae8fe6f05b945b991c362695af7b917
6
+ metadata.gz: 6dca8f154b1e311479d17b0842830ac344033f5ee2973c53134a5cae0dc312c736afd7eb8a2e6c9b41c7b9a9902fb3c1622b9d0eb25b92c87e723d89b0468a95
7
+ data.tar.gz: c290363d8044bdc80aa119659d73cca0c90f7a3782066c23a62c56a8f4e40b039b10a2a4220c431bee62098fa63ea3610df59a0ebe9d0d8dc1551e94127038fb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-testing_v1
2
2
 
3
+ ### v0.57.0 (2025-10-12)
4
+
5
+ * Regenerated from discovery document revision 20251003
6
+
7
+ ### v0.56.0 (2025-08-24)
8
+
9
+ * Regenerated from discovery document revision 20250819
10
+
3
11
  ### v0.55.0 (2025-06-29)
4
12
 
5
13
  * Regenerated from discovery document revision 20250624
@@ -2220,9 +2220,9 @@ module Google
2220
2220
  # Required. Where to put the content on the device. Must be an absolute,
2221
2221
  # allowlisted path. If the file exists, it will be replaced. The following
2222
2222
  # device-side directories and any of their subdirectories are allowlisted: $`
2223
- # EXTERNAL_STORAGE`, /sdcard, or /storage $`ANDROID_DATA`/local/tmp, or /data/
2224
- # local/tmp Specifying a path outside of these directory trees is invalid. The
2225
- # paths /sdcard and /data will be made available and treated as implicit path
2223
+ # EXTERNAL_STORAGE`, /sdcard $`ANDROID_DATA`/local/tmp, or /data/local/tmp
2224
+ # Specifying a path outside of these directory trees is invalid. The paths /
2225
+ # sdcard and /data will be made available and treated as implicit path
2226
2226
  # substitutions. E.g. if /sdcard on a particular device does not map to external
2227
2227
  # storage, the system will replace it with the external storage path prefix for
2228
2228
  # that device and copy the file there. It is strongly advised to use the
@@ -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. Currently capped at 100.
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
- # Currently capped at 100.
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.55.0"
19
+ GEM_VERSION = "0.57.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250624"
25
+ REVISION = "20251003"
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.55.0
4
+ version: 0.57.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.55.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-testing_v1/v0.57.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: