google-apis-homegraph_v1 0.25.0 → 0.26.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 +5 -0
- data/lib/google/apis/homegraph_v1/classes.rb +3 -1
- data/lib/google/apis/homegraph_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: a17e819209f7ead41d6dbb2b0376ae3a146cef78a509127ce958320d04b5fe01
|
4
|
+
data.tar.gz: b1bfe9b1fb864a2b579959192f340d70d72c474472e5fc6877cb8598c0c20d00
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f08335619792cb803e0358a45bdcacef8759a7edf65b55627f89ed0a9f8e8177d28a1ce883b9b7684b5bf4c4010680d844698a70068d46481e3f4b7ebb59312
|
7
|
+
data.tar.gz: 0f24d4001e5ec7d3eb92a65f70f99b456ae73ec221436224afc931dd16c03235a6d4d08cd9fa798ef58268d337f096ee324cacf53f003f8be182d89f22c44807
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-homegraph_v1
|
2
2
|
|
3
|
+
### v0.26.0 (2025-07-27)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250716
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.25.0 (2025-05-11)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.17.0
|
@@ -215,7 +215,9 @@ module Google
|
|
215
215
|
# @return [Array<String>]
|
216
216
|
attr_accessor :default_names
|
217
217
|
|
218
|
-
# Primary name of the device, generally provided by the user.
|
218
|
+
# Primary name of the device, generally provided by the user. Names will be
|
219
|
+
# truncated if over the 60 Unicode code point (character) limit and no errors
|
220
|
+
# will be thrown. Developers are responsible for handling long names.
|
219
221
|
# Corresponds to the JSON property `name`
|
220
222
|
# @return [String]
|
221
223
|
attr_accessor :name
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module HomegraphV1
|
18
18
|
# Version of the google-apis-homegraph_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.26.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250716"
|
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-homegraph_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.26.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-homegraph_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-homegraph_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-homegraph_v1/v0.26.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-homegraph_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for HomeGraph API V1
|
79
79
|
test_files: []
|