Skip to content

Commit d827b6e

Browse files
feat: Automated regeneration of smartdevicemanagement v1 client (googleapis#26274)
Auto-created at 2026-04-26 10:34:45 +0000 using the toys pull request generator.
1 parent 5d590bb commit d827b6e

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

generated/google-apis-smartdevicemanagement_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-smartdevicemanagement_v1
22

3+
### v0.27.0 (2026-04-26)
4+
5+
* Regenerated from discovery document revision 20260420
6+
37
### v0.26.0 (2026-01-18)
48

59
* Regenerated from discovery document revision 20260112

generated/google-apis-smartdevicemanagement_v1/lib/google/apis/smartdevicemanagement_v1/classes.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module SmartdevicemanagementV1
2727
class GoogleHomeEnterpriseSdmV1Device
2828
include Google::Apis::Core::Hashable
2929

30-
# Output only. The GHP device ID of the device.
30+
# Output only. The Home APIs device ID of the device.
3131
# Corresponds to the JSON property `ghpName`
3232
# @return [String]
3333
attr_accessor :ghp_name
@@ -183,9 +183,9 @@ class GoogleHomeEnterpriseSdmV1ParentRelation
183183
# @return [String]
184184
attr_accessor :display_name
185185

186-
# Output only. The GHP name of the relation -- e.g., structure/room where the
187-
# device is assigned to. For example: "homegraph.googleapis.com/Structure/ABC"
188-
# or "homegraph.googleapis.com/Room/ABC"
186+
# Output only. The Home APIs name of the relation -- e.g., structure/room where
187+
# the device is assigned to. For example: "homegraph.googleapis.com/Structure/
188+
# ABC" or "homegraph.googleapis.com/Room/ABC"
189189
# Corresponds to the JSON property `ghpParent`
190190
# @return [String]
191191
attr_accessor :ghp_parent

generated/google-apis-smartdevicemanagement_v1/lib/google/apis/smartdevicemanagement_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module SmartdevicemanagementV1
1818
# Version of the google-apis-smartdevicemanagement_v1 gem
19-
GEM_VERSION = "0.26.0"
19+
GEM_VERSION = "0.27.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260112"
25+
REVISION = "20260420"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)