chore: update docs/dyn , add static discovery files to discovery_cache/documents (#1111)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/78f53313-0c78-4a29-8841-f031665a4c6a/targets
- [ ] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/smartdevicemanagement_v1.enterprises.structures.rooms.html b/docs/dyn/smartdevicemanagement_v1.enterprises.structures.rooms.html
index 925b88b..1b5a19b 100644
--- a/docs/dyn/smartdevicemanagement_v1.enterprises.structures.rooms.html
+++ b/docs/dyn/smartdevicemanagement_v1.enterprises.structures.rooms.html
@@ -107,10 +107,10 @@
An object of the form:
{ # Room resource represents an instance of sub-space within a structure such as rooms in a hotel suite or rental apartment.
+ "name": "A String", # Output only. The resource name of the room. For example: "enterprises/XYZ/structures/ABC/rooms/123".
"traits": { # Room traits.
"a_key": "", # Properties of the object.
},
- "name": "A String", # Output only. The resource name of the room. For example: "enterprises/XYZ/structures/ABC/rooms/123".
}</pre>
</div>
@@ -131,15 +131,15 @@
An object of the form:
{ # Response message for SmartDeviceManagementService.ListRooms
- "nextPageToken": "A String", # The pagination token to retrieve the next page of results. If this field is omitted, there are no subsequent pages.
"rooms": [ # The list of rooms.
{ # Room resource represents an instance of sub-space within a structure such as rooms in a hotel suite or rental apartment.
+ "name": "A String", # Output only. The resource name of the room. For example: "enterprises/XYZ/structures/ABC/rooms/123".
"traits": { # Room traits.
"a_key": "", # Properties of the object.
},
- "name": "A String", # Output only. The resource name of the room. For example: "enterprises/XYZ/structures/ABC/rooms/123".
},
],
+ "nextPageToken": "A String", # The pagination token to retrieve the next page of results. If this field is omitted, there are no subsequent pages.
}</pre>
</div>