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-03-21 UTC."],[[["The `GetDeviceRegistryRequest` class is used to request a device registry and is part of the Google.Cloud.Iot.V1 namespace in version 1.1.0."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor and one that accepts another `GetDeviceRegistryRequest` object as a parameter."],["`GetDeviceRegistryRequest` includes properties like `Name` (a string representing the registry name) and `RegistryName`, which is a typed view over the `Name` property."],["The class is available in different versions, with 2.2.0 being the latest version."]]],[]]