Skip to content

Commit 7729820

Browse files
fix(smartdevicemanagement): update the api
#### smartdevicemanagement:v1 The following keys were changed: - resources.enterprises.resources.devices.methods.executeCommand.scopes (Total Keys: 1) - resources.enterprises.resources.devices.methods.get.scopes (Total Keys: 1) - resources.enterprises.resources.devices.methods.list.scopes (Total Keys: 1) - resources.enterprises.resources.structures.methods.get.scopes (Total Keys: 1) - resources.enterprises.resources.structures.methods.list.scopes (Total Keys: 1) - resources.enterprises.resources.structures.resources.rooms.methods.get.scopes (Total Keys: 1) - resources.enterprises.resources.structures.resources.rooms.methods.list.scopes (Total Keys: 1)
1 parent 1af8ad4 commit 7729820

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

googleapiclient/discovery_cache/documents/smartdevicemanagement.v1.json

+18-8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"scopes": {
55
"https://www.googleapis.com/auth/sdm.service": {
66
"description": "See and/or control the devices that you selected"
7+
},
8+
"https://www.googleapis.com/auth/sdm.thermostat.service": {
9+
"description": "See and control the Nest thermostats that you select"
710
}
811
}
912
}
@@ -134,7 +137,8 @@
134137
"$ref": "GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse"
135138
},
136139
"scopes": [
137-
"https://www.googleapis.com/auth/sdm.service"
140+
"https://www.googleapis.com/auth/sdm.service",
141+
"https://www.googleapis.com/auth/sdm.thermostat.service"
138142
]
139143
},
140144
"get": {
@@ -159,7 +163,8 @@
159163
"$ref": "GoogleHomeEnterpriseSdmV1Device"
160164
},
161165
"scopes": [
162-
"https://www.googleapis.com/auth/sdm.service"
166+
"https://www.googleapis.com/auth/sdm.service",
167+
"https://www.googleapis.com/auth/sdm.thermostat.service"
163168
]
164169
},
165170
"list": {
@@ -200,7 +205,8 @@
200205
"$ref": "GoogleHomeEnterpriseSdmV1ListDevicesResponse"
201206
},
202207
"scopes": [
203-
"https://www.googleapis.com/auth/sdm.service"
208+
"https://www.googleapis.com/auth/sdm.service",
209+
"https://www.googleapis.com/auth/sdm.thermostat.service"
204210
]
205211
}
206212
}
@@ -229,7 +235,8 @@
229235
"$ref": "GoogleHomeEnterpriseSdmV1Structure"
230236
},
231237
"scopes": [
232-
"https://www.googleapis.com/auth/sdm.service"
238+
"https://www.googleapis.com/auth/sdm.service",
239+
"https://www.googleapis.com/auth/sdm.thermostat.service"
233240
]
234241
},
235242
"list": {
@@ -270,7 +277,8 @@
270277
"$ref": "GoogleHomeEnterpriseSdmV1ListStructuresResponse"
271278
},
272279
"scopes": [
273-
"https://www.googleapis.com/auth/sdm.service"
280+
"https://www.googleapis.com/auth/sdm.service",
281+
"https://www.googleapis.com/auth/sdm.thermostat.service"
274282
]
275283
}
276284
},
@@ -299,7 +307,8 @@
299307
"$ref": "GoogleHomeEnterpriseSdmV1Room"
300308
},
301309
"scopes": [
302-
"https://www.googleapis.com/auth/sdm.service"
310+
"https://www.googleapis.com/auth/sdm.service",
311+
"https://www.googleapis.com/auth/sdm.thermostat.service"
303312
]
304313
},
305314
"list": {
@@ -335,7 +344,8 @@
335344
"$ref": "GoogleHomeEnterpriseSdmV1ListRoomsResponse"
336345
},
337346
"scopes": [
338-
"https://www.googleapis.com/auth/sdm.service"
347+
"https://www.googleapis.com/auth/sdm.service",
348+
"https://www.googleapis.com/auth/sdm.thermostat.service"
339349
]
340350
}
341351
}
@@ -345,7 +355,7 @@
345355
}
346356
}
347357
},
348-
"revision": "20210602",
358+
"revision": "20210604",
349359
"rootUrl": "https://smartdevicemanagement.googleapis.com/",
350360
"schemas": {
351361
"GoogleHomeEnterpriseSdmV1Device": {

0 commit comments

Comments
 (0)