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-09-04 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eGetDeviceRegistryRequest\u003c/code\u003e class within the Cloud IoT v1 API for .NET, including its inheritance, implemented interfaces, and available methods.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetDeviceRegistryRequest\u003c/code\u003e class is used to request a specific device registry, and it's part of the \u003ccode\u003eGoogle.Cloud.Iot.V1\u003c/code\u003e namespace, with the latest version being 2.2.0.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements various interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, offering functionality for message handling, equality comparisons, deep cloning, and buffered message operations.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties such as \u003ccode\u003eName\u003c/code\u003e, which holds the device registry's resource name, and \u003ccode\u003eRegistryName\u003c/code\u003e, which is a \u003ccode\u003eRegistryName\u003c/code\u003e-typed view of the \u003ccode\u003eName\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions of the \u003ccode\u003eGetDeviceRegistryRequest\u003c/code\u003e available, ranging from version 1.0.0 to 2.2.0, allowing developers to use previous version if needed.\u003c/p\u003e\n"]]],[],null,["# Cloud IoT v1 API - Class GetDeviceRegistryRequest (2.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.Iot.V1/latest/Google.Cloud.Iot.V1.GetDeviceRegistryRequest)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Iot.V1/2.1.0/Google.Cloud.Iot.V1.GetDeviceRegistryRequest)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Iot.V1/2.0.0/Google.Cloud.Iot.V1.GetDeviceRegistryRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Iot.V1/1.2.0/Google.Cloud.Iot.V1.GetDeviceRegistryRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Iot.V1/1.1.0/Google.Cloud.Iot.V1.GetDeviceRegistryRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Iot.V1/1.0.0/Google.Cloud.Iot.V1.GetDeviceRegistryRequest) \n\n public sealed class GetDeviceRegistryRequest : IMessage\u003cGetDeviceRegistryRequest\u003e, IEquatable\u003cGetDeviceRegistryRequest\u003e, IDeepCloneable\u003cGetDeviceRegistryRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud IoT v1 API class GetDeviceRegistryRequest.\n\nRequest for `GetDeviceRegistry`. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetDeviceRegistryRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetDeviceRegistryRequest](/dotnet/docs/reference/Google.Cloud.Iot.V1/latest/Google.Cloud.Iot.V1.GetDeviceRegistryRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetDeviceRegistryRequest](/dotnet/docs/reference/Google.Cloud.Iot.V1/latest/Google.Cloud.Iot.V1.GetDeviceRegistryRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetDeviceRegistryRequest](/dotnet/docs/reference/Google.Cloud.Iot.V1/latest/Google.Cloud.Iot.V1.GetDeviceRegistryRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Iot.V1](/dotnet/docs/reference/Google.Cloud.Iot.V1/latest/Google.Cloud.Iot.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Iot.V1.dll\n\nConstructors\n------------\n\n### GetDeviceRegistryRequest()\n\n public GetDeviceRegistryRequest()\n\n### GetDeviceRegistryRequest(GetDeviceRegistryRequest)\n\n public GetDeviceRegistryRequest(GetDeviceRegistryRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The name of the device registry. For example,\n`projects/example-project/locations/us-central1/registries/my-registry`.\n\n### RegistryName\n\n public RegistryName RegistryName { get; set; }\n\n[RegistryName](/dotnet/docs/reference/Google.Cloud.Iot.V1/latest/Google.Cloud.Iot.V1.RegistryName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Iot.V1/latest/Google.Cloud.Iot.V1.GetDeviceRegistryRequest#Google_Cloud_Iot_V1_GetDeviceRegistryRequest_Name) resource name property."]]