public sealed class GetDeviceRegistryRequest : IMessage<GetDeviceRegistryRequest>, IEquatable<GetDeviceRegistryRequest>, IDeepCloneable<GetDeviceRegistryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud IoT v1 API class GetDeviceRegistryRequest.
[[["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-09 UTC."],[[["This document provides reference information for the `GetDeviceRegistryRequest` class within the Cloud IoT v1 API for .NET, including its inheritance, implemented interfaces, and available methods."],["The `GetDeviceRegistryRequest` class is used to request a specific device registry, and it's part of the `Google.Cloud.Iot.V1` namespace, with the latest version being 2.2.0."],["The class implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionality for message handling, equality comparisons, deep cloning, and buffered message operations."],["It includes properties such as `Name`, which holds the device registry's resource name, and `RegistryName`, which is a `RegistryName`-typed view of the `Name` property."],["There are multiple versions of the `GetDeviceRegistryRequest` available, ranging from version 1.0.0 to 2.2.0, allowing developers to use previous version if needed."]]],[]]