File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
generated/google-apis-homegraph_v1
lib/google/apis/homegraph_v1 Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -215,7 +215,9 @@ class DeviceNames
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
Original file line number Diff line number Diff line change @@ -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.25 .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.17 .0"
22
+ GENERATOR_VERSION = "0.18 .0"
23
23
24
24
# Revision of the discovery document this client was generated from
25
- REVISION = "20250410 "
25
+ REVISION = "20250716 "
26
26
end
27
27
end
28
28
end
You can’t perform that action at this time.
0 commit comments