google-apis-testing_v1 0.51.0 → 0.52.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: 78b2ffb8562b83e3f0b5e0f55e05325bab55719e0ea142213fb98dade7cbf2e6
|
4
|
+
data.tar.gz: 7c9819edc5003a42b799857b1aa92578416b9ef91b9d51dbe51285ac7f43206e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d36ff3aef7e5a62e7e679055acc0a1eee11fd17cfcb1512a844d5099501e08e2c35ccdd4e826b400e9a1b5846962f600040884a993d5f51fdf31d7c10a74e885
|
7
|
+
data.tar.gz: ef033d6339f6c5a2eec692437471c9ad0406084b658eef9755d2bd4d64491df10b4f529763b4be1dbf78608af982ff3a1c01cfa3e4a69fbbad596158e54b8901
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-testing_v1
|
2
2
|
|
3
|
+
### v0.52.0 (2025-03-09)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250304
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
3
8
|
### v0.51.0 (2024-11-17)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20241105
|
@@ -1782,6 +1782,12 @@ module Google
|
|
1782
1782
|
# @return [String]
|
1783
1783
|
attr_accessor :name
|
1784
1784
|
|
1785
|
+
# The Unicode country/region code (CLDR) of the lab where the device is hosted.
|
1786
|
+
# E.g. "US" for United States, "CH" for Switzerland.
|
1787
|
+
# Corresponds to the JSON property `regionCode`
|
1788
|
+
# @return [String]
|
1789
|
+
attr_accessor :region_code
|
1790
|
+
|
1785
1791
|
def initialize(**args)
|
1786
1792
|
update!(**args)
|
1787
1793
|
end
|
@@ -1789,6 +1795,7 @@ module Google
|
|
1789
1795
|
# Update properties of this object
|
1790
1796
|
def update!(**args)
|
1791
1797
|
@name = args[:name] if args.key?(:name)
|
1798
|
+
@region_code = args[:region_code] if args.key?(:region_code)
|
1792
1799
|
end
|
1793
1800
|
end
|
1794
1801
|
|
@@ -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.52.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250304"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.52.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-09 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-testing_v1/v0.52.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-testing_v1
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Cloud Testing API V1
|
82
79
|
test_files: []
|