public sealed class GetDeviceRegistryRequest : IMessage<GetDeviceRegistryRequest>, IEquatable<GetDeviceRegistryRequest>, IDeepCloneable<GetDeviceRegistryRequest>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `GetDeviceRegistryRequest` class is used to request a device registry within the Google Cloud IoT ecosystem."],["This class is part of the `Google.Cloud.Iot.V1` namespace, version 1.2.0, and is found within the Google.Cloud.Iot.V1.dll assembly."],["The `GetDeviceRegistryRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Name` (a string representing the registry name) and `RegistryName` (a `RegistryName` type for the same resource)."],["There are multiple versions of this request, with version 2.2.0 being the latest, and version 1.2.0 being the current focus of the page."]]],[]]