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."],[[["This document describes the `GetDeviceRegistryRequest` class, which is used to request information about a device registry in the Google Cloud IoT service."],["The `GetDeviceRegistryRequest` class is part of the `Google.Cloud.Iot.V1` namespace and is implemented in the `Google.Cloud.Iot.V1.dll` assembly."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for message handling, equality checks, deep cloning, and buffer operations."],["The class has two constructors, a default constructor and one that takes another `GetDeviceRegistryRequest` object for creating a new object, as well as two properties that are `Name` and `RegistryName`."],["There are six versions of the `GetDeviceRegistryRequest` including the latest 2.2.0 version and going all the way down to version 1.0.0."]]],[]]